Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 639 Bytes

CreateCustomerRequest.md

File metadata and controls

23 lines (13 loc) · 639 Bytes

CreateCustomerRequest

Payload to create customer

Properties

Name Type Description Notes
id String Customer identifier
name String Name of the Customer
primaryEmail String Primary email of the customer
billingAddress String billing address of the customer
settings List<CreateEntitySetting> [optional]
account CreateAccountRequest [optional]

Implemented Interfaces

  • Serializable