@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class CurrencyFeatureSetPrice extends Object
| Constructor and Description |
|---|
CurrencyFeatureSetPrice() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCurrencyCode()
Specifies the alternate ISO currency code for the account.
|
String |
getCurrencySymbol()
Specifies the alternate currency symbol for the account.
|
String |
getEnvelopeFee()
An incremental envelope cost for plans with envelope overages (when
isEnabled is set to true.) |
String |
getFixedFee()
Specifies a one-time fee associated with the plan (when
isEnabled is set to true.) |
String |
getSeatFee()
Specifies an incremental seat cost for seat-based plans (when
isEnabled is set to true.) |
int |
hashCode() |
void |
setCurrencyCode(String currencyCode) |
void |
setCurrencySymbol(String currencySymbol) |
void |
setEnvelopeFee(String envelopeFee) |
void |
setFixedFee(String fixedFee) |
void |
setSeatFee(String seatFee) |
String |
toString() |
public String getCurrencyCode()
Specifies the alternate ISO currency code for the account.
public void setCurrencyCode(String currencyCode)
public String getCurrencySymbol()
Specifies the alternate currency symbol for the account.
public void setCurrencySymbol(String currencySymbol)
public String getEnvelopeFee()
An incremental envelope cost for plans with envelope overages (when isEnabled is set to true.)
public void setEnvelopeFee(String envelopeFee)
public String getFixedFee()
Specifies a one-time fee associated with the plan (when isEnabled is set to true.)
public void setFixedFee(String fixedFee)
public String getSeatFee()
Specifies an incremental seat cost for seat-based plans (when isEnabled is set to true.)
public void setSeatFee(String seatFee)
Copyright © 2017. All Rights Reserved.