RateInformation Class
- java.
lang. Object - com.
azure. communication. administration. models. RateInformation
- com.
public final class RateInformation
The RateInformation model.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| RateInformation() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Currency |
getCurrencyType()
Get the currency |
| Double |
getMonthlyRate()
Get the monthly |
| String |
getRateErrorMessage()
Get the rate |
|
Rate |
setCurrencyType(CurrencyType currencyType)
Set the currency |
|
Rate |
setMonthlyRate(Double monthlyRate)
Set the monthly |
|
Rate |
setRateErrorMessage(String rateErrorMessage)
Set the rate |
Methods inherited from java.lang.Object
Constructor Details
RateInformation
public RateInformation()
Method Details
getCurrencyType
public CurrencyType getCurrencyType()
Get the currencyType property: The currency of a phone plan group.
Returns:
getMonthlyRate
public Double getMonthlyRate()
Get the monthlyRate property: The monthly rate of a phone plan group.
Returns:
getRateErrorMessage
public String getRateErrorMessage()
Get the rateErrorMessage property: The error code of a phone plan group.
Returns:
setCurrencyType
public RateInformation setCurrencyType(CurrencyType currencyType)
Set the currencyType property: The currency of a phone plan group.
Parameters:
Returns:
setMonthlyRate
public RateInformation setMonthlyRate(Double monthlyRate)
Set the monthlyRate property: The monthly rate of a phone plan group.
Parameters:
Returns:
setRateErrorMessage
public RateInformation setRateErrorMessage(String rateErrorMessage)
Set the rateErrorMessage property: The error code of a phone plan group.
Parameters:
Returns: