| Name | Description | Type | Additional information | 
|---|---|---|---|
| UserHandle | Handle of the current user | string | None. | 
| UserId | Id of the current user | decimal number | None. | 
| Errors | Collection of Error | None. | |
| IpAddress | Client ip address | string | None. | 
| Currency | string | None. | |
| Id | Panier id. Use for adding, deleting items and updating panier | integer | None. | 
| TransactionID | Transaction id of the transaction that was created when the panier was confirmed. This is normally empty | string | None. | 
| ModePaiementID | integer | None. | |
| OpState | byte | None. | |
| Total_HT | Total price before tax for the panier. Readonly | decimal number | None. | 
| Total_TTC | Total price with tax. Readonly | decimal number | None. | 
| Items | The items contained in the panier | Collection of Item | None. |