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 | 商品カテゴリ |