Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.87 KB

RelationshipTranModel.md

File metadata and controls

33 lines (26 loc) · 1.87 KB

xprizo_sdk_py.model.relationship_tran_model.RelationshipTranModel

Model Type Info

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

Dictionary Keys

Key Input Type Accessed Type Description Notes
id decimal.Decimal, int, decimal.Decimal, [optional] value must be a 64 bit integer
balance decimal.Decimal, int, float, decimal.Decimal, [optional] value must be a 64 bit float
paid decimal.Decimal, int, float, decimal.Decimal, [optional] value must be a 64 bit float
received decimal.Decimal, int, float, decimal.Decimal, [optional] value must be a 64 bit float
pending decimal.Decimal, int, float, decimal.Decimal, [optional] value must be a 64 bit float
journals decimal.Decimal, int, float, decimal.Decimal, [optional] value must be a 64 bit float
fees decimal.Decimal, int, float, decimal.Decimal, [optional] value must be a 64 bit float
transactions list, tuple, None, tuple, NoneClass, [optional]

transactions

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, None, tuple, NoneClass,

Tuple Items

Class Name Input Type Accessed Type Description Notes
WalletTranModel WalletTranModel WalletTranModel

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