Type Alias SeparatedAddress
SeparatedAddress: { type: "SEPARATED"; oneLine: string; addressLine1: string; addressLine2: string; city?: string; province?: string; country?: Country; } Type declaration
type: "SEPARATED"
oneLine: string
addressLine1: string
addressLine2: string
Optional
city?: string
Optional
province?: string
Optional
country?: Country
분리 형식 주소
한 줄 형식 주소와 분리 형식 주소 모두 존재합니다. 한 줄 형식 주소는 분리 형식 주소를 이어 붙인 형태로 생성됩니다.