public class CurrencyFeatureSetPrice extends Object
Constructor and Description |
---|
CurrencyFeatureSetPrice() |
Modifier and Type | Method and Description |
---|---|
CurrencyFeatureSetPrice |
currencyCode(String currencyCode) |
CurrencyFeatureSetPrice |
currencySymbol(String currencySymbol) |
CurrencyFeatureSetPrice |
envelopeFee(String envelopeFee) |
boolean |
equals(Object o) |
CurrencyFeatureSetPrice |
fixedFee(String fixedFee) |
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() |
CurrencyFeatureSetPrice |
seatFee(String seatFee) |
void |
setCurrencyCode(String currencyCode) |
void |
setCurrencySymbol(String currencySymbol) |
void |
setEnvelopeFee(String envelopeFee) |
void |
setFixedFee(String fixedFee) |
void |
setSeatFee(String seatFee) |
String |
toString() |
public CurrencyFeatureSetPrice currencyCode(String currencyCode)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public CurrencyFeatureSetPrice currencySymbol(String currencySymbol)
public String getCurrencySymbol()
public void setCurrencySymbol(String currencySymbol)
public CurrencyFeatureSetPrice envelopeFee(String envelopeFee)
public String getEnvelopeFee()
public void setEnvelopeFee(String envelopeFee)
public CurrencyFeatureSetPrice fixedFee(String fixedFee)
public String getFixedFee()
public void setFixedFee(String fixedFee)
public CurrencyFeatureSetPrice seatFee(String seatFee)
public String getSeatFee()
public void setSeatFee(String seatFee)
Copyright © 2021. All rights reserved.