Deposit Availability
depositAvailability Object
Deposit availability 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.
details
Property | Data Type (length) |
Description |
---|---|---|
totalReleasedAmount |
decimal | Total released deposit amount. |
totalRemainingAmount |
decimal | Total remaining deposit amount that has not been released yet. |
availabilityCode |
string (10) | Availability Code that was used to determine Partial Deposit Availability windows. |
availabilityAmounts |
list of availabilityAmount objects |
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.
details
Property | Data Type (length) |
Description |
---|---|---|
availableDate |
datetime | Date and time deposit amount will be made available. Returned in time zone local to the bank. |
overrideAvailableDate |
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. |
effectiveAvailableDate |
datetime | This will be the value of availableDate unless overrideAvailableDate was set. Returned in time zone local to the bank. |
releasedDate |
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. |
isReleased |
boolean | true if this availability window deposit amount has been releases. When true , releasedDate will also be returned. |
releaseAmount |
decimal | The amount of total deposit amount that will be or has been released as part of this availability window/record. |
remainingAmount |
decimal | Total remaining amount of the total deposit amoun to be released in subsequent deposit availability windows. |