주소

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

componentValue {#component-value}

속성타입설명
zipCodestring우편번호
addressstring주소
addressDetailstring상세 주소

Response Example {#component-data-example}

[  {    "componentType": "CP_ADDR_KR",    "componentName": "주소",    "componentId": "ID",    "componentCustomId": "custom-id-001",    "componentLabel": "배송 주소",    "componentValue": {      "zipCode": "13561",      "address": "경기도 성남시 분당구 불정로 6",      "addressDetail": "4층"    }  }]