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

    Type Alias Customer

    고객 정보

    type Customer = {
        id?: string;
        name?: string;
        birthYear?: string;
        gender?: Gender;
        email?: string;
        phoneNumber?: string;
        address?: Address;
        zipcode?: string;
    }
    Index

    Properties

    id?: string

    고객 아이디

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

    name?: string

    이름

    birthYear?: string

    출생 연도

    gender?: Gender

    성별

    email?: string

    이메일

    phoneNumber?: string

    전화번호

    address?: Address

    주소

    zipcode?: string

    우편번호