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

    Properties

    Properties

    amount?: number

    The amount that will be transferred automatically when the invoice is paid. If no amount is set, the full amount is transferred.

    destination: string

    ID of an existing, connected Stripe account.