타입 별칭 IssueCashReceiptBody

IssueCashReceiptBody: {
    storeId?: string;
    paymentId: string;
    channelKey: string;
    type: CashReceiptType;
    orderName: string;
    currency: Currency;
    amount: PaymentAmountInput;
    productType?: PaymentProductType;
    customer: IssueCashReceiptCustomerInput;
    paidAt?: string;
}

현금영수증 발급 요청 양식

타입 선언

  • OptionalstoreId?: string

    상점 아이디

    접근 권한이 있는 상점 아이디만 입력 가능하며, 미입력시 토큰에 담긴 상점 아이디를 사용합니다.

  • paymentId: string

    결제 건 아이디

    외부 결제 건에 대한 수동 발급의 경우, 아이디를 직접 채번하여 입력합니다.

  • channelKey: string

    채널 키

  • type: CashReceiptType

    현금 영수증 유형

  • orderName: string

    주문명

  • currency: Currency

    화폐

  • amount: PaymentAmountInput

    금액 세부 입력 정보

  • OptionalproductType?: PaymentProductType

    상품 유형

  • customer: IssueCashReceiptCustomerInput

    고객 정보

  • OptionalpaidAt?: string

    결제 일자