CustomerHistoryEntryComponent
CustomerHistoryEntryComponent
Used to implement a HistoryEntryComponent which requires access to the Customer object.
Signature
interface CustomerHistoryEntryComponent extends HistoryEntryComponent {
customer: CustomerFragment;
}
Extends
Members
customer
property
type:
CustomerFragment