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