통화

컴포넌트 정보 {#component-data}

componentValue {#component-value}

속성타입설명
currencyCodestring통화 코드
currencyValuestring값

Response Example {#component-data-example}

[  {    "componentType": "CP_CURRENCY",    "componentName": "통화",    "componentId": "ID",    "componentCustomId": "custom-id-001",    "componentLabel": "가격",    "componentValue": {      "currencyCode": "KRW",      "currencyValue": "100"    }  }]