pyocf.primitives.objects.transactions.stockplantransaction

Abstract transaction object to be extended by all transaction objects that affect a stock plan

pydantic model pyocf.primitives.objects.transactions.stockplantransaction.StockPlanTransaction

Abstract transaction object to be extended by all transaction objects that affect a stock plan

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

Identifier of the Stock Plan object, a subject of this transaction