通貨

コンポーネント属性 {#component-attribute}

コンポーネント属性の種類 {#component-attribute-type}

種類コード説明
CP_CURRENCY001通貨設定
CP_CURRENCY002通貨
001 : 設定しない
002: 設定
CP_CURRENCY003小数点の入力を許可
CP_CURRENCY004小数点桁数

コンポーネント属性の情報 {#component-attribute-data}

属性タイプ説明
attributeTypestring属性の種類
attributeIdstring属性 ID
attributeNamestring属性名
attributeValueobject属性値

Response Example {#component-attribute-example}

[    {        "attributeType": "CP_CURRENCY",        "attributeId": "001",        "attributeName": "通貨設定",        "attributeValue": {            "items": [                {                    "itemId": "JPY",                    "itemName": "JPY"                }            ]        }    },    {        "attributeType": "CP_CURRENCY",        "attributeId": "002",        "attributeName": "通貨",        "attributeValue": {            "items": [                {                    "itemId": "001",                    "itemName": "設定しない"                }            ]        }    },    {        "attributeType": "CP_CURRENCY",        "attributeId": "003",        "attributeName": "小数点の入力を許可",        "attributeValue": {            "value": "Y"        }    },    {        "attributeType": "CP_CURRENCY",        "attributeId": "004",        "attributeName": "",        "attributeValue": {            "items": [                {                    "itemId": "2",                    "itemName": "2桁"                }            ]        }    }]