UNPKG

@goboomtown/entities

Version:

entities in typescript format. This includes: - Customer

13 lines (12 loc) 391 B
/** * Interface defining the property object that describes the customer location metadata. * * @see [CustomerLocationMetadata](https://github.com/goboomtown/entities-ts/tree/master/docs) * * @OvationCXMApi */ export interface CustomerLocationMetadata { locationProductsNotes?: string; uniqueAspectsThatAffectConnectivity?: string; terminalIdentificationNumber?: string; }