Mayson Monorepo Documentation
    Preparing search index...
    interface DestinationPaymentMethodData {
        financial_account?: string;
        type: "financial_account";
    }
    Index

    Properties

    financial_account?: string

    Required if type is set to financial_account. The FinancialAccount ID to send funds to.

    type: "financial_account"

    The type of the destination.