| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| description | None, str, | NoneClass, str, | [optional] | |
| reference | None, str, | NoneClass, str, | [optional] | |
| amount | decimal.Decimal, int, float, | decimal.Decimal, | [optional] value must be a 64 bit float | |
| fromAccountId | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 64 bit integer | |
| toAccountId | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 64 bit integer | |
| currencyCode | None, str, | NoneClass, str, | [optional] | |
| toAmount | None, decimal.Decimal, int, float, | NoneClass, decimal.Decimal, | [optional] value must be a 64 bit float |