azure-docs-sdk-java/docs-ref-autogen/com.azure.communication.pho...

64 строки
3.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.communication.phonenumbers.models.PhoneNumberCost"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberCost"
name: "PhoneNumberCost"
nameWithType: "PhoneNumberCost"
summary: "The Phone<wbr>Number<wbr>Cost model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class PhoneNumberCost"
constructors:
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberCost.PhoneNumberCost()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberCost.PhoneNumberCost()"
name: "PhoneNumberCost()"
nameWithType: "PhoneNumberCost.PhoneNumberCost()"
syntax: "public PhoneNumberCost()"
methods:
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberCost.getAmount()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberCost.getAmount()"
name: "getAmount()"
nameWithType: "PhoneNumberCost.getAmount()"
summary: "Get the amount property: The cost amount."
syntax: "public double getAmount()"
desc: "Get the amount property: The cost amount."
returns:
description: "the amount value."
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberCost.getBillingFrequency()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberCost.getBillingFrequency()"
name: "getBillingFrequency()"
nameWithType: "PhoneNumberCost.getBillingFrequency()"
summary: "Get the billing<wbr>Frequency property: The frequency with which the cost gets billed."
syntax: "public BillingFrequency getBillingFrequency()"
desc: "Get the billingFrequency property: The frequency with which the cost gets billed."
returns:
description: "the billingFrequency value."
type: "<xref href=\"com.azure.communication.phonenumbers.models.BillingFrequency?alt=com.azure.communication.phonenumbers.models.BillingFrequency&text=BillingFrequency\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.phonenumbers.models.PhoneNumberCost.getCurrencyCode()"
fullName: "com.azure.communication.phonenumbers.models.PhoneNumberCost.getCurrencyCode()"
name: "getCurrencyCode()"
nameWithType: "PhoneNumberCost.getCurrencyCode()"
summary: "Get the currency<wbr>Code property: The ISO 4217 currency code for the cost amount, e.<wbr>g."
syntax: "public String getCurrencyCode()"
desc: "Get the currencyCode property: The ISO 4217 currency code for the cost amount, e.g. USD."
returns:
description: "the currencyCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "The PhoneNumberCost model."
metadata: {}
package: "com.azure.communication.phonenumbers.models"
artifact: com.azure:azure-communication-phonenumbers:1.0.15