List of items at checkout
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| imageBase64 | String | ✅ | Item image in Base64 |
| name | String | ✅ | Item name |
| quantity | Long | ✅ | Item Quantity |
| value | Double | ✅ | Item value |
| externalReference | String | ❌ | Item unique identifier in your system |
| description | String | ❌ | Item Description |