customerDomain property

String? customerDomain
getter/setter pair

The customer's primary domain name string.

customerDomain is required when creating a new customer. Do not include the www prefix in the domain when adding a customer.

Implementation

core.String? customerDomain;