Deposit Availability
The depositAvailability object shows totals and individual deposit availability window records for when and how much of a deposit has been released and is available in the account.
depositAvailability Object
Property | Data Type (length) | Description |
---|---|---|
| array | An array of availabilityAmount objects. |
| string | Availability Code that was used to determine Partial Deposit Availability windows. |
| decimal | Total released deposit amount. |
| decimal | Total remaining deposit amount that has not been released yet. |
availabilityAmount Object
Deposit availability object shows individual deposit availability window record for when and how much of a deposit has been released and is available in the account.
Property | Data Type (length) | Description |
---|---|---|
| datetime | Date and time deposit amount will be made available. Returned in time zone local to the bank. |
| datetime | This will be the value of availableDate unless overrideAvailableDate was set. Returned in time zone local to the bank. |
| boolean |
|
| datetime | Override date and time deposit amount will be made available. Returned in time zone local to the bank. This field is only present if someone does set this override date. |
| decimal | The amount of total deposit amount that will be or has been released as part of this availability window/record. |
| datetime | The exact date and time deposit amount was released. Returned in time zone local to the bank. This field is not returned until amount has been released. |
| decimal | Total remaining amount of the total deposit amoun to be released in subsequent deposit availability windows. |
Updated 10 months ago