@sudoplatform/sudo-virtual-cards-simulator
    Preparing search index...

    Interface SimulateRefundInput

    interface SimulateRefundInput {
        amount: number;
        debitId: string;
    }
    Index

    Properties

    Properties

    amount: number

    Amount of refund in merchant's currency.

    debitId: string

    ID of previous successful debit to which this refund corresponds.