OrderLineReference
This entity represents a line from an Order which has been fulfilled by a Fulfillment.
- Extends:
OrderLineReference
constructor
method
(input?: DeepPartial<FulfillmentLine>) => FulfillmentLinefulfillment
property
FulfillmentfulfillmentId
property
IDThis is an abstract base class for entities which reference an OrderLine.
- Extends:
VendureEntity
This entity represents a line from an Order which has been modified by an OrderModification.
- Extends:
OrderLineReference
constructor
method
(input?: DeepPartial<OrderModificationLine>) => OrderModificationLinemodification
property
OrderModificationmodificationId
property
IDThis entity represents a line from an Order which has been refunded by a Refund.
- Extends:
OrderLineReference
constructor
method
(input?: DeepPartial<RefundLine>) => RefundLinerefund
property
RefundrefundId
property
IDWas this chapter helpful?