Mayson Monorepo Documentation
    Preparing search index...
    interface LinkedFlows {
        debit_reversal: string;
        inbound_transfer: string;
        issuing_authorization: string;
        issuing_transaction: string;
        payout: string;
        topup: string;
    }
    Index

    Properties

    debit_reversal: string

    The DebitReversal created as a result of this ReceivedDebit being reversed.

    inbound_transfer: string

    Set if the ReceivedDebit is associated with an InboundTransfer's return of funds.

    issuing_authorization: string

    Set if the ReceivedDebit was created due to an Issuing Authorization object.

    issuing_transaction: string

    Set if the ReceivedDebit is also viewable as an Issuing Dispute object.

    payout: string

    Set if the ReceivedDebit was created due to a Payout object.

    topup: string

    Set if the ReceivedDebit was created due to a Topup object.