Transactions Python Module

Transactions model.

class pacifica.metadata.orm.transactions.Transactions(*args, **kwargs)

Transactions model class.

Attributes:
Name Description
description Description of the transaction
suspense_date date the transaction is available
DoesNotExist

alias of TransactionsDoesNotExist

static elastic_mapping_builder(obj)

Build the elasticsearch mapping bits.

from_hash(obj)

Convert the hash into the object.

to_hash(**flags)

Convert the object to a hash.

classmethod where_clause(kwargs)

Where clause for the various elements.