@portone/server-sdk
    Preparing search index...

    Type Alias SeparatedAddressInput

    분리 형식 주소 입력 정보

    type SeparatedAddressInput = {
        addressLine1: string;
        addressLine2: string;
        city?: string;
        province?: string;
        country?: Country;
    }
    Index

    Properties

    addressLine1: string

    상세 주소 1

    addressLine2: string

    상세 주소 2

    city?: string

    시/군/구

    province?: string

    주/도/시

    country?: Country

    국가