Class Country

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.account.Country
All Implemented Interfaces:
Jsonable

public class Country extends JsonableBaseObject
Groups the country details in PricingResponse.
  • Constructor Details

  • Method Details

    • getCode

      public String getCode()
      Two-letter country code.
      Returns:
      The country code as a string.
    • getDisplayName

      Readable alternate country name.
      Returns:
      The country display name.
    • getName

      public String getName()
      Country name.
      Returns:
      The country name.