RateInformation Class

  • java.lang.Object
    • com.azure.communication.administration.models.RateInformation

public final class RateInformation

The RateInformation model.

Constructor Summary

Constructor Description
RateInformation()

Method Summary

Modifier and Type Method and Description
CurrencyType getCurrencyType()

Get the currencyType property: The currency of a phone plan group.

Double getMonthlyRate()

Get the monthlyRate property: The monthly rate of a phone plan group.

String getRateErrorMessage()

Get the rateErrorMessage property: The error code of a phone plan group.

RateInformation setCurrencyType(CurrencyType currencyType)

Set the currencyType property: The currency of a phone plan group.

RateInformation setMonthlyRate(Double monthlyRate)

Set the monthlyRate property: The monthly rate of a phone plan group.

RateInformation setRateErrorMessage(String rateErrorMessage)

Set the rateErrorMessage property: The error code of a phone plan group.

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:

the currencyType value.

getMonthlyRate

public Double getMonthlyRate()

Get the monthlyRate property: The monthly rate of a phone plan group.

Returns:

the monthlyRate value.

getRateErrorMessage

public String getRateErrorMessage()

Get the rateErrorMessage property: The error code of a phone plan group.

Returns:

the rateErrorMessage value.

setCurrencyType

public RateInformation setCurrencyType(CurrencyType currencyType)

Set the currencyType property: The currency of a phone plan group.

Parameters:

currencyType - the currencyType value to set.

Returns:

the RateInformation object itself.

setMonthlyRate

public RateInformation setMonthlyRate(Double monthlyRate)

Set the monthlyRate property: The monthly rate of a phone plan group.

Parameters:

monthlyRate - the monthlyRate value to set.

Returns:

the RateInformation object itself.

setRateErrorMessage

public RateInformation setRateErrorMessage(String rateErrorMessage)

Set the rateErrorMessage property: The error code of a phone plan group.

Parameters:

rateErrorMessage - the rateErrorMessage value to set.

Returns:

the RateInformation object itself.

Applies to