Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.04 KB

AgentSendPaymentTransactionModel.md

File metadata and controls

18 lines (14 loc) · 1.04 KB

xprizo_sdk_py.model.agent_send_payment_transaction_model.AgentSendPaymentTransactionModel

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
fromAgentId decimal.Decimal, int, decimal.Decimal, [optional] value must be a 64 bit integer
toAgentId decimal.Decimal, int, decimal.Decimal, [optional] value must be a 64 bit integer

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