| Name | Type | Description | Additional information |
|---|---|---|---|
| FirstName | string |
String length: inclusive between 0 and 10000 |
|
| LastName | string |
String length: inclusive between 0 and 10000 |
|
| Line1 | string |
First line of address info the customer enters at checkout like street name and number |
String length: inclusive between 0 and 10000 |
| Line2 | string |
Second line of address info the customer enters at checkout like building number |
String length: inclusive between 0 and 10000 |
| City | string |
The town or city the customer enters at checkout |
String length: inclusive between 0 and 10000 |
| PostCode | string |
The postcode of the town or city the customer enters at checkout |
String length: inclusive between 0 and 10000 |
| ContactNumber | string |
A third party number used to contact customers |
String length: inclusive between 0 and 10000 |
| ContactAccessCode | string |
The access code needed to use the third party number to contact customers |
String length: inclusive between 0 and 10000 |
| AdditionalDetails | SubmitCalculatedOnlineOrderV2CustomerAdditionalApiModel |
Used for Optional Additional Information about the Customer |