UNPKG

@goboomtown/entities

Version:

entities in typescript format. This includes: - Customer

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