Document representing the registration information for a customer.
Property | Type | Constraints | Description |
---|---|---|---|
customer |
Customer | mandatory=true, nullable=false | The customer registration information. The mandatory properties for registration are login, last name and email. |
password |
String | maxLength=4096, nullable=false | The password to authorize. |