Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.23 KB

File metadata and controls

20 lines (16 loc) · 1.23 KB

xprizo_sdk_py.model.user_wallet_transfer_transaction_model.UserWalletTransferTransactionModel

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

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

[Back to Model list] [Back to API list] [Back to README]