Objects
Deposit
Regular deposit information for general savings account
amountMonetaryAmount
Amount deposited regularly
frequencystring
Frequency of deposits
Possible Enum values are
DAILY, WEEKLY, MONTHLY, QUARTERLY, SEMIANNUALLY, ANNUALLY or ONCE.Example
{ "amount": { "amount": 10.32, "currency": "EUR" }, "frequency": "DAILY"}