ConfigurationCustomerUpdate constructor

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

customer_update_creation_param

Information about updating the customer details in the portal.

Implementation

const ConfigurationCustomerUpdate({
  this.allowedUpdates,
  required this.enabled,
});