Acquire.Accounting._transactioninfo module¶
-
class
TransactionInfo(key)[source]¶ Bases:
objectThis class is used to encode and extract the type of transaction and value to/from an object store key
-
static
encode(code, value, receipted_value=None)[source]¶ Encode the passed code and value into a simple string that can be used as part of an object store key. If ‘receipted_value’ is passed, then encode the receipted value of the provisional transaction too
-
static