Product(For Billing)
- 印刷する
- PDF
Product(For Billing)
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
Classic/VPC環境で利用できます。
NAVERクラウドプラットフォームの課金ポリシーを適用する単位である「商品」の属性を定義します。
構文
構文は次の通りです。
private CommonCode productItemKind;
private CommonCode productItemKindDetail;
private String productCode;
private String productName;
private String productDescription;
private CommonCode softwareType;
private CommonCode productCategory;
フィールド
フィールドの説明は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
productItemKind | CommonCode | Required | 商品品目の種類 |
productItemKindDetail | CommonCode | Required | 商品品目の種類の詳細 |
productCode | String | Required | 商品コード |
productName | String | Required | 商品名 |
productDescription | String | Required | 商品の説明 |
softwareType | CommonCode | Required | ソフトウェアタイプコード |
productCategory | CommonCode | Required | 商品カテゴリ |
この記事は役に立ちましたか?