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

    Type Alias IdentityVerificationRequestedCustomer

    요청 시 고객 정보

    type IdentityVerificationRequestedCustomer = {
        id?: string;
        name?: string;
        phoneNumber?: string;
        birthYear?: string;
        birthMonth?: string;
        birthDay?: string;
    }
    Index

    Properties

    id?: string

    식별 아이디

    name?: string

    이름

    phoneNumber?: string

    전화번호

    특수 문자(-) 없이 숫자로만 이루어진 번호 형식입니다.

    birthYear?: string

    출생연도

    birthMonth?: string

    출생월

    birthDay?: string

    출생일