UNPKG

ix-entities

Version:

IX entities in typescript format. This includes: - Customer

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