Interface CustomizerAttribute

CustomizerAttributeオブジェクトは、カスタマイザー属性の情報を格納します。
CustomizerAttribute object contains the information of CustomizerAttribute.

Hierarchy

  • CustomizerAttribute

Properties

accountId?: null | number
アカウントIDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
Account ID.
Although this field will be returned in the response, it will be ignored on input.

Memberof

CustomizerAttribute

customizerAttributeId?: null | number
カスタマイザー属性IDです。
このフィールドは、REMOVE時に必須となり、ADD時に無視されます。
CustomizerAttribute ID.
This field is required in REMOVE operation, and will be ignored in ADD operation.

Memberof

CustomizerAttribute

name?: null | string
属性名です。
このフィールドは、ADD時に必須となり、REMOVE時に無視されます。
Attribute name.
This field is required in ADD operation, and will be ignored in REMOVED operation.

Memberof

CustomizerAttribute

Memberof

CustomizerAttribute