Mayson Monorepo Documentation
    Preparing search index...

    Interface InvoiceAttachPaymentParams

    interface InvoiceAttachPaymentParams {
        expand?: string[];
        payment_intent?: string;
        payment_record?: string;
    }
    Index

    Properties

    expand?: string[]

    Specifies which fields in the response should be expanded.

    payment_intent?: string

    The ID of the PaymentIntent to attach to the invoice.

    payment_record?: string

    The ID of the PaymentRecord to attach to the invoice.