%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 Settlements Response
## Structure
`V1ListSettlementsResponse`
## Fields
| Name | Type | Tags | Description | Getter | Setter |
| --- | --- | --- | --- | --- | --- |
| `items` | [`?(V1Settlement[])`](/doc/models/v1-settlement.md) | Optional | - | getItems(): ?array | setItems(?array items): void |
## Example (as JSON)
```json
{
"items": [
{
"id": "id7",
"status": "SENT",
"total_money": {
"amount": 53,
"currency_code": "PGK"
},
"initiated_at": "initiated_at9",
"bank_account_id": "bank_account_id7"
},
{
"id": "id8",
"status": "FAILED",
"total_money": {
"amount": 54,
"currency_code": "PHP"
},
"initiated_at": "initiated_at0",
"bank_account_id": "bank_account_id8"
}
]
}
```