/** * Location Search Service API * Location service for search the locations * * 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 LocationUpdate { ADDRESS2?: string; ADDRESS3?: string; ADDRESS4?: string; ADDRESS5?: string; AIRPORT?: boolean; ALT_PHONE?: string; AREA?: string; BOOKABLE?: boolean; CITY?: string; CITY_ADDR?: string; CITY_VARIANTS?: string; COUNTER_BYPASS_ENABLED?: boolean; COUNTRY_CODE?: string; DISPLAY_HLE_TEXT?: boolean; EMAIL_ADDRESS?: string; FAX?: string; FBO?: boolean; HOD_IMAGE?: string; HOD_LOCID?: string; HOURS_OF_OPERATION?: string; HOURS_OF_OPERATION_2?: string; HOURS_OF_OPERATION_3?: string; HZ_LOCID?: string; LATITUDE?: number; LOCATION_TITLE?: string; LONGITUDE?: number; MAJOR_AIRPORT?: boolean; NAME?: string; NOTES1?: string; NOTES2?: string; NOTES3?: string; NOTES4?: string; NOTES5?: string; OAG_CODE?: string; OPT_AFTER_HOURS_DROP?: boolean; OPT_AFTER_HOURS_PICKUP?: boolean; OPT_BOOSTER_SEATS?: boolean; OPT_BUS_LOC?: boolean; OPT_CHAFFEUR_LOC?: boolean; OPT_CHILD_SEATS?: boolean; OPT_CRUISE_LOC?: boolean; OPT_EXPRESS_RETURN?: boolean; OPT_FLIGHT_MAND_ALL?: boolean; OPT_FLIGHT_MAND_PRIVATE?: boolean; OPT_GOLD_ANYTIME?: boolean; OPT_GOLD_CANOPY?: boolean; OPT_GOLD_CHOICE?: boolean; OPT_GOLD_CUSTOMER?: boolean; OPT_HAND_CONTROL?: boolean; OPT_HEAVY_TRUCKS?: boolean; OPT_HLE?: boolean; OPT_HOD?: boolean; OPT_HOTEL_GUEST_REQ?: boolean; OPT_HTV?: boolean; OPT_INFANT_SEAT?: boolean; OPT_INSURANCE_REPLACE?: boolean; OPT_INS_REPLACE_ONLY?: boolean; OPT_KIOSK_LOC?: boolean; OPT_LEASING_LOC?: boolean; OPT_LUGGAGE_RACK?: boolean; OPT_MEET_ADV_RES?: boolean; OPT_MEET_PF?: boolean; OPT_MGB?: boolean; OPT_MILITARY_LOC?: boolean; OPT_NEVERLOST?: boolean; OPT_NO_WALKINS?: boolean; OPT_PICKUP_SERVICE?: boolean; OPT_PLATE_PASS?: boolean; OPT_PRESTIGE_SERVICE?: boolean; OPT_PRIVATE_FLIGHT_ONLY?: boolean; OPT_RETURN_CENTER?: boolean; OPT_RE_FUEL?: boolean; OPT_ROADSIDE_ASSSIST?: boolean; OPT_SKIERIZED?: boolean; OPT_TRAIN_LOC?: boolean; OPT_WIFI?: boolean; PHONE?: string; PREFERRED_OAG?: string; REFER_TO_QUAL_REQ?: boolean; SERVED_BY?: boolean; SERVED_BY_DATA?: string; SPECIAL_INSTRUCTION?: boolean; SPECIAL_INSTRUCTION_DATA?: string; STATEPROVINCE_CODE?: string; STATEPROVINCE_NAME?: string; TYPE?: string; ZIP_POSTAL_CODE?: string; address2?: string; address3?: string; address4?: string; address5?: string; airport?: boolean; alt_PHONE?: string; area?: string; bookable?: boolean; brand?: string; city?: string; city_ADDR?: string; city_VARIANTS?: string; counter_BYPASS_ENABLED?: boolean; country_CODE?: string; display_HLE_TEXT?: boolean; email_ADDRESS?: string; fax?: string; fbo?: boolean; hod_IMAGE?: string; hod_LOCID?: string; hours_OF_OPERATION?: string; hours_OF_OPERATION_2?: string; hours_OF_OPERATION_3?: string; hz_LOCID?: string; latitude?: number; locationHoursTable?: LocationHoursTable; location_TITLE?: string; longitude?: number; major_AIRPORT?: boolean; name?: string; notes1?: string; notes2?: string; notes3?: string; notes4?: string; notes5?: string; oag_CODE?: string; opt_AFTER_HOURS_DROP?: boolean; opt_AFTER_HOURS_PICKUP?: boolean; opt_BOOSTER_SEATS?: boolean; opt_BUS_LOC?: boolean; opt_CHAFFEUR_LOC?: boolean; opt_CHILD_SEATS?: boolean; opt_CRUISE_LOC?: boolean; opt_EXPRESS_RETURN?: boolean; opt_FLIGHT_MAND_ALL?: boolean; opt_FLIGHT_MAND_PRIVATE?: boolean; opt_GOLD_ANYTIME?: boolean; opt_GOLD_CANOPY?: boolean; opt_GOLD_CHOICE?: boolean; opt_GOLD_CUSTOMER?: boolean; opt_HAND_CONTROL?: boolean; opt_HEAVY_TRUCKS?: boolean; opt_HLE?: boolean; opt_HOD?: boolean; opt_HOTEL_GUEST_REQ?: boolean; opt_HTV?: boolean; opt_INFANT_SEAT?: boolean; opt_INSURANCE_REPLACE?: boolean; opt_INS_REPLACE_ONLY?: boolean; opt_KIOSK_LOC?: boolean; opt_LEASING_LOC?: boolean; opt_LUGGAGE_RACK?: boolean; opt_MEET_ADV_RES?: boolean; opt_MEET_PF?: boolean; opt_MGB?: boolean; opt_MILITARY_LOC?: boolean; opt_NEVERLOST?: boolean; opt_NO_WALKINS?: boolean; opt_PICKUP_SERVICE?: boolean; opt_PLATE_PASS?: boolean; opt_PRESTIGE_SERVICE?: boolean; opt_PRIVATE_FLIGHT_ONLY?: boolean; opt_RETURN_CENTER?: boolean; opt_RE_FUEL?: boolean; opt_ROADSIDE_ASSSIST?: boolean; opt_SKIERIZED?: boolean; opt_TRAIN_LOC?: boolean; opt_WIFI?: boolean; phone?: string; preferred_OAG?: string; radius?: number; refer_TO_QUAL_REQ?: boolean; served_BY?: boolean; served_BY_DATA?: string; special_INSTRUCTION?: boolean; special_INSTRUCTION_DATA?: string; stateprovince_CODE?: string; stateprovince_NAME?: string; type?: string; zip_POSTAL_CODE?: string; }