/**
 * 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;
}
