BillingPortalConfigurationUpdateOptionsFeatures constructor
const
BillingPortalConfigurationUpdateOptionsFeatures({
- BillingPortalConfigurationUpdateOptionsFeaturesCustomerUpdate? customerUpdate,
- PortalSubscriptionPause? invoiceHistory,
- PortalSubscriptionPause? paymentMethodUpdate,
- BillingPortalConfigurationUpdateOptionsFeaturesSubscriptionCancel? subscriptionCancel,
- CheckoutCardInstallmentsOptions? subscriptionPause,
- BillingPortalConfigurationUpdateOptionsFeaturesSubscriptionUpdate? subscriptionUpdate,
features_updating_param
Information about the features available in the portal.
Implementation
const BillingPortalConfigurationUpdateOptionsFeatures({
this.customerUpdate,
this.invoiceHistory,
this.paymentMethodUpdate,
this.subscriptionCancel,
this.subscriptionPause,
this.subscriptionUpdate,
});