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

    Type Alias CustomerNameInput

    고객 이름 입력 정보

    두 개의 이름 형식 중 한 가지만 선택하여 입력해주세요.

    type CustomerNameInput = {
        full?: string;
        separated?: CustomerSeparatedName;
    }
    Index

    Properties

    Properties

    full?: string

    한 줄 이름 형식

    분리형 이름 형식