Class PhoneNumberCost

java.lang.Object
com.azure.communication.phonenumbers.models.PhoneNumberCost

public final class PhoneNumberCost extends Object
The PhoneNumberCost model.
  • Constructor Details

    • PhoneNumberCost

      public PhoneNumberCost()
  • Method Details

    • getAmount

      public double getAmount()
      Get the amount property: The cost amount.
      Returns:
      the amount value.
    • getCurrencyCode

      public String getCurrencyCode()
      Get the currencyCode property: The ISO 4217 currency code for the cost amount, e.g. USD.
      Returns:
      the currencyCode value.
    • getBillingFrequency

      public BillingFrequency getBillingFrequency()
      Get the billingFrequency property: The frequency with which the cost gets billed.
      Returns:
      the billingFrequency value.