Mayson Monorepo Documentation
    Preparing search index...
    interface TransferData {
        amount?: number;
        destination: string;
    }
    Index

    Properties

    Properties

    amount?: number

    The amount transferred to the destination account, if specified. By default, the entire charge amount is transferred to the destination account.

    destination: string

    ID of an existing, connected Stripe account.