Mayson Monorepo Documentation
    Preparing search index...

    Interface PaymentMethodAttachParams

    interface PaymentMethodAttachParams {
        customer?: string;
        customer_account?: string;
        expand?: string[];
    }
    Index

    Properties

    customer?: string

    The ID of the customer to which to attach the PaymentMethod.

    customer_account?: string

    The ID of the Account representing the customer to which to attach the PaymentMethod.

    expand?: string[]

    Specifies which fields in the response should be expanded.