Worldline Connect Node.js SDK
    Preparing search index...

    Interface RefundRequest

    interface RefundRequest {
        amountOfMoney?: AmountOfMoney | null;
        bankRefundMethodSpecificInput?: BankRefundMethodSpecificInput | null;
        customer?: RefundCustomer | null;
        refundDate?: string | null;
        refundReason?: string | null;
        refundReferences?: RefundReferences | null;
    }
    Index

    Properties

    amountOfMoney?: AmountOfMoney | null
    bankRefundMethodSpecificInput?: BankRefundMethodSpecificInput | null
    customer?: RefundCustomer | null
    refundDate?: string | null
    refundReason?: string | null
    refundReferences?: RefundReferences | null