ConfigurationCustomerUpdate constructor
const
ConfigurationCustomerUpdate({
- List<
PortalCustomerUpdateAllowedUpdatesItem> ? allowedUpdates, - required bool enabled,
customer_update_creation_param
Information about updating the customer details in the portal.
Implementation
const ConfigurationCustomerUpdate({
this.allowedUpdates,
required this.enabled,
});