pyocf.primitives.objects.transactions.transaction

Abstract transaction object to be extended by all other transaction objects

pydantic model pyocf.primitives.objects.transactions.transaction.Transaction

Abstract transaction object to be extended by all other transaction objects

field date: Annotated[Date, FieldInfo(annotation=NoneType, required=True, description='Date on which the transaction occurred')] [Required]

Date on which the transaction occurred