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

    Type Alias CustomerInput

    고객 정보 입력 정보

    type CustomerInput = {
        id?: string;
        name?: CustomerNameInput;
        birthYear?: string;
        birthMonth?: string;
        birthDay?: string;
        country?: Country;
        gender?: Gender;
        email?: string;
        phoneNumber?: string;
        address?: SeparatedAddressInput;
        zipcode?: string;
        businessRegistrationNumber?: string;
    }
    Index

    Properties

    id?: string

    고객 아이디

    고객사가 지정한 고객의 고유 식별자입니다.

    이름

    birthYear?: string

    출생 연도

    birthMonth?: string

    출생월

    birthDay?: string

    출생일

    country?: Country

    국가

    gender?: Gender

    성별

    email?: string

    이메일

    phoneNumber?: string

    전화번호

    주소

    zipcode?: string

    우편번호

    businessRegistrationNumber?: string

    사업자 등록 번호