BillingPortalConfigurationUpdateOptionsFeatures constructor

const BillingPortalConfigurationUpdateOptionsFeatures({
  1. BillingPortalConfigurationUpdateOptionsFeaturesCustomerUpdate? customerUpdate,
  2. PortalSubscriptionPause? invoiceHistory,
  3. PortalSubscriptionPause? paymentMethodUpdate,
  4. BillingPortalConfigurationUpdateOptionsFeaturesSubscriptionCancel? subscriptionCancel,
  5. CheckoutCardInstallmentsOptions? subscriptionPause,
  6. 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,
});