BillingPortalConfigurationUpdateOptionsFeaturesCustomerUpdate constructor

const BillingPortalConfigurationUpdateOptionsFeaturesCustomerUpdate({
  1. List<PortalCustomerUpdateAllowedUpdatesItem>? allowedUpdates,
  2. bool? enabled,
})

customer_update_updating_param

Information about updating the customer details in the portal.

Implementation

const BillingPortalConfigurationUpdateOptionsFeaturesCustomerUpdate({
  this.allowedUpdates,
  this.enabled,
});