Depositaccountoverdraftsettings
Represents information about a deposit account's overdraft settings.
allowOverdraftboolean
TRUE if this account supports overdraft, FALSE otherwise.
overdraftExpiryDatestring<date-time>
The expiration date of an overdraft.
Example:
2016-09-06T13:37:50+03:00overdraftLimitnumber
The limit amount that may be taken out as overdraft, where null means 0.
Depositaccountoverdraftsettings
{
"allowOverdraft": true,
"overdraftExpiryDate": "2016-09-06T13:37:50+03:00",
"overdraftLimit": 0
}