HomeVendure CoreShow hidden breadcrumbs...EntitiesCustomerHistoryEntryOn this pageCustomerHistoryEntry@vendure/coreSource Represents an event in the history of a particular Customer. Signatureclass CustomerHistoryEntry extends HistoryEntry { constructor(input: DeepPartial<CustomerHistoryEntry>) @Index() @ManyToOne(type => Customer, { onDelete: 'CASCADE' }) customer: Customer;} Extends: HistoryEntry customerpropertyCustomerWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousCustomerGroupNextFacetEdited Apr 20, 2026ยทEdit this page