Describes the cart items that the customer is purchasing. These items are displayed at the checkout page.
Properties
Name | Type | Required | Description |
---|---|---|---|
amount | float |
❌ | The price of the item in the currency defined in currency. |
name | str |
❌ | The name of the item. |
quantity | float |
❌ | The quantity of the item. |
image | str |
❌ | The image that appears in the checkout page for this item. |