/** * Upcoming Reservation Experience Service API * Reservation Experience Agent Service * * OpenAPI spec version: 0.0.1-SNAPSHOT * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { LocationHoursTable } from './locationHoursTable'; export interface Location { address1?: string; address2?: string; address3?: string; address4?: string; address5?: string; airport?: string; airportName?: string; area?: string; category_code?: string; city?: string; closeTime?: string; /** * Count */ count?: number; country_code?: string; country_name?: string; dayOfWeek?: string; dialect?: string; effectiveDate?: string; expiryDate?: string; faxNumber?: string; hoursOfOperation?: string; hoursOfOperation2?: string; hoursOfOperation3?: string; id?: string; iso3CountryCode?: string; lat?: string; locationHoursTable?: Array; locationId?: string; locationType?: string; lon?: string; majorAirport?: string; name?: string; oag3?: string; oag6_code?: string; openTime?: string; phone?: string; postal_code?: string; priority?: string; specialInstructions?: string; stateProvinceNameTranslated?: string; state_code?: string; state_name?: string; trainLocation?: string; }