Mayson Monorepo Documentation
    Preparing search index...
    interface Billing {
        default_payment_method?: string;
        invoice?: Stripe.V2.Core.Account.Configuration.Customer.Billing.Invoice;
    }
    Index

    Properties

    default_payment_method?: string

    ID of a PaymentMethod attached to the customer account to use as the default for invoices and subscriptions.

    Default invoice settings for the customer account.