통화
컴포넌트 속성 {#component-attribute}
컴포넌트 속성 종류 {#component-attribute-type}
| 종류 | 코드 | 설명 |
|---|
| CP_CURRENCY | 001 | 통화 설정 |
| CP_CURRENCY | 002 | 통화 설정 여부 |
| CP_CURRENCY | 003 | 소수점 입력 허용 |
| CP_CURRENCY | 004 | 소수점 자릿수 |
컴포넌트 속성 정보 {#component-attribute-data}
| 속성 | 타입 | 설명 |
|---|
| attributeType | string | 속성 종류 |
| attributeId | string | 속성 ID |
| attributeName | string | 속성 이름 |
| attributeValue | object | 속성값 |
Response Example {#component-attribute-example}
[ { "attributeType": "CP_CURRENCY", "attributeId": "001", "attributeName": "통화 설정", "attributeValue": { "items": [ { "itemId": "KRW", "itemName": "KRW" } ] } }, { "attributeType": "CP_CURRENCY", "attributeId": "002", "attributeName": "통화", "attributeValue": { "items": [ { "itemId": "002", "itemName": "설정" } ] } }, { "attributeType": "CP_CURRENCY", "attributeId": "003", "attributeName": "소수점 입력 허용", "attributeValue": { "value": "Y" } }, { "attributeType": "CP_CURRENCY", "attributeId": "004", "attributeName": "소수점 자릿수", "attributeValue": { "items": [ { "itemId": "2", "itemName": "2자리" } ] } }]