| Property | Description | Returns | 
|---|---|---|
| person | The person to whom the current cart belongs | Model | 
| currency | Get the currency for the cart. | Currency | 
| id | int | |
| uuid | string | |
| appliedDiscounts | array | |
| discountCodes | array | |
| total | string | |
| discountTotal | string | |
| taxTotal | string | |
| locked | Last locked date for the cart. | DateTime | 
| created | Date the record was created. | DateTime | 
| modified | Last modification date for the record. | DateTime | 
| site | Site | |
| items | Collection (Item) | |
| messages | Collection (Message) | 
Carts\Models\Api\Cart
Cart