Objects

French.AccountInformation

Account details such as available balance and interest rate.

Available cash balance in the account.

interestRatenumber[double]

Interest rate of the account. Percentage [0...1]

cashAccountNumberstring

Number of the cash account.

Example
{  "cashValue": {    "amount": 10.32,    "currency": "EUR"  },  "interestRate": 0.0375,  "cashAccountNumber": "123456789"}