Mayson Monorepo Documentation
    Preparing search index...
    interface InvoiceSettings {
        custom_fields?: Emptyable<
            Stripe.CustomerCreateParams.InvoiceSettings.CustomField[],
        >;
        default_payment_method?: string;
        footer?: string;
        rendering_options?: Emptyable<
            Stripe.CustomerCreateParams.InvoiceSettings.RenderingOptions,
        >;
    }
    Index

    Properties

    The list of up to 4 default custom fields to be displayed on invoices for this customer. When updating, pass an empty string to remove previously-defined fields.

    default_payment_method?: string

    ID of a payment method that's attached to the customer, to be used as the customer's default payment method for subscriptions and invoices.

    footer?: string

    Default footer to be displayed on invoices for this customer.

    Default options for invoice PDF rendering for this customer.