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