Accounttax
The account tax corresponding for deposit account
creationDatestring<date-time>
The date when the rate availability was created.
Example:
2016-09-06T13:37:50+03:00fromDatestring<date-time>
The date when the tax source starts to be used by the account.
Example:
2016-09-06T13:37:50+03:00lastModifiedDatestring<date-time>
The last date when the rate availability was modified.
Example:
2016-09-06T13:37:50+03:00rateSourceEncodedKeystring
rateSourceIdstring
The id of the source
rateSourceNamestring
The name of the source
savingsAccountEncodedKeystring
toDatestring<date-time>
The ending date of the tax source used by the account
Example:
2016-09-06T13:37:50+03:00Accounttax
{
"creationDate": "2016-09-06T13:37:50+03:00",
"fromDate": "2016-09-06T13:37:50+03:00",
"lastModifiedDate": "2016-09-06T13:37:50+03:00",
"rateSourceEncodedKey": "string",
"rateSourceId": "string",
"rateSourceName": "string",
"savingsAccountEncodedKey": "string",
"toDate": "2016-09-06T13:37:50+03:00"
}