| Name | Type | Description | Notes |
|---|---|---|---|
| settlementRequestId | String | The settlement request ID generated by Cobo. | |
| requestId | String | The request ID provided by you when creating the settlement request. | |
| status | SettleRequestStatus | ||
| settlements | List<SettlementDetail> | ||
| createdTimestamp | Integer | The created time of the settlement request, represented as a UNIX timestamp in seconds. | [optional] |
| updatedTimestamp | Integer | The updated time of the settlement request, represented as a UNIX timestamp in seconds. | [optional] |
| initiator | String | The initiator of this settlement request. Can return either an API key or the Payments App's ID. - Format `api_key_<API_KEY>`: Indicates the settlement request was initiated via the Payments API using the API key. - Format `app_<APP_ID>`: Indicates the settlement request was initiated through the Payments App using the App ID. | [optional] |
| acquiringType | AcquiringType | [optional] | |
| payoutChannel | PayoutChannel | [optional] | |
| settlementType | SettlementType | [optional] | |
| currency | String | The fiat currency for the off-ramp. | [optional] |
| receivedAmountFiat | String | The estimated amount of the fiat currency to receive after off-ramping. This amount is subject to change due to bank transfer fees. | [optional] |
| bankAccount | BankAccount | [optional] |