public class CurrencyPlanPrice extends Object
| Constructor and Description |
|---|
CurrencyPlanPrice() |
public CurrencyPlanPrice currencyCode(String currencyCode)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public CurrencyPlanPrice currencySymbol(String currencySymbol)
public String getCurrencySymbol()
public void setCurrencySymbol(String currencySymbol)
public CurrencyPlanPrice perSeatPrice(String perSeatPrice)
public String getPerSeatPrice()
public void setPerSeatPrice(String perSeatPrice)
public CurrencyPlanPrice supportedCardTypes(CreditCardTypes supportedCardTypes)
public CreditCardTypes getSupportedCardTypes()
public void setSupportedCardTypes(CreditCardTypes supportedCardTypes)
public CurrencyPlanPrice supportIncidentFee(String supportIncidentFee)
public String getSupportIncidentFee()
public void setSupportIncidentFee(String supportIncidentFee)
public CurrencyPlanPrice supportPlanFee(String supportPlanFee)
public String getSupportPlanFee()
public void setSupportPlanFee(String supportPlanFee)
Copyright © 2020. All rights reserved.