@portone/server-sdk

    Type Alias SeparatedAddress

    분리 형식 주소

    한 줄 형식 주소와 분리 형식 주소 모두 존재합니다. 한 줄 형식 주소는 분리 형식 주소를 이어 붙인 형태로 생성됩니다.

    type SeparatedAddress = {
        type: "SEPARATED";
        oneLine: string;
        addressLine1: string;
        addressLine2: string;
        city?: string;
        province?: string;
        country?: Country;
    }
    Index

    Properties

    type: "SEPARATED"
    oneLine: string

    주소 (한 줄)

    addressLine1: string

    상세 주소 1

    addressLine2: string

    상세 주소 2

    city?: string

    시/군/구

    province?: string

    주/도/시

    country?: Country

    국가

    MMNEPVFCICPMFPCPTTAAATR