pyocf.primitives.objects.transactions.stockclasstransaction

Abstract transaction object to be extended by all transaction objects that affect the stock class

pydantic model pyocf.primitives.objects.transactions.stockclasstransaction.StockClassTransaction

Abstract transaction object to be extended by all transaction objects that affect the stock class

field stock_class_id: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Identifier of the StockClass object, a subject of this transaction')] [Required]

Identifier of the StockClass object, a subject of this transaction