통화

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

componentValue {#component-value}

속성타입설명
currencyCodestring통화 코드.
서식편집기에서 **통화 > 상세 설정 > 통화 (설정 안 함)**으로 설정한 경우 필수
currencyValuestring값.
서식편집기에서 통화 > 상세 설정 > 소수점 입력 허용을 사용하는 경우 소수점 자릿수 확인.
예: 소수점 2자리를 사용하는 경우(100.00)

Response Example {#component-data-example}

[  {    "componentType": "CP_CURRENCY",    "componentId": "ID",    "componentValue": {      "currencyCode": "KRW",      "currencyValue": "100"    }  }]