{
"id": "8f74e458dcda4b98a11740f3",
"object": "hold",
"amount": "20.25",
"currency": "USD",
"holdTime": "1",
"releaseDate": "2015-11-30T21:18:15.000Z",
"dateReleased": "2015-11-30T21:18:15.000Z",
"status": "released",
"created": "2015-11-29T21:18:15.000Z",
"lastUpdated": "2015-11-29T21:18:15.000Z"
}
| Parameter | Description |
|---|---|
| id | The unique identifier for the hold. |
| object | Will have value "hold" indicating that the object is a hold response. |
| amount | The amount of the hold. |
| currency | The currency for the amount of the hold. |
| holdTime | The hold time as a String Integer of days. |
| releaseDate | The date the hold is scheduled to be released. |
| dateReleased | The date the hold was released. |
| status | The current status of the hold. One of: "created", "active", "released". |
| created | The date the hold was created. |
| lastUpdated | The date the hold was last updated. |
