Mayson Monorepo Documentation
    Preparing search index...
    interface InstantAvailable {
        amount: number;
        currency: string;
        net_available?: Stripe.Balance.InstantAvailable.NetAvailable[];
        source_types?: Stripe.Balance.InstantAvailable.SourceTypes;
    }
    Index

    Properties

    amount: number

    Balance amount.

    currency: string

    Three-letter ISO currency code, in lowercase. Must be a supported currency.

    Breakdown of balance by destination.