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

    Properties

    Properties

    account: string

    ID of an existing, connected Stripe account.

    amount?: number

    The amount to transfer to the destination account without creating an Application Fee object. Cannot be combined with the application_fee parameter. Must be less than or equal to the charge amount.