CountryUnit
- Print
- PDF
CountryUnit
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
This is a country code.
Syntax
The syntax is as follows.
private CommonCode country;
private String phoneCode;
private Double price;
private CommonCode ratingUnitType;
private List<CountryPeriodUnit> countryPeriodUnitList;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
country | CommonCode | Required | Country code
|
phoneCode | String | Required | Phone number prefix code for the country |
price | Double | Required | Fee |
ratingUnitType | Double | Required | Billing unit type |
countryPeriodUnitList | List<CountryPeriodUnit> | Required | List of time period units by country |
Was this article helpful?