Mayson Monorepo Documentation
    Preparing search index...
    interface LinkedFlows {
        credit_reversal: string;
        issuing_authorization: string;
        issuing_transaction: string;
        source_flow: string;
        source_flow_details?: Stripe.Treasury.ReceivedCredit.LinkedFlows.SourceFlowDetails;
        source_flow_type: string;
    }
    Index

    Properties

    credit_reversal: string

    The CreditReversal created as a result of this ReceivedCredit being reversed.

    issuing_authorization: string

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

    issuing_transaction: string

    Set if the ReceivedCredit is also viewable as an Issuing transaction object.

    source_flow: string

    ID of the source flow. Set if network is stripe and the source flow is visible to the user. Examples of source flows include OutboundPayments, payouts, or CreditReversals.

    The expandable object of the source flow.

    source_flow_type: string

    The type of flow that originated the ReceivedCredit (for example, outbound_payment).