OrderHistoryEntryComponent
OrderHistoryEntryComponent
Used to implement a HistoryEntryComponent which requires access to the Order object.
Signature
interface OrderHistoryEntryComponent extends HistoryEntryComponent {
order: OrderDetailFragment;
}
Extends
Members
order
property
type:
OrderDetailFragment