CountryUnit
- 印刷する
- PDF
CountryUnit
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
Classic/VPC環境で利用できます。
国コードです。
構文
構文は次の通りです。
private CommonCode country;
private String phoneCode;
private Double price;
private CommonCode ratingUnitType;
private List<CountryPeriodUnit> countryPeriodUnitList;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
country | CommonCode | Required | 国コード
|
phoneCode | String | Required | 国番号に該当する電話番号の最初のコード |
price | Double | Required | 料金 |
ratingUnitType | Double | Required | 課金単位タイプ |
countryPeriodUnitList | List<CountryPeriodUnit> | Required | 国別期間単位リスト |
この記事は役に立ちましたか?