%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/admin1/vendor/square/square/doc/models/ |
Upload File : |
# V1 List Orders Response
## Structure
`V1ListOrdersResponse`
## Fields
| Name | Type | Tags | Description | Getter | Setter |
| --- | --- | --- | --- | --- | --- |
| `items` | [`?(V1Order[])`](/doc/models/v1-order.md) | Optional | - | getItems(): ?array | setItems(?array items): void |
## Example (as JSON)
```json
{
"items": [
{
"errors": [
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "UNSUPPORTED_ENTRY_METHOD",
"detail": "detail8",
"field": "field6"
},
{
"category": "API_ERROR",
"code": "INVALID_ENCRYPTED_CARD",
"detail": "detail9",
"field": "field7"
},
{
"category": "AUTHENTICATION_ERROR",
"code": "INVALID_CARD",
"detail": "detail0",
"field": "field8"
}
],
"id": "id7",
"buyer_email": "buyer_email1",
"recipient_name": "recipient_name5",
"recipient_phone_number": "recipient_phone_number7"
},
{
"errors": [
{
"category": "API_ERROR",
"code": "INVALID_ENCRYPTED_CARD",
"detail": "detail9",
"field": "field7"
}
],
"id": "id8",
"buyer_email": "buyer_email0",
"recipient_name": "recipient_name6",
"recipient_phone_number": "recipient_phone_number6"
}
]
}
```