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

Properties

Properties

amount: number

Amount of refund in merchant's currency.

debitId: string

ID of previous successful debit to which this refund corresponds.

MMNEPVFCICPMFPCPTTAAATR