Mayson Monorepo Documentation
    Preparing search index...
    interface CustomerUpdate {
        allowed_updates?: Emptyable<
            Stripe.BillingPortal.ConfigurationCreateParams.Features.CustomerUpdate.AllowedUpdate[],
        >;
        enabled: boolean;
    }
    Index

    Properties

    The types of customer updates that are supported. When empty, customers are not updateable.

    enabled: boolean

    Whether the feature is enabled.