Contents:
LineItem
Bases: object
object
This class holds the data for a line item in the account. This holds basic information about the item, e.g. its UID and authorisation
authorisation
Return the authorisation that was used to authorise this action
from_data
Return a LineItem constructed from the json-decoded dictionary
is_null
Return whether or not this is a null line item
to_data
Return this object as a dictionary that can be serialised to json
uid
Return the UID of the TransactionRecord that provides more information about this line item in the ledger