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

    Interface SimulateReversalInput

    interface SimulateReversalInput {
        amount: number;
        authorizationId: string;
    }
    Index

    Properties

    amount: number

    Amount of reversal in merchant's currency.

    authorizationId: string

    ID of previous successful authorization to which this reversal corresponds.