타입 별칭 CashReceiptInput

CashReceiptInput: {
    type: CashReceiptInputType;
    customerIdentityNumber?: string;
}

현금영수증 입력 정보

타입 선언

  • type: CashReceiptInputType

    현금영수증 유형

  • OptionalcustomerIdentityNumber?: string

    사용자 식별 번호

    미발행 유형 선택 시 입력하지 않습니다.