통화

컴포넌트 속성 {#component-attribute}

컴포넌트 속성 종류 {#component-attribute-type}

종류코드설명
CP_CURRENCY001통화 설정
CP_CURRENCY002통화 설정 여부
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": "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자리"              }          ]      }  }]