# title : OPERA Cloud RnA BookingReservationExtended GraphQL API, # description : GraphQL API to cater for Provide booking reservation information with extended or additional details such as blocks, routing, etc. # Compatible with OPERA Cloud RnA release 26.1.0.0. # This document and all content within is available under the Universal Permissive License v 1.0 # (https://oss.oracle.com/licenses/upl). Copyright (c) 2020,2026 Oracle and/or its affiliates # version : 26.1.0.0 # termsOfService : https://www.oracle.com/legal/terms.html # contact_email : hospitality_apis_ww_grp@oracle.com # license : https://opensource.org/licenses/upl directive @stream(if: Boolean, label: String, initialCount: Int = 0) on FIELD directive @conditionalInputPair(pair: Int) on INPUT_FIELD_DEFINITION directive @mandatoryInput on INPUT_FIELD_DEFINITION scalar Date scalar DateTime # Date format: "YYYY-MM-DD" input DateInput{ _eq: Date _ne: Date _in: [Date] _nin: [Date] _gt: Date _lt: Date _gte: Date _lte: Date _btn: DateRangeInput _isNull: Boolean } input DateRangeInput { start: Date! end: Date! } # Datetime format: "YYYY-MM-DD HH24:MI:SS" input DateTimeInput { _eq: DateTime _ne: DateTime _in: [DateTime] _nin: [DateTime] _gt: DateTime _lt: DateTime _gte: DateTime _lte: DateTime _btn: DateTimeRangeInput _isNull: Boolean } input DateTimeRangeInput { start: DateTime! end: DateTime! } input StringInput { _eq: String _ne: String _in: [String] _nin: [String] _gt: String _lt: String _gte: String _lte: String _isNull: Boolean } input FloatInput { _eq: Float _ne: Float _in: [Float] _nin: [Float] _gt: Float _lt: Float _gte: Float _lte: Float _btn: FloatRangeInput _isNull: Boolean } input FloatRangeInput { start: Float! end: Float! } # Conditional Mandatory filters: # At least one filter from each required filter pair must be provided. # Please ensure the request includes at least one filter from each required pair. # Pair - [1] # - reservationunifiedDetailsResort # Pair - [2] # - reservationunifiedDetailsAgentNameId # - reservationunifiedDetailsBeginDate # - reservationunifiedDetailsBlockInsertDate # - reservationunifiedDetailsBlockInsertUser # - reservationunifiedDetailsBlockUpdateDate # - reservationunifiedDetailsCompanyNameId # - reservationunifiedDetailsContactNameId # - reservationunifiedDetailsEndDate # - reservationunifiedDetailsMasterNameId # - reservationunifiedDetailsOwner # - reservationunifiedDetailsResvActualCheckInTime # - reservationunifiedDetailsResvActualCheckOutDate # - reservationunifiedDetailsResvActualCheckOutTime # - reservationunifiedDetailsResvAddresseeNameId # - reservationunifiedDetailsResvAllotmentHeaderId # - reservationunifiedDetailsResvAllotmentid # - reservationunifiedDetailsResvAwardMembershipId # - reservationunifiedDetailsResvBillingContactId # - reservationunifiedDetailsResvBillingcontactprofileid # - reservationunifiedDetailsResvBonusCheckId # - reservationunifiedDetailsResvBusinessDateCreated # - reservationunifiedDetailsResvCancellationDate # - reservationunifiedDetailsResvCancellationNo # - reservationunifiedDetailsResvConfirmationNo # - reservationunifiedDetailsResvEndDate # - reservationunifiedDetailsResvEndbusinessdate # - reservationunifiedDetailsResvEventId # - reservationunifiedDetailsResvFolioCloseDate # - reservationunifiedDetailsResvGuestprofileid # - reservationunifiedDetailsResvInsertActionInstanceId # - reservationunifiedDetailsResvInsertDate # - reservationunifiedDetailsResvInsertDatetime # - reservationunifiedDetailsResvInsertUser # - reservationunifiedDetailsResvNameId # - reservationunifiedDetailsResvNameNameId # - reservationunifiedDetailsResvOriginalEndDate # - reservationunifiedDetailsResvParentResvNameId # - reservationunifiedDetailsResvParentreservationid # - reservationunifiedDetailsResvQuoteId # - reservationunifiedDetailsResvResvContactId # - reservationunifiedDetailsResvResvcontactprofileid # - reservationunifiedDetailsResvRhBillingContactId # - reservationunifiedDetailsResvRhResvContactId # - reservationunifiedDetailsResvRoomCategory # - reservationunifiedDetailsResvRoomcategoryid # - reservationunifiedDetailsResvSplitFromResvNameId # - reservationunifiedDetailsResvSplitfromreservationid # - reservationunifiedDetailsResvTruncActualCheckOutDate # - reservationunifiedDetailsResvTruncBeginDate # - reservationunifiedDetailsResvTruncEndDate # - reservationunifiedDetailsResvUniCardId # - reservationunifiedDetailsResvUpdateDate # - reservationunifiedDetailsResvUpdateDatetime # - reservationunifiedDetailsShoulderBeginDate # - reservationunifiedDetailsShoulderEndDate # - reservationunifiedDetailsSourceNameId # - reservationunifiedDetailsSuperBlockId input BookingReservationExtendedQueryArgumentsType { """Actual Check In Date Time""" reservationunifiedDetailsResvActualCheckInTime: StringInput @conditionalInputPair(pair: 2) """Actual Check Out Date Time""" reservationunifiedDetailsResvActualCheckOutTime: StringInput @conditionalInputPair(pair: 2) """Actual Check-Out Date""" reservationunifiedDetailsResvActualCheckOutDate: DateInput @conditionalInputPair(pair: 2) """Addressee Name ID""" reservationunifiedDetailsResvAddresseeNameId: FloatInput @conditionalInputPair(pair: 2) """Agent Name ID""" reservationunifiedDetailsAgentNameId: FloatInput @conditionalInputPair(pair: 2) """Block ID""" reservationunifiedDetailsResvAllotmentid: FloatInput @conditionalInputPair(pair: 2) """Arrival Date""" reservationunifiedDetailsResvTruncBeginDate: DateInput @conditionalInputPair(pair: 2) """Billing Contact ID""" reservationunifiedDetailsResvBillingContactId: FloatInput @conditionalInputPair(pair: 2) """Billing Contact Profile ID""" reservationunifiedDetailsResvBillingcontactprofileid: FloatInput @conditionalInputPair(pair: 2) """Block Code""" reservationunifiedDetailsAllotmentCode: StringInput """Block Created Date""" reservationunifiedDetailsBlockInsertDate: DateTimeInput @conditionalInputPair(pair: 2) """Block ID""" reservationunifiedDetailsResvAllotmentHeaderId: StringInput @conditionalInputPair(pair: 2) """Block Insert User""" reservationunifiedDetailsBlockInsertUser: FloatInput @conditionalInputPair(pair: 2) """Block Owner Code""" reservationunifiedDetailsOwnerCode: StringInput """Block Updated Date""" reservationunifiedDetailsBlockUpdateDate: DateInput @conditionalInputPair(pair: 2) """Bonus Check ID""" reservationunifiedDetailsResvBonusCheckId: FloatInput @conditionalInputPair(pair: 2) """Business Date Created""" reservationunifiedDetailsResvBusinessDateCreated: DateInput @conditionalInputPair(pair: 2) """Cancellation Date""" reservationunifiedDetailsResvCancellationDate: DateTimeInput @conditionalInputPair(pair: 2) """Cancellation Number""" reservationunifiedDetailsResvCancellationNo: StringInput @conditionalInputPair(pair: 2) """Company Name ID""" reservationunifiedDetailsCompanyNameId: FloatInput @conditionalInputPair(pair: 2) """Shared Confirmation Number""" reservationunifiedDetailsResvConfirmationNo: StringInput @conditionalInputPair(pair: 2) """Contact Name ID""" reservationunifiedDetailsContactNameId: FloatInput @conditionalInputPair(pair: 2) """Custom Reference Number""" reservationunifiedDetailsResvCustomReference: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" reservationunifiedDetailsDsi: FloatInput """Departure Date""" reservationunifiedDetailsResvTruncEndDate: DateInput @conditionalInputPair(pair: 2) """End Date""" reservationunifiedDetailsEndDate: DateInput @conditionalInputPair(pair: 2) """Endbusinessdate""" reservationunifiedDetailsResvEndbusinessdate: DateInput @conditionalInputPair(pair: 2) """Event ID""" reservationunifiedDetailsResvEventId: FloatInput @conditionalInputPair(pair: 2) """Ext Allotment ID""" reservationunifiedDetailsBlocksExtAllotmentId: StringInput """Date the folio was changed to closed.""" reservationunifiedDetailsResvFolioCloseDate: DateInput @conditionalInputPair(pair: 2) """Guaranteecodeid""" reservationunifiedDetailsResvGuaranteecodeid: StringInput """Guestprofileid""" reservationunifiedDetailsResvGuestprofileid: FloatInput @conditionalInputPair(pair: 2) """Insert Action Instance ID""" reservationunifiedDetailsResvInsertActionInstanceId: FloatInput @conditionalInputPair(pair: 2) """This is the Interface_id of the System which sent/Received Allotment""" reservationunifiedDetailsBlocksInterfaceId: StringInput """Award Membership ID""" reservationunifiedDetailsResvAwardMembershipId: FloatInput @conditionalInputPair(pair: 2) """Linked Departure Date""" reservationunifiedDetailsResvEndDate: DateInput @conditionalInputPair(pair: 2) """Parent Block ID""" reservationunifiedDetailsSuperBlockId: FloatInput @conditionalInputPair(pair: 2) """Parent Resort""" reservationunifiedDetailsSuperBlockResort: StringInput """Profile Id. ( Name_Id ) of the Group Profile attached to this business block.""" reservationunifiedDetailsMasterNameId: FloatInput @conditionalInputPair(pair: 2) """Name Usage Type""" reservationunifiedDetailsResvNameUsageType: StringInput """Internal ID to uniquely identify the Organization""" reservationunifiedDetailsOrganizationid: FloatInput """Original End Date""" reservationunifiedDetailsResvOriginalEndDate: DateInput @conditionalInputPair(pair: 2) """Owner""" reservationunifiedDetailsOwner: FloatInput @conditionalInputPair(pair: 2) """Parent Resv Name ID""" reservationunifiedDetailsResvParentResvNameId: FloatInput @conditionalInputPair(pair: 2) """Parentreservationid""" reservationunifiedDetailsResvParentreservationid: FloatInput @conditionalInputPair(pair: 2) """Quote ID provided by external system.""" reservationunifiedDetailsResvQuoteId: StringInput @conditionalInputPair(pair: 2) """Resv Contact ID""" reservationunifiedDetailsResvResvContactId: FloatInput @conditionalInputPair(pair: 2) """Reservation Insert Date""" reservationunifiedDetailsResvInsertDate: DateTimeInput @conditionalInputPair(pair: 2) """Reservation Insert Datetime""" reservationunifiedDetailsResvInsertDatetime: DateTimeInput @conditionalInputPair(pair: 2) """Reservation Insert User""" reservationunifiedDetailsResvInsertUser: FloatInput @conditionalInputPair(pair: 2) """Reservation Name ID""" reservationunifiedDetailsResvNameId: FloatInput @conditionalInputPair(pair: 2) """Reservation Status""" reservationunifiedDetailsResvResvStatus: StringInput """Reservation Type""" reservationunifiedDetailsResvGuaranteeCode: StringInput """Reservation Update Date""" reservationunifiedDetailsResvUpdateDate: DateTimeInput @conditionalInputPair(pair: 2) """Reservation Update Datetime""" reservationunifiedDetailsResvUpdateDatetime: DateTimeInput @conditionalInputPair(pair: 2) """Property""" reservationunifiedDetailsResort: StringInput @conditionalInputPair(pair: 1) """Auto generated charge number for Point Of Sale systems to identify guests.""" reservationunifiedDetailsResvResortChargeNumber: StringInput """Resvcontactprofileid""" reservationunifiedDetailsResvResvcontactprofileid: FloatInput @conditionalInputPair(pair: 2) """Rh Billing Contact ID""" reservationunifiedDetailsResvRhBillingContactId: FloatInput @conditionalInputPair(pair: 2) """Rh Resv Contact ID""" reservationunifiedDetailsResvRhResvContactId: FloatInput @conditionalInputPair(pair: 2) """Room Category""" reservationunifiedDetailsResvRoomCategory: StringInput @conditionalInputPair(pair: 2) """Roomcategoryid""" reservationunifiedDetailsResvRoomcategoryid: StringInput @conditionalInputPair(pair: 2) """Is the guest scheduled for automatic check out?""" reservationunifiedDetailsResvSchedulecheckoutYn: StringInput """Sguest First Name""" reservationunifiedDetailsResvSguestFirstname: StringInput """Sguest Name""" reservationunifiedDetailsResvSguestName: StringInput """Shared Profile ID""" reservationunifiedDetailsResvNameNameId: FloatInput @conditionalInputPair(pair: 2) """Shared Reservation Status""" reservationunifiedDetailsResvReservationStatus: StringInput """Shoulder End""" reservationunifiedDetailsShoulderEndDate: DateInput @conditionalInputPair(pair: 2) """Shoulder Start""" reservationunifiedDetailsShoulderBeginDate: DateInput @conditionalInputPair(pair: 2) """Source Name ID""" reservationunifiedDetailsSourceNameId: FloatInput @conditionalInputPair(pair: 2) """Stores resv_name_id of the original multi room reservation from which this reservation is split off.""" reservationunifiedDetailsResvSplitFromResvNameId: FloatInput @conditionalInputPair(pair: 2) """Splitfromreservationid""" reservationunifiedDetailsResvSplitfromreservationid: FloatInput @conditionalInputPair(pair: 2) """Start Date""" reservationunifiedDetailsBeginDate: DateInput @conditionalInputPair(pair: 2) """This is the actual check out date with no time component.""" reservationunifiedDetailsResvTruncActualCheckOutDate: DateInput @conditionalInputPair(pair: 2) """Universal Card ID used by interfaces for key encoding purposes.""" reservationunifiedDetailsResvUniCardId: StringInput @conditionalInputPair(pair: 2) """The primary key for this table.""" profileallDetailsNameId: FloatInput """Profile is active or not.""" profileallDetailsActiveYn: StringInput """This is a name_id (Profile number) of profiles that exist in a Central database in a typical CRS environment.""" profileallDetailsCrsNameid: FloatInput """Chain Code""" profileallDetailsChainCode: StringInput """The unique key of this name stores IATA# Company # etc.""" profileallDetailsNameCode: StringInput """The company group or company group user ID in hierarchical format""" profileallDetailsCompanyGroupId: StringInput """Used in S&C Module.""" profileallDetailsContactFlag: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" profileallDetailsDsi: FloatInput """Direct Bill Batch Type""" profileallDetailsDirectBillBatchType: StringInput """The last name of the individual Profile and Search name ofr the other Types of Profiles (Group Travel Agent & Source) are stored in this column.""" profileallDetailsLast: StringInput """Keep guest in history Y/N""" profileallDetailsHistoryYn: StringInput """The date the record was marked as inactive""" profileallDetailsInactiveDate: DateTimeInput """Index Name""" profileallDetailsIndexName: StringInput """Organization ID""" profileallDetailsOrganizationId: FloatInput """JRN Update Date and Time""" profileallDetailsJrnupdatedttm: DateTimeInput """The type of Profile.""" profileallDetailsNameType: StringInput """Internal ID to uniquely identify the Organization""" profileallDetailsOrganizationid: FloatInput """The primary key for this table.""" profileallDetailsProfileId: FloatInput """The type of Profile.""" profileallDetailsProfileType: StringInput """Resort for which Job is registered.""" profileallDetailsResortRegistered: StringInput """This column store the Name of the Company Profiles.""" profileallDetailsCompany: StringInput """The Uppercase value of Last or Company.""" profileallDetailsSname: StringInput """Internal Indexed field for Searching by Extended Byte Name.""" profileallDetailsSxname: StringInput """Uppercase value of First Name.""" profileallDetailsSfirst: StringInput """Used in QMS Module""" profileallDetailsSrepCode: StringInput """Internal Indexed field for Searching by Extended Byte First Name.""" profileallDetailsSxfirstName: StringInput """The date the record was modified""" profileallDetailsUpdateDate: DateTimeInput """Account ID""" profileaccountssourceDetailsProfileId: FloatInput """Active Flag""" profileaccountssourceDetailsActiveYn: StringInput """Chain Code""" profileaccountssourceDetailsChainCode: StringInput """Company""" profileaccountssourceDetailsCompany: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" profileaccountssourceDetailsDsi: FloatInput """History Y/N""" profileaccountssourceDetailsHistoryYn: StringInput """IATA Number""" profileaccountssourceDetailsNameCode: StringInput """Inactive Date""" profileaccountssourceDetailsInactiveDate: DateInput """Organization ID""" profileaccountssourceDetailsOrganizationId: FloatInput """JRN Update Date and Time""" profileaccountssourceDetailsJrnupdatedttm: DateTimeInput """Last""" profileaccountssourceDetailsLast: StringInput """Name ID""" profileaccountssourceDetailsNameId: FloatInput """Internal ID to uniquely identify the Organization""" profileaccountssourceDetailsOrganizationid: FloatInput """Profile Type""" profileaccountssourceDetailsProfileType: StringInput """Profile Type Code""" profileaccountssourceDetailsNameType: StringInput """Resort for which Job is registered.""" profileaccountssourceDetailsResortRegistered: StringInput """The Uppercase value of Last or Company.""" profileaccountssourceDetailsSname: StringInput """Uppercase value of First Name.""" profileaccountssourceDetailsSfirst: StringInput """Internal Indexed field for Searching by Extended Byte First Name.""" profileaccountssourceDetailsSxfirstName: StringInput """Internal Indexed field for Searching by Extended Byte Name.""" profileaccountssourceDetailsSxname: StringInput """Update Date""" profileaccountssourceDetailsUpdateDate: DateTimeInput """Account ID""" profileaccountstravelagentDetailsProfileId: FloatInput """Active Flag""" profileaccountstravelagentDetailsActiveYn: StringInput """Chain Code""" profileaccountstravelagentDetailsChainCode: StringInput """Company""" profileaccountstravelagentDetailsCompany: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" profileaccountstravelagentDetailsDsi: FloatInput """History Y/N""" profileaccountstravelagentDetailsHistoryYn: StringInput """IATA Number""" profileaccountstravelagentDetailsNameCode: StringInput """Inactive Date""" profileaccountstravelagentDetailsInactiveDate: DateInput """Organization ID""" profileaccountstravelagentDetailsOrganizationId: FloatInput """JRN Update Date and Time""" profileaccountstravelagentDetailsJrnupdatedttm: DateTimeInput """Last""" profileaccountstravelagentDetailsLast: StringInput """Name ID""" profileaccountstravelagentDetailsNameId: FloatInput """Internal ID to uniquely identify the Organization""" profileaccountstravelagentDetailsOrganizationid: FloatInput """Profile Type""" profileaccountstravelagentDetailsProfileType: StringInput """Profile Type Code""" profileaccountstravelagentDetailsNameType: StringInput """Resort for which Job is registered.""" profileaccountstravelagentDetailsResortRegistered: StringInput """The Uppercase value of Last or Company.""" profileaccountstravelagentDetailsSname: StringInput """Uppercase value of First Name.""" profileaccountstravelagentDetailsSfirst: StringInput """Internal Indexed field for Searching by Extended Byte First Name.""" profileaccountstravelagentDetailsSxfirstName: StringInput """Internal Indexed field for Searching by Extended Byte Name.""" profileaccountstravelagentDetailsSxname: StringInput """Update Date""" profileaccountstravelagentDetailsUpdateDate: DateTimeInput """DSI Internal Data Source ID to identify Opera Chain and instance""" externalreferencesDetailsDsi: FloatInput """External Reference Number""" externalreferencesDetailsExternalReference: StringInput """Type of external reference depending from what external system the number was passed.""" externalreferencesDetailsExternalReferenceType: StringInput """JRN Update Date and Time""" externalreferencesDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" externalreferencesDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" externalreferencesDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" externalreferencesDetailsResort: StringInput """Resv Name ID""" externalreferencesDetailsResvNameId: FloatInput """External reference stored in upper case.""" externalreferencesDetailsUpperExternalReference: StringInput """JRN Update Date and Time""" resvmembershipDetailsJrnupdatedttm: DateTimeInput """Bonus Check ID""" resvpaymentmethodsDetailsBonusCheckId: FloatInput """Credit Card ID""" resvpaymentmethodsDetailsCreditCardId: FloatInput """DSI Internal Data Source ID to identify Opera Chain and instance""" resvpaymentmethodsDetailsDsi: FloatInput """JRN Update Date and Time""" resvpaymentmethodsDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Organization""" resvpaymentmethodsDetailsOrganizationid: FloatInput """Payment Window""" resvpaymentmethodsDetailsFolioView: FloatInput """Code to uniquely identify the Property""" resvpaymentmethodsDetailsResort: StringInput """Resv Name ID""" resvpaymentmethodsDetailsResvNameId: FloatInput """Account ID""" profileaccountsDetailsProfileId: FloatInput """Active Flag""" profileaccountsDetailsActiveYn: StringInput """Chain Code""" profileaccountsDetailsChainCode: StringInput """Company""" profileaccountsDetailsCompany: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" profileaccountsDetailsDsi: FloatInput """History Y/N""" profileaccountsDetailsHistoryYn: StringInput """IATA Number""" profileaccountsDetailsNameCode: StringInput """Inactive Date""" profileaccountsDetailsInactiveDate: DateTimeInput """Organization ID""" profileaccountsDetailsOrganizationId: FloatInput """JRN Update Date and Time""" profileaccountsDetailsJrnupdatedttm: DateTimeInput """Last""" profileaccountsDetailsLast: StringInput """Name ID""" profileaccountsDetailsNameId: FloatInput """Internal ID to uniquely identify the Organization""" profileaccountsDetailsOrganizationid: FloatInput """Profile Type""" profileaccountsDetailsProfileType: StringInput """Profile Type Code""" profileaccountsDetailsNameType: StringInput """Resort for which Job is registered.""" profileaccountsDetailsResortRegistered: StringInput """The Uppercase value of Last or Company.""" profileaccountsDetailsSname: StringInput """Uppercase value of First Name.""" profileaccountsDetailsSfirst: StringInput """Internal Indexed field for Searching by Extended Byte First Name.""" profileaccountsDetailsSxfirstName: StringInput """Internal Indexed field for Searching by Extended Byte Name.""" profileaccountsDetailsSxname: StringInput """Update Date""" profileaccountsDetailsUpdateDate: DateTimeInput """Central Xchange Date""" resvdepositscheduleDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" resvdepositscheduleDetailsDsi: FloatInput """JRN Update Date and Time""" resvdepositscheduleDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" resvdepositscheduleDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" resvdepositscheduleDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" resvdepositscheduleDetailsResort: StringInput """Resv Deposit Schedule ID""" resvdepositscheduleDetailsResvDepositScheduleId: FloatInput """DSI Internal Data Source ID to identify Opera Chain and instance""" ratecodedetailsDetailsDsi: FloatInput """End Date""" ratecodedetailsDetailsEndDate: DateInput """JRN Update Date and Time""" ratecodedetailsDetailsJrnupdatedttm: DateTimeInput """Rate set id of the base rates rate set.""" ratecodedetailsDetailsLinkRateSetId: FloatInput """Market Code""" ratecodedetailsDetailsMarketCode: StringInput """Internal ID to uniquely identify the Organization""" ratecodedetailsDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" ratecodedetailsDetailsResort: StringInput """Rate Code""" ratecodedetailsDetailsRateCode: StringInput """Rate Set ID""" ratecodedetailsDetailsRateSetId: FloatInput """Season Code""" ratecodedetailsDetailsSeasonCode: StringInput """Source Code""" ratecodedetailsDetailsSourceCode: StringInput """Start Date""" ratecodedetailsDetailsBeginDate: DateInput """Tier ID for the Rate Detail.""" ratecodedetailsDetailsTierId: FloatInput """Authemployeeid""" routinginstructionDetailsAuthemployeeid: FloatInput """Authorizer ID""" routinginstructionDetailsAuthorizerId: FloatInput """Billing Instruction Code.""" routinginstructionDetailsBillingInstrnCode: FloatInput """Billtoprofileid""" routinginstructionDetailsBilltoprofileid: FloatInput """Central Xchange Date""" routinginstructionDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" routinginstructionDetailsDsi: FloatInput """Concatenated string of all the days. This is also used part of the unique key.""" routinginstructionDetailsDayString: StringInput """Folio""" routinginstructionDetailsFolioView: FloatInput """JRN Update Date and Time""" routinginstructionDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" routinginstructionDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" routinginstructionDetailsOrganizationid: FloatInput """Name Id to which it should be routed.""" routinginstructionDetailsBillToNameId: FloatInput """Application user who requested the report.""" routinginstructionDetailsRequestedBy: StringInput """Resv Name ID""" routinginstructionDetailsResvNameId: FloatInput """Reservationid""" routinginstructionDetailsReservationid: FloatInput """Number to identify the entry.""" routinginstructionDetailsRoutingInstructionsId: FloatInput """Routing Transaction Code""" routinginstructionDetailsTrxCode: StringInput """Routinginstructid""" routinginstructionDetailsRoutinginstructid: FloatInput """Transaction Code Group""" routinginstructionDetailsTcGroup: StringInput """Transaction Code Subgroup""" routinginstructionDetailsTcSubgroup: StringInput """To Resv Name ID""" routinginstructionDetailsToResvNameId: FloatInput """Toreservationid""" routinginstructionDetailsToreservationid: FloatInput """Transcodearrangementid""" routinginstructionDetailsTranscodearrangementid: FloatInput """Transcodeid""" routinginstructionDetailsTranscodeid: StringInput """Transgroupid""" routinginstructionDetailsTransgroupid: StringInput """Transsubgroupid""" routinginstructionDetailsTranssubgroupid: StringInput """Account Code""" foliotaxDetailsAccountCode: FloatInput """Addressee Name ID""" foliotaxDetailsAddresseeNameId: FloatInput """Associated Bill Number""" foliotaxDetailsAssociatedBillNo: StringInput """Self referencing sequence number to gather information for other operations.""" foliotaxDetailsAssociatedSeqNo: FloatInput """Bill Generation Date""" foliotaxDetailsBillGenerationDate: DateInput """Bill Number""" foliotaxDetailsBillNo: FloatInput """Bill Payment Transaction No""" foliotaxDetailsBillPaymentTrxNo: FloatInput """Bill Prefix""" foliotaxDetailsBillPrefix: StringInput """Bill Sequence Number""" foliotaxDetailsBillSeqNo: FloatInput """Central Xchange Date""" foliotaxDetailsCXchangeDate: DateInput """Internal number given to the direct bill payment in financial_transactions.""" foliotaxDetailsClTrxNo: FloatInput """DSI Internal Data Source ID to identify Opera Chain and instance""" foliotaxDetailsDsi: FloatInput """Folio Attachment Link ID""" foliotaxDetailsFolioAttachmentLinkId: FloatInput """Folio Number""" foliotaxDetailsFolioNo: FloatInput """Folio Type""" foliotaxDetailsFolioType: StringInput """Timestamp to capture the exact order of inserts.""" foliotaxDetailsInsTimestamp: DateTimeInput """Insert Date""" foliotaxDetailsInsertDate: DateTimeInput """Invoice Number""" foliotaxDetailsInvoiceNo: FloatInput """JRN Update Date and Time""" foliotaxDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" foliotaxDetailsLocationid: StringInput """Name ID""" foliotaxDetailsNameId: FloatInput """Internal ID to uniquely identify the Organization""" foliotaxDetailsOrganizationid: FloatInput """Payee Name used for signature generation.""" foliotaxDetailsPayeeName: StringInput """Postit Sequence Number""" foliotaxDetailsPostitNo: FloatInput """Code to uniquely identify the Property""" foliotaxDetailsResort: StringInput """Resv Name ID""" foliotaxDetailsResvNameId: FloatInput """RnA Updatedate""" foliotaxDetailsRnaUpdatedate: DateTimeInput """Sequence No""" foliotaxDetailsSeqNo: FloatInput """AR Ledger Credit""" financialunifiedDetailsFtArLedCredit: FloatInput """AR Ledger Debit""" financialunifiedDetailsFtArLedDebit: FloatInput """AR State""" financialunifiedDetailsFtArState: StringInput """Account Code""" financialunifiedDetailsFtArNumber: FloatInput """Article ID""" financialunifiedDetailsFtArticleId: FloatInput """Business Date""" financialunifiedDetailsFtBusinessDate: DateInput """Cashier ID""" financialunifiedDetailsFtCashierId: FloatInput """Check Number""" financialunifiedDetailsFtChequeNumber: StringInput """Closure Number""" financialunifiedDetailsFtClosureNo: FloatInput """Trx code of original transaction that was turned into a comp""" financialunifiedDetailsFtCompLinkTrxCode: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" financialunifiedDetailsDsi: FloatInput """Number to identify the DML sequence.""" financialunifiedDetailsFtFinDmlSeqNo: FloatInput """Folio Number""" financialunifiedDetailsFtBillNo: FloatInput """Folio View""" financialunifiedDetailsFtFolioView: FloatInput """From Resv ID""" financialunifiedDetailsFromResvId: FloatInput """This is the transaction type which says whether it is a Consumption(C) Payment (FC) or Package (PK) and it is inherited from transaction code.""" financialunifiedDetailsFtFtSubtype: StringInput """Guest Account Ledger Credit""" financialunifiedDetailsFtGuestAccountCredit: FloatInput """Debit amount on the guest account""" financialunifiedDetailsFtGuestAccountDebit: FloatInput """Insert Date""" financialunifiedDetailsFtInsertDate: DateTimeInput """Internal Window ID""" financialunifiedDetailsFtFolioNo: FloatInput """Invoice Number""" financialunifiedDetailsFtInvoiceNo: FloatInput """Internal ID to uniquely identify the Organization""" financialunifiedDetailsOrganizationid: FloatInput """Original Resv Name ID""" financialunifiedDetailsFtOriginalResvNameId: FloatInput """Original Room""" financialunifiedDetailsFtOriginalRoom: StringInput """Package""" financialunifiedDetailsFtProduct: StringInput """Credit amount on the guest package account.""" financialunifiedDetailsFtPackageCredit: FloatInput """Debit amount on the guest package account""" financialunifiedDetailsFtPackageDebit: FloatInput """Postit Number""" financialunifiedDetailsFtPostitNo: FloatInput """Profile ID""" financialunifiedDetailsFtProfileid: FloatInput """Property""" financialunifiedDetailsResort: StringInput """Rate Code""" financialunifiedDetailsFtRateCode: StringInput """Indicates the receipt type. Different receipts are identified by different types""" financialunifiedDetailsFtRecptType: StringInput """Reservation Name ID""" financialunifiedDetailsResvNameId: FloatInput """Room Number""" financialunifiedDetailsFtRoom: StringInput """TRX_NO of the transaction associated with this rounding factor posting.""" financialunifiedDetailsFtRoundLinkTrxno: FloatInput """Link the posting to the routing instruction that is specified during the setup of routing instructions for guests.""" financialunifiedDetailsFtRoutingInstrnId: FloatInput """Tax Elements""" financialunifiedDetailsFtTaxElements: StringInput """Transaction Code Group""" financialunifiedDetailsFtTcGroup: StringInput """Transaction Code Subgroup""" financialunifiedDetailsFtTcSubgroup: StringInput """Tran Action ID""" financialunifiedDetailsFtTranActionId: FloatInput """Transaction Date""" financialunifiedDetailsFtTrxDate: DateInput """Transaction Number Added By""" financialunifiedDetailsFtTrxNoAddedBy: FloatInput """Trx Number""" financialunifiedDetailsFtTrxNo: FloatInput """Trx Number Against Package""" financialunifiedDetailsFtTrxNoAgainstPackage: FloatInput """The trx_no against which this transaction gets adjusted.""" financialunifiedDetailsFtTrxNoAdjust: FloatInput """Transaction No Header""" financialunifiedDetailsFtTrxNoHeader: FloatInput """The property that the record belongs to""" resortDetailsResort: StringInput """Number format of AR account no.""" resortDetailsArAcctNoFormat: StringInput """Specifies if the AR acct No is mandatory(Y/N)""" resortDetailsArAcctNoMandYn: StringInput """Default Account Type for an Agent for the Property""" resortDetailsArAgent: StringInput """Internal""" resortDetailsArBalTrxCode: StringInput """Default Account Type for a Company for the Property""" resortDetailsArCompany: StringInput """Internal""" resortDetailsArCreditTrxCode: StringInput """Default Account Type for a Group for the Property""" resortDetailsArGroups: StringInput """Default Account Type for Individual for the Property""" resortDetailsArIndividuals: StringInput """Internal""" resortDetailsArSettleCode: StringInput """Internal""" resortDetailsArTypewriter: StringInput """Access Code""" resortDetailsAccessCode: StringInput """Number of handicapped rooms.""" resortDetailsQtyHandicappedRooms: FloatInput """Aging bucket 1""" resortDetailsAgingLevel1: FloatInput """Aging bucket 2""" resortDetailsAgingLevel2: FloatInput """Aging bucket 3""" resortDetailsAgingLevel3: FloatInput """Aging bucket 4""" resortDetailsAgingLevel4: FloatInput """Aging bucket 3""" resortDetailsAgingLevel5: FloatInput """The Airport Code for the airport near the property""" resortDetailsAirport: StringInput """Distance of the Airport specified in the AIRPORT_CODE column from the Property""" resortDetailsAirportDistance: StringInput """Time it takes to travel the distance between the Property and the Airport specified in AIRPORT_CODE column""" resortDetailsAirportTime: StringInput """Allow loggin in to this resort(Y/N)""" resortDetailsAllowLoginYn: StringInput """Period for the allowance""" resortDetailsAllowancePeriodAdj: StringInput """Internal""" resortDetailsAwardsTimeout: FloatInput """Ball Room Area""" resortDetailsBrArea: StringInput """No of Ballroom Seats""" resortDetailsBrSeats: FloatInput """The base language of the Hotel""" resortDetailsBaseLanguage: StringInput """It contains the reservation type to be used when making group block""" resortDetailsBlock: StringInput """Brand Code of the property.""" resortDetailsBrandCode: StringInput """Financial Year of the Property""" resortDetailsBudgetMonth: FloatInput """The date this resort becomes valid for use by the system""" resortDetailsBeginDate: DateInput """Value for the parameter.""" resortDetailsBusinessId: StringInput """Value for the parameter.""" resortDetailsBusinessRegCode: StringInput """Code for the CRO""" resortDetailsCroCode: StringInput """Internal""" resortDetailsCashShiftDrop: StringInput """Catering Currency Code used when Catering Currency differs from base currency.""" resortDetailsCateringCurrencyCode: StringInput """Catering currency format.""" resortDetailsCateringCurrencyFormat: StringInput """Central Exchange Date""" resortDetailsCXchangeDate: DateInput """Central Exchange Rate""" resortDetailsCXchangeRate: FloatInput """Central Credit Limit""" resortDetailsCCreditLimit: FloatInput """Central Currency Code""" resortDetailsCentralCurrencyCode: StringInput """Central Currency Description""" resortDetailsCentralCurrencyDesc: StringInput """Central Double Rate2""" resortDetailsCDblRate2: FloatInput """Central Double Rate1""" resortDetailsCDblRate1: FloatInput """Central Passerby Market""" resortDetailsRepPasserbyMarket: StringInput """Central Passerby Source""" resortDetailsRepPasserbySource: StringInput """Central Property Type""" resortDetailsRepResortType: StringInput """Central Sgl Rate1""" resortDetailsCSglRate1: FloatInput """Central Sgl Rate 2""" resortDetailsCSglRate2: FloatInput """Central State""" resortDetailsRepState: StringInput """Central State Description""" resortDetailsRepStateDesc: StringInput """Central Sui Rate1""" resortDetailsCSuiRate1: FloatInput """Central Sui Rate 2""" resortDetailsCSuiRate2: FloatInput """Central Tpl Rate1""" resortDetailsCTplRate1: FloatInput """Central Tpl Rate 2""" resortDetailsCTplRate2: FloatInput """Central Warning Amount""" resortDetailsCWarningAmount: FloatInput """Chain Code for the chain to which the property belongs""" resortDetailsChainCode: StringInput """The description of this chain.""" resortDetailsChainDescription: StringInput """Chain Mode""" resortDetailsChainMode: StringInput """Internal""" resortDetailsCheckExgPaidout: StringInput """The Hotel official check out time""" resortDetailsCheckOutTime: DateTimeInput """Internal""" resortDetailsCheckShiftDrop: StringInput """Internal""" resortDetailsCheckTrxcode: StringInput """The Hotel official check intime""" resortDetailsCheckInTime: DateTimeInput """The physical city in which this property resides.""" resortDetailsCity: StringInput """City Description""" resortDetailsCityDescription: StringInput """Internal""" resortDetailsComAddress: StringInput """Internal""" resortDetailsComMethod: StringInput """Internal""" resortDetailsComNameXrefId: FloatInput """Internal""" resortDetailsCompanyAddressType: StringInput """Internal""" resortDetailsCompanyPhoneType: StringInput """Internal""" resortDetailsConfigurationMode: StringInput """Internal""" resortDetailsConfirmRegcardPrinter: StringInput """Number of connecting rooms.""" resortDetailsQtyConnectingRooms: FloatInput """The unique name of application user""" resortDetailsAllContacts: StringInput """Number of copies to be printed""" resortDetailsCopies: FloatInput """Country name.""" resortDetailsCountryName: StringInput """The name of the country in which this property resides.""" resortDetailsCountryCode: StringInput """Value for the parameter.""" resortDetailsCountryMode: StringInput """The default credit limit for guests.""" resortDetailsCreditLimit: FloatInput """Currency Code.""" resortDetailsCurrencyCode: StringInput """Currency Symbol like $ or EURO symbol""" resortDetailsCurrencySymbol: StringInput """A description of this currency.""" resortDetailsCurrencyName: StringInput """Format for the local currency.""" resortDetailsLocalCurrencyFormat: StringInput """Color that of the background""" resortDetailsCurtainColor: StringInput """DSI""" resortDetailsDsi: FloatInput """Date the aging should begin""" resortDetailsDateForAging: StringInput """Type of separator to distinguish between DD MM and YYYY""" resortDetailsDateSeparator: StringInput """Number of places for the default currency""" resortDetailsDecimalPlaces: FloatInput """Type of decimal separator""" resortDetailsDecimalSeparator: StringInput """Number of decimals to designate currency""" resortDetailsCurrencyDecimals: FloatInput """Folio style to be used for all guests""" resortDetailsDefaultFolioStyle: FloatInput """Default guest address format.""" resortDetailsDefaultGuestAddress: StringInput """Future use""" resortDetailsDefaultMembershipType: StringInput """Future use""" resortDetailsDefaultPostingRoom: StringInput """Default property address format.""" resortDetailsDefaultPropertyAddress: StringInput """Future use""" resortDetailsDefaultRateCode: StringInput """Rate code used to default a PCR rate code used in FIT Contracts.""" resortDetailsDefaultRatecodePcr: StringInput """Rate code used to default a RACK rate code used for FIT Contracts.""" resortDetailsDefaultRatecodeRack: StringInput """Default registration card for the property.""" resortDetailsDefaultRegistrationCard: StringInput """The Default reservation type for this property""" resortDetailsDefaultReservationType: StringInput """Deleted Flag""" resortDetailsDeletedFlag: StringInput """Future use""" resortDetailsDepositLedTrxCode: StringInput """Destination ID""" resortDetailsDestinationId: StringInput """Future use""" resortDetailsDfltPkgTranCode: StringInput """Future use""" resortDetailsDfltTranCodeRateCode: StringInput """Internal""" resortDetailsDirections: StringInput """Future use""" resortDetailsDirsales: StringInput """LOGIN into the application is disabled.""" resortDetailsDisableLoginYn: StringInput """Number of double rooms.""" resortDetailsQtyDoubleRooms: FloatInput """Download Rest YN""" resortDetailsDownloadRestYn: StringInput """Pager number for the Manager on duty for the property.""" resortDetailsDutyManagerPager: StringInput """Email id for the property.""" resortDetailsEmail: StringInput """Future use.""" resortDetailsEndDate: DateInput """Default Exchange posting status for the property""" resortDetailsExchangePostingType: StringInput """Floor number of executive floor.""" resortDetailsFloorNumExecutiveFloor: StringInput """Hotel code used for third party exports""" resortDetailsExpHotelCode: StringInput """Future use""" resortDetailsExtExpFileLocation: StringInput """Future use""" resortDetailsExtPropertyCode: StringInput """Indicates that the property uses an external SC system.""" resortDetailsExternalScYn: StringInput """Number of family rooms.""" resortDetailsQtyFamilyRooms: FloatInput """Fax number formats.""" resortDetailsFaxNoFormat: StringInput """The fax phone number""" resortDetailsFax: StringInput """Future use""" resortDetailsFiscalEndDate: DateInput """Future use""" resortDetailsFiscalPeriodType: StringInput """Future use""" resortDetailsFiscalStartDate: DateInput """Fiscal Year Begin Month""" resortDetailsFiscalStartMonth: FloatInput """Fiscal Year Begin Year""" resortDetailsFiscalStartYear: FloatInput """Screen Painter flags to indicate whether an item is changable/ movable etc.""" resortDetailsFlags: StringInput """Future use""" resortDetailsFlowCode: StringInput """Property Free Nights Stay Tier.""" resortDetailsFnsTier: StringInput """Other languages""" resortDetailsFolioLanguage1: StringInput """Other languages""" resortDetailsFolioLanguage2: StringInput """Other languages""" resortDetailsFolioLanguage3: StringInput """Other languages""" resortDetailsFolioLanguage4: StringInput """Future use""" resortDetailsGenmgr: StringInput """To define an upper limit to the number of rooms for Group""" resortDetailsGroupRoomWarning: FloatInput """Future use""" resortDetailsGuestLookupTimeout: FloatInput """Number of guest elevators.""" resortDetailsQtyGuestElevators: FloatInput """Total of guest rooms floors.""" resortDetailsQtyGuestRoomFloors: FloatInput """Future use""" resortDetailsHotelCode: StringInput """Future use""" resortDetailsHotelFc: StringInput """Hotel id""" resortDetailsHotelId: StringInput """Future use""" resortDetailsHotelType: StringInput """Future use""" resortDetailsImgDirectionId: FloatInput """Future use""" resortDetailsImgHotelId: FloatInput """Future use""" resortDetailsImgMapId: FloatInput """Future use""" resortDetailsInactiveDaysForGuestProfil: FloatInput """Inactive Flag""" resortDetailsInactiveFlag: StringInput """Future use""" resortDetailsIndividualAddressType: StringInput """Future use""" resortDetailsIndividualPhoneType: StringInput """To define an upper limit to the number of rooms for group""" resortDetailsIndividualRoomWarning: FloatInput """The date the record was created""" resortDetailsInsertDate: DateTimeInput """The user that created the record""" resortDetailsInsertUser: FloatInput """Int Tax Included YN""" resortDetailsIntTaxIncludedYn: StringInput """Future use""" resortDetailsInventoryYn: StringInput """JRN Update Date and Time""" resortDetailsJrnupdatedttm: DateTimeInput """To calculate the entire availability of the Hotel for future reservations""" resortDetailsKeepAvailability: FloatInput """Latitude of the property in decimal""" resortDetailsLatitude: FloatInput """Future use""" resortDetailsLeadsend: StringInput """The owner who owns this property""" resortDetailsLegalOwner: StringInput """The property that the record belongs to""" resortDetailsLocationId: StringInput """Long date format for the property.""" resortDetailsLongDateFormat: StringInput """The default length of stay""" resortDetailsLongStayControl: FloatInput """Longitude of the property in decimal""" resortDetailsLongitude: FloatInput """Maximum adults in family rooms.""" resortDetailsMaxAdultsFamilyRoom: FloatInput """Maximum children in family rooms.""" resortDetailsMaxChildrenFamilyRoom: FloatInput """Future use""" resortDetailsMaxOccupancy: FloatInput """Maximum number of days that are allowed to credit a bill. (Country requirements.) Used in CASHIERING MODULE.""" resortDetailsMaxcreditdays: FloatInput """Indicates whether the property supports MBS. Used in some file exports.""" resortDetailsMbsSupportedYn: StringInput """Future use""" resortDetailsMeetRooms: FloatInput """Future use""" resortDetailsMeetSeats: FloatInput """Future use""" resortDetailsMeetSpace: FloatInput """Future use""" resortDetailsMeetingFc: StringInput """Minimum days for reminder letter.""" resortDetailsMinDaysBet2ReminderLetter: FloatInput """Internal""" resortDetailsNameIdLink: FloatInput """Future use""" resortDetailsNightAuditCashierId: StringInput """Number of non smoking rooms.""" resortDetailsQtyNonSmokingRooms: FloatInput """Notes for the property""" resortDetailsNotes: StringInput """Total number of beds in this property""" resortDetailsNumberBeds: FloatInput """Total number of floors in this property""" resortDetailsNumberFloors: FloatInput """Number of Rooms""" resortDetailsNumberRooms: FloatInput """Future use""" resortDetailsOpusCurrencyCode: StringInput """Organization ID""" resortDetailsOrganizationId: FloatInput """Organization Internal ID""" resortDetailsOrganizationid: FloatInput """Future use""" resortDetailsOwnership: StringInput """Package Loss code for a particular package""" resortDetailsPackageLoss: StringInput """Package Profit code for a particular Package""" resortDetailsPackageProfit: StringInput """Parent Org Code""" resortDetailsParentOrgCode: StringInput """Market code""" resortDetailsPasserbyMarket: StringInput """Source code""" resortDetailsPasserbySource: StringInput """Path""" resortDetailsPath: StringInput """Minimim Payment Date for the Property used in Cross Property Postings. This will get updated while running the user defined procedure during the night audit process.""" resortDetailsPaymentDate: DateTimeInput """Future use""" resortDetailsPerReservationRoomLimit: FloatInput """The direct dial phone number of this property""" resortDetailsTelephone: StringInput """The postal code of this property.""" resortDetailsPostCode: StringInput """Primary Key ID""" resortDetailsPkid: FloatInput """URL where property information is located.""" resortDetailsProinfoUrl: StringInput """Property MAP URL.""" resortDetailsPropMapUrl: StringInput """Property picture URL.""" resortDetailsPropPicUrl: StringInput """The property that the record belongs to""" resortDetailsLocationid: StringInput """The name of this property.""" resortDetailsName: StringInput """Type of resort.""" resortDetailsResortType: StringInput """Future use""" resortDetailsQuotedCurrency: StringInput """RNA Insert Date""" resortDetailsRnaInsertdate: DateTimeInput """RNA Update Date""" resortDetailsRnaUpdatedate: DateTimeInput """Minimim last Reconciliation Date for the Property used in Cross Property Postings. This will get updated while running the user defined procedure during the night audit process.""" resortDetailsReconcileDate: DateTimeInput """Future use""" resortDetailsRegionCode: StringInput """Description of the Region.""" resortDetailsRegionDescription: StringInput """Future use""" resortDetailsRestaurant: FloatInput """Total number of Sheets""" resortDetailsRhythmSheets: FloatInput """Total number of Towels""" resortDetailsRhythmTowels: FloatInput """Room amenity.""" resortDetailsRoomAmenity: StringInput """Future use""" resortDetailsSglNum: StringInput """Future use""" resortDetailsSglRate1: FloatInput """Future use""" resortDetailsSglRate2: FloatInput """Future use""" resortDetailsSuiNum: StringInput """Future use""" resortDetailsSuiRate1: FloatInput """Future use""" resortDetailsSuiRate2: FloatInput """To store number of days before deleting the gest profile""" resortDetailsSaveProfiles: FloatInput """Future use""" resortDetailsScriptId: FloatInput """Future use""" resortDetailsSeason1: StringInput """Future use""" resortDetailsSeason2: StringInput """Future use""" resortDetailsSeason3: StringInput """Future use""" resortDetailsSeason4: StringInput """Future use""" resortDetailsSeason5: StringInput """Indicates that the property accepts leads as bookings.""" resortDetailsSendLeadAsBooking: StringInput """Shop description.""" resortDetailsShopDescription: StringInput """Short date format for the property.""" resortDetailsShortDateFormat: StringInput """Number of single rooms.""" resortDetailsQtySingleRooms: FloatInput """For default commission percentage""" resortDetailsSourceCommission: StringInput """The state in which this property is located.""" resortDetailsState: StringInput """Description of the state.""" resortDetailsStateDesc: StringInput """The street of the property.""" resortDetailsStreet: StringInput """Number of suites.""" resortDetailsQtySuites: FloatInput """Internal""" resortDetailsSummCurrencyCode: StringInput """For default commission percentage""" resortDetailsTaCommission: StringInput """Future use""" resortDetailsTplNum: StringInput """Future use""" resortDetailsTplRate1: FloatInput """Future use""" resortDetailsTplRate2: FloatInput """Formats for telephone number""" resortDetailsTelephoneNoFormat: StringInput """Separator for monetory values""" resortDetailsThousandSeparator: StringInput """Default time format for the property.""" resortDetailsTimeFormat: StringInput """Time zone region selected by the employee.""" resortDetailsTimezoneRegion: StringInput """Toll free telephone number.""" resortDetailsTollfree: StringInput """Future use""" resortDetailsTotRooms: FloatInput """Tourist Number""" resortDetailsTouristNumber: StringInput """Indicates whether the property handles multi byte characters and whether they are translateable or not""" resortDetailsTranslateMulticharYn: StringInput """Turnaway code for the property.""" resortDetailsTurnawayCode: StringInput """Number of twin rooms.""" resortDetailsQtyTwinRooms: FloatInput """The date the record was modified""" resortDetailsUpdateDate: DateTimeInput """The user that modified the record""" resortDetailsUpdateUser: FloatInput """VAT ID of this property.""" resortDetailsVatId: StringInput """Future use""" resortDetailsVideocheckoutPrinter: StringInput """Video check out start time.""" resortDetailsVideoCoStart: DateTimeInput """Video check out end time.""" resortDetailsVideoCoStop: DateTimeInput """Future use""" resortDetailsWakeUpDelay: FloatInput """Amount at which warning is raised.""" resortDetailsWarningAmount: FloatInput """Webaddress of the property""" resortDetailsWebaddress: StringInput """Weekend days for the property.""" resortDetailsWeekendDays: StringInput """Internal""" resortDetailsZeroInvPurDays: FloatInput """DSI Internal Data Source ID to identify Opera Chain and instance""" roomDetailsDsi: FloatInput """JRN Update Date and Time""" roomDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" roomDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" roomDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" roomDetailsResort: StringInput """Room""" roomDetailsRoompmsref: StringInput """Room Number""" roomDetailsRoom: StringInput """Roomid""" roomDetailsRoomid: StringInput """Account Code""" fixedchargesDetailsAccountCode: FloatInput """Accountid""" fixedchargesDetailsAccountid: FloatInput """Business Date""" fixedchargesDetailsFixedchargestartdate: DateInput """Central Xchange Date""" fixedchargesDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" fixedchargesDetailsDsi: FloatInput """End Date""" fixedchargesDetailsFixedchargeenddate: DateInput """Unique number to identify the entry.""" fixedchargesDetailsFixedChargesId: FloatInput """Fixedchargespmsref""" fixedchargesDetailsFixedchargespmsref: FloatInput """Fixedchargesid""" fixedchargesDetailsFixedchargesid: FloatInput """JRN Update Date and Time""" fixedchargesDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" fixedchargesDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" fixedchargesDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" fixedchargesDetailsResort: StringInput """Resv Name ID""" fixedchargesDetailsResvNameId: FloatInput """Reservationid""" fixedchargesDetailsReservationid: FloatInput """Rate transaction code""" fixedchargesDetailsTransactionCode: StringInput """Transcodeid""" fixedchargesDetailsTranscodeid: StringInput } type Query { """Provide booking reservation information with extended or additional details such as blocks routing etc.""" bookingReservationExtended(limit: Int offset: Int input: BookingReservationExtendedQueryArgumentsType!): [BookingReservationExtendedType] } type BookingReservationExtendedType { """Reservation Unified""" reservationUnifiedDetails: BookingReservationExtendedReservationUnifiedDetailsType """Profile All Details""" profileAllInformationDetails: BookingReservationExtendedProfileAllInformationDetailsType """Profile Accounts Source Details""" profileAccountsSourceDetails: BookingReservationExtendedProfileAccountsSourceDetailsType """Profile Accounts Travel Agent Details""" profileAccountsTravelAgentDetails: BookingReservationExtendedProfileAccountsTravelAgentDetailsType """External References Details""" externalReferencesDetails: BookingReservationExtendedExternalReferencesDetailsType """Reservation Membership""" reservationMembershipDetails: BookingReservationExtendedReservationMembershipDetailsType """Reservation Payment Methods""" reservationPaymentMethodsDetails: BookingReservationExtendedReservationPaymentMethodsDetailsType """Profile Accounts Details""" profileAccountsDetails: BookingReservationExtendedProfileAccountsDetailsType """Reservation Deposit Schedule""" reservationDepositScheduleDetails: BookingReservationExtendedReservationDepositScheduleDetailsType """Rate Code Details Details""" rateCodeDetailsDetails: BookingReservationExtendedRateCodeDetailsDetailsType """Routing Instruction Details""" routingInstructionDetails: BookingReservationExtendedRoutingInstructionDetailsType """Folio Tax Details""" folioTaxDetails: BookingReservationExtendedFolioTaxDetailsType """Financial Unified""" financialUnifiedDetails: BookingReservationExtendedFinancialUnifiedDetailsType """Resort Details""" propertyPropertyDetails: BookingReservationExtendedPropertyPropertyDetailsType """Room Details""" roomDetails: BookingReservationExtendedRoomDetailsType """Fixed Charges Details""" fixedChargesDetails: BookingReservationExtendedFixedChargesDetailsType bookingReservationExtendedRecordCount: Int } type BookingReservationExtendedReservationUnifiedDetailsType { """Indicates whether a prorated amount should be used for an Apartment Style Billing rate.""" aSBProratedYn: String """Action ID""" actionId: Float """Actual Check In Date Time""" actualCheckInDateTime: String """Actual Check Out Date Time""" actualCheckOutDateTime: String """Actual Check-In Date""" actualCheckInDate: Date """Actual Check-Out Date""" actualCheckOutDate: Date """Address ID""" addressId: Float """Addressee Name ID""" addresseeNameId: Float """Adults""" adults: Float """Adults Tax Free""" adultsTaxFree: Float """Indicates if the reservation has performed an Advance Check In.""" advanceCheckedInYn: String """Agencyprofileid""" agencyprofileid: Float """Agent Name ID""" agentNameId: Float """All Aliases""" allAliases: String """All Block Owners""" allBlockOwners: String """All Catering Owners""" allCateringOwners: String """All Company Contacts""" allCompanyContacts: String """All Rate Codes""" allRateCodes: String """All Room Owners""" allRoomOwners: String """All Room Types""" allRoomTypes: String """All Source Contacts""" allSourceContacts: String """All Travel Agent Contacts""" allTravelAgentContacts: String """Allotment Origin""" allotmentOrigin: String """Indicates whether the room type inventory was taken from the allotment or House availabilty.""" allotmentRecordType: Float """Type of Block alloted for the group.""" allotmentType: String """Block ID""" allotmentid: Float """SPG - Indicates if this stay is eligible for an Amenity.""" amenityEligibleYn: String """Amenity Level Code""" amenityLevelCode: String """Amount Percent""" amountPercent: Float """Approval Amount""" approvalAmount: Float """Approval Amount Calc Method""" approvalAmountCalcMethod: Float """Approval Code""" approvalCode: String """Arrival Comments""" arrivalComments: String """Arrival Date""" arrivalDate: Date """Arrival Date Time""" arrivalDateTime: Date """Arrival Estimate Time""" arrivalEstimateTime: Date """This stores the pmsp.logged_uid who authorizes the direct bill""" authorizedBy: Float """Authorizer ID""" authorizerId: Float """Auto Checkin Y/N""" autoCheckinYn: String """Auto Settle Days""" autoSettleDays: String """Auto Settle YN""" autoSettleYN: Float """Average Rate""" averageRate: Float """Award Code""" awardCode: String """Award code 1""" awardCode1: String """Award code 2""" awardCode2: String """Award code 3""" awardCode3: String """Award Code 4""" awardCode4: String """Award code 5""" awardCode5: String """Award Voucher number 1""" awardVoucher1: String """Award Voucher number 2""" awardVoucher2: String """Award Voucher number 3""" awardVoucher3: String """Award Voucher number 4""" awardVoucher4: String """Award Voucher number 5""" awardVoucher5: String """Room Type before the Upgrade Award""" awdUpgrFrom: String """Room Type after the Upgrade Award""" awdUpgrTo: String """Base Rate Amount""" baseRateAmount: Float """Base Rate Code""" baseRateCode: String """Base Rate Currency Code""" baseRateCurrencyCode: String """Baseratecurrencyid""" baseratecurrencyid: String """Begin Datetime""" beginDatetime: String """Stores the actual guest check in date and time.""" beginSystemDateTime: String """Billing Contact ID""" billingContactId: Float """Billing Contact Profile ID""" billingcontactprofileid: Float """Block Alias""" blockAlias: String """Block Code""" blockCode: String """The name of the user who created the record.""" blockCreatedBy: String """Block Created Date""" blockCreatedDate: DateTime """Block Description""" blockDescription: String """Block Dml Seq Number""" blockDmlSeqNumber: Float """Block Endbusinessdate""" blockEndbusinessdate: Date """Block Exchange Posting Type""" blockExchangePostingType: String """Block Exchange Rate""" blockExchangeRate: Float """Block External Reference""" blockExternalReference: String """Block External References List""" blockExternalReferencesList: String """Block ID""" blockID: String """Block Insert User""" blockInsertUser: Float """Block Owner Code""" blockOwnerCode: String """Property this block belongs to.""" blockResort: String """Block Status""" blockStatus: String """Block Status Description""" blockStatusDescription: String """Block Update User""" blockUpdateUser: Float """Block Updated By""" blockUpdatedBy: String """Block Updated Date""" blockUpdatedDate: Date """Blocks External Reference""" blocksExternalReference: String """Bonus Check ID""" bonusCheckId: Float """Booked Room Category""" bookedRoomCategory: String """Bookedroomcategoryid""" bookedroomcategoryid: String """Business Date Created""" businessDateCreated: Date """Cancel Date""" cancelDate: Date """Cancel Reason""" cancelReason: String """Cancel Time""" cancelTime: String """Cancellation Date""" cancellationDate: DateTime """Cancellation Number""" cancellationNumber: String """Cancellation Reason Description""" cancellationReasonDescription: String """Cancellationreasonid""" cancellationreasonid: String """Central Approval Amount""" centralApprovalAmount: Float """Changes Log Check In""" changesLogCheckIn: String """Changes Log Check Out""" changesLogCheckOut: String """Changes Log Close Folio""" changesLogCloseFolio: String """Changes Log Reopen Folio""" changesLogReopenFolio: String """Changes Log Update Reservation""" changesLogUpdateReservation: String """Duration in seconds to complete Check-In""" checkinDuration: Float """Child Bucket 1""" childBucket1: Float """Child Bucket 4""" childBucket4: Float """Child Bucket 5""" childBucket5: Float """Children""" children: Float """Children Age Group 2)""" childrenAgeGroup2: Float """Children Age Group 3)""" childrenAgeGroup3: Float """Commission Code""" commissionCode: String """Commission Hold Code""" commissionHoldCode: String """Commission Paid""" commissionPaid: Float """Indicates to whom the commission will be paid: NULL T (Travel Agent) S (Source) and B (Both).""" commissionPayoutTo: Float """Commissionable YN""" commissionableYN: String """Commissionid""" commissionid: String """Comp Type Code""" compTypeCode: String """Company All""" companyAll: String """Company ID""" companyID: Float """Company Name ID""" companyNameId: Float """Compreasonid""" compreasonid: String """Confirmation Leg Number.""" confirmationLegNumber: Float """Shared Confirmation Number""" confirmationNo: String """Consumer Y/N""" consumerYn: String """Contact Name ID""" contactNameId: Float """Contact Profile ID""" contactProfileID: Float """Credit Card ID""" creditCardId: Float """Indicates if the reservation has opted-in for auto payment when credit limit overage is detected.""" creditLimitAutoPayAllowYn: String """Cribs""" cribs: Float """Currency Code""" currencyCode: String """Custom Reference Number""" customReferenceNumber: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Country Specific Requirement for Nigeria.""" dateOfArrivalInCountry: String """Date Opened for Pickup""" dateOpenedForPickup: Date """Departure Comments""" departureComments: String """Departure Date""" departureDate: Date """Departure Date Time""" departureDateTime: Date """Departure Time""" departureTime: String """Departure Transport Code""" departureTransportCode: String """Departure Transportation YN""" departureTransportationYN: String """Direct Bill Verify Response""" directBillVerifyResponse: String """Discount Amount""" discountAmount: Float """Discount Amount""" discountAmt: Float """Discount Percentage.""" discountPercent: Float """Discount Prcnt""" discountPrcnt: Float """Discount Reason""" discountReason: String """Discountreasonid""" discountreasonid: String """Display Color""" displayColor: String """Dml Sequence No""" dmlSeqNumber: Float """Do Not Move Room""" doNotMoveRoom: String """Do not move room flag.""" doNotMoveYN: String """Download Date""" downloadDate: Date """Download Property""" downloadResort: String """Download Srep""" downloadSrep: Float """Drop Off Carrier Code""" dropOffCarrierCode: String """Drop Off Date""" dropOffDate: Date """Drop Off Station""" dropOffStation: String """Drop Off Time""" dropOffTime: String """Comments related to Estimated Time of Return.""" eTRComments: Date """Not used.""" effectiveRateAmount: Float """Indicates if the reservation is eligible to receive room upgrades. Controlled by Central System.""" eligibleForUpgradeYn: String """Email Address""" emailAddress: String """Email Folio Y/N""" emailFolioYn: String """Email ID""" emailId: Float """Email Y/N""" emailYn: String """End Date""" endDate: Date """Endbusinessdate""" endbusinessdate: Date """Entry Date into the country. (Croatian Requirements)""" entryDate: String """(Customized) Entry point into the country. (Croatian Requirements)""" entryPoint: Float """Name of file that contains the electronically signed registration card.""" esignedRegCardName: String """Estimated Departure Time""" estimatedDepartureTime: Date """Event ID""" eventId: Float """Exchange Posting Type""" exchangePostingType: String """Exchange Rate""" exchangeRate: Float """The time when an Advance Checked-In Guest is expected to return to perform the actual Check-In.""" expectedTimeOfReturnETR: String """Used for Croatian Requirement Exports to store a unique checkin number.""" exportCheckinresId: Float """Ext Allotment ID""" extBookingID: String """Not used""" extSegNo: Float """Not used""" extSeqNumber: Float """Internal extension number for the main reservation""" extensionId: Float """Indicates if the guest has opted to receive Efolio through an external system.""" externalEfolioYn: Date """External Reference""" externalReference: String """Externally Locked""" externallyLocked: String """Extra Beds""" extraBeds: Float """Fax ID""" faxId: Float """Should a confirmation be faxed for this reservation name? Y/N""" faxYn: String """Financially Responsible Y/N""" financiallyResponsibleYn: String """Fixed Rate YN""" fixedRateYN: String """Oracle sequence to identify different attribute values of an address.""" folioAddrElementId: Float """Date the folio was changed to closed.""" folioCloseDate: Date """Folio Text1""" folioText1: Date """Folio Text2""" folioText2: String """Foreign Currency ID""" foreignCurrencyID: String """Free Child""" freeChild: Float """GUID""" gUID: String """Guarantee code before check in. Populated when the guarantee code is changed to CHECKED IN.""" guaranteeCodePreCi: String """Guaranteecodeid""" guaranteecodeid: String """Guest External References List""" guestExternalReferencesList: String """Guest First Name""" guestFirstName: String """This is soundex of GUEST FIRST NAME - Phonotic sound.""" guestFirstNameSdx: String """Guest Last Name Sdx""" guestLastNameSdx: String """Signature of the guest""" guestSignature: Float """Used for Police/Tourist Export""" guestStatus: String """Guest Type""" guestType: String """Guestprofileid""" guestprofileid: Float """Gueststatusid""" gueststatusid: String """Guesttypeid""" guesttypeid: String """Housekeeping Service Time""" housekeepingServiceTime: String """Hurdle""" hurdle: Float """Hurdle Override""" hurdleOverride: String """Inactive Date""" inactiveDate: Date """Insert Action Instance ID""" insertActionInstanceId: Float """This is the Interface_id of the System which sent/Received Allotment""" interfaceID: String """Intermediary Y/N""" intermediaryYn: String """Award Membership ID""" internalAwardMembershipId: Float """Baseratecode""" internalBaseratecode: String """Block ID.""" internalBlockId: String """Companyprofileid""" internalCompanyprofileid: Float """Groupprofileid""" internalGroupprofileid: Float """Sourceprofileid""" internalSourceprofileid: Float """Key Valid Until""" keyValidUntil: Float """Laptop Change""" laptopChange: Float """Last Online-Printing Sequence Number used by this reservation.""" lastOnlinePrintSeq: Float """Latest date when a folio was printed using the "Periodic Batch Folios" option""" lastPeriodicFolioDate: Date """Latest date when a direct bill settlement was automatically done using the "Direct Bill Batch Folios" option""" lastSettleDate: Date """Length of Stay""" lengthOfStay: Float """Linked Arrival Date""" linkedArrivalDate: Date """Linked Departure Date""" linkedDepartureDate: Date """Local Base Rate Amount""" localBaseRateAmount: Float """Mail Y/N""" mailYn: String """Mainmarket""" mainmarket: String """Indicates if this Reservation has requested or processed a Manual Checkout for consumer mobility. Possible Values: NULL [R]equested [P]rocessed.""" manualCheckoutStatus: String """Market Code""" marketCode: String """Market Description""" marketDescription: String """Marketid""" marketid: String """Parent Block ID""" masterBlockID: Float """Parent Resort""" masterBlockProperty: String """Profile Id. ( Name_Id ) of the Group Profile attached to this business block.""" masterNameId: Float """Membership ID""" membershipId: Float """Stores when this Reservation has received a mobile action needed Alert for consumer mobility.""" mobileActionAlertIssued: String """Marked as Y when the Phone Number/EMail Address is Opt In.""" mobileAudioKeyYn: Float """Mobile Checkin Allowed Y/N""" mobileCheckinAllowedYn: Date """Mobile Chkout Allowed""" mobileChkoutAllowed: String """Currency preferred by a Mobile Registered Guest.""" mobilePreferredCurrency: String """Indicates if the reservation is eligible to view the folio by sending a mobile message.""" mobileViewFolioAllowed: String """Name""" name: String """Name Usage Type""" nameUsageType: String """Country Specific Requirement for Nigeria.""" nextDestination: String """No of Rooms""" numberOfRooms: Float """Indicates if reservation?s registration card was esigned via Opera.""" operaEsignedRegCardYn: String """Indicates if the guest has opted in to receive email through the batch folio option.""" optInBatchFolYn: String """Indicates if the reservation has opted-in for communications.""" optedForCommissionYN: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Origin Code Description""" originCodeDescription: String """Origin Of Booking""" originOfBooking: String """Not used.""" originalBaseRate: Float """Original End Date""" originalEndDate: Date """Original Start Date""" originalStartDate: Date """Owner""" owner: Float """Owner Ff Flag""" ownerFfFlag: String """Owner Property""" ownerResort: String """Parent Resv Name ID""" parentReservationNameId: Float """Parentreservationid""" parentreservationid: Float """Part Allotment""" partAllotment: String """Party Code""" partyCode: String """Payment""" payment: String """Payment Description""" paymentDescription: String """Payment Method""" paymentMethod: String """Paymentmethodid""" paymentmethodid: String """Frequency in number of days when folios should be printed for this reservation""" periodicFolioFreq: Date """Indicates if the Phone Display Name is send to the Interface.""" phoneDisplayNameYn: String """Phone ID""" phoneId: Float """Physical Quantity""" physicalQuantity: Float """Pick Up Carrier Code""" pickUpCarrierCode: String """Pick Up Date""" pickUpDate: Date """Pick Up Station""" pickUpStation: String """Pick Up Transport Number""" pickUpTransportNumber: String """Pick-Up Time""" pickUpTime: String """Pickup Required YN""" pickupRequiredYN: String """Points""" points: Float """Membership Points Eligibility Code.""" pointsEligibilityCode: String """Identifies the charging status of the reservation after check out. O=Open Checkout P=Charging Privileges C=Closed Checkout.""" postCoFlag: String """Indicates if the reservation has charging privileges after checkout.""" postStayChargingYN: String """Posting Allowed YN""" postingAllowedYN: String """This date flags if and when the record was reviewed from pre-arrival screen.""" preArrReviewedDt: Date """User id who reviewed the record.""" preArrReviewedUser: Date """Indicates if the reservation has charging privileges before arrival.""" preChargingYn: String """Indicates whether the reservation is pre-registered for internet check-in or not.""" preRegisteredYn: Date """Primary Share""" primaryShare: String """Print Rate YN""" printRateYN: String """Profile ID""" profileId: String """Indicates if the value set for the specific property.""" property: String """Total pseudo membership points accrued for the default membership type.""" pseudoMemTotalPoints: String """Default membership type used with the Pseudo Membership Points calculation functionality.""" pseudoMemType: String """Purge Date""" purgeDate: Date """Purpose of stay.""" purposeOfStay: String """Number of Rooms""" quantity: Float """Quote ID provided by external system.""" quoteId: String """Rate Amount""" rateAmount: String """Rate Code""" rateCode: String """Stay rateable value.""" rateableValue: Float """Ratecodeid""" ratecodeid: String """Rden Billing Contact ID""" rdenBillingContactId: Float """Rden Resv Contact ID""" rdenReservationContactId: Float """Rden Reservation Date""" rdenReservationDate: Date """Rotation Rule to be configured for referral flag ?""" referralYn: String """Registration Card Number""" registrationCardNo: String """Registration Number""" registrationNumber: String """Reinstate Date""" reinstateDate: String """Report ID""" reportId: String """Reservation Insert Source""" resInsertSource: String """Reservation Insert Source Type""" resInsertSourceType: String """Resv Contact ID""" reservationContactId: Float """Reservation External References List""" reservationExternalReferencesList: String """Reservation Insert Date""" reservationInsertDate: DateTime """Reservation Insert Datetime""" reservationInsertDatetime: DateTime """Reservation Insert Time""" reservationInsertTime: String """Reservation Insert User""" reservationInsertUser: Float """Reservation Insert User Name""" reservationInsertUserName: String """Reservation Name ID""" reservationNameID: Float """Reservation Status""" reservationStatus: String """Reservation Type""" reservationType: String """The Description of the Guarantee code.""" reservationTypeDescription: String """Reservation Update Date""" reservationUpdateDate: DateTime """Reservation Update Datetime""" reservationUpdateDatetime: DateTime """Reservation Update Time""" reservationUpdateTime: String """Reservation Update User""" reservationUpdateUser: Float """Reservation Update User Name""" reservationUpdateUserName: String """Reserve Inventory YN""" reserveInventoryYN: String """Property""" resort: String """Final resort where Booking is confirmed -via Lead process.""" resortBooked: String """Auto generated charge number for Point Of Sale systems to identify guests.""" resortChargeNumber: String """Restriction Override""" restrictionOverride: String """Not used in PMS currently.""" resvNumber: Float """Resvcontactprofileid""" resvcontactprofileid: Float """Revenue type (catering/rooms)""" revenueTypeCode: String """Rh Billing Contact ID""" rhBillingContactId: Float """Rh Resv Contact ID""" rhReservationContactId: Float """Not used""" rivMarketSegment: String """Room""" room: String """Room Category""" roomCategory: String """Room Class""" roomClass: String """Room Instructions""" roomInstructions: String """This is the Turndown room service time.""" roomServiceTime: String """Roomcategoryid""" roomcategoryid: String """Roomid""" roomid: String """Rooms Per Day""" roomsPerDay: Float """Not used""" salesId: String """Sbegindate""" sbegindate: Date """Is the guest scheduled for automatic check out?""" scheduleCheckoutYn: String """Senddate""" senddate: Date """Service Charge""" serviceCharge: Float """Sguest First Name""" sguestFirstName: String """Sguest Name""" sguestName: String """Share ID.""" shareId: Float """Type of revenue""" shareSeqNumber: String """Share of Rate Amount""" shareOfRateAmount: Float """Shared Profile ID""" sharedProfileID: Float """Shared Reservation Status""" sharedReservationStatus: String """Shoulder End""" shoulderEnd: Date """Shoulder Start""" shoulderStart: Date """Source Code Description""" sourceCodeDescription: String """Source Contact All""" sourceContactAll: String """Source Name ID""" sourceNameId: Float """Sourceid""" sourceid: String """SPG Room Type Disclosure Flag. Indicates if the guest stationery will disclose the actual room type.""" spgDiscloseRoomTypeYn: String """SPG Suite Night Award Status.""" spgSuiteNightAwardStatus: String """SPG Upgrade Confirmed Room Type Label.""" spgUpgradeConfirmedRoomtype: String """SPG Upgrade Reason Code.""" spgUpgradeReasonCode: String """Stores resv_name_id of the original multi room reservation from which this reservation is split off.""" splitFromReservationNameId: Float """Splitfromreservationid""" splitfromreservationid: Float """Start Date""" startDate: Date """Rate Tier used for exports(DRS).""" statisticalRateTier: Float """Room Type used to calculate statistics for export(DRS).""" statisticalRoomType: String """Stay Record ID""" stayRecordId: Float """Super Search Index Text""" superSearchIndexText: String """Tax Amount""" taxAmount: Float """Tax exempt number on the profile""" taxExemptNumber: String """Tax No of Stays""" taxNumberOfStays: Date """Tax Type""" taxType: String """Taxtypeid""" taxtypeid: String """Tiad""" tiad: String """Trace Code""" traceCode: String """Transactionid""" transactionid: Float """Travel Agent All""" travelAgentAll: String """Travel Agent ID""" travelAgentID: Float """This is the actual check out date with no time component.""" truncActualCheckOutDate: Date """Turndown status of the room per reservation per day. C-Completed NR-Not required R-Requested.""" turndownStatus: Float """Is the guest wants turndown facility or not ? Y/N""" turndownYN: String """UDFC01""" uDFC01: String """UDFC02""" uDFC02: String """UDFC03""" uDFC03: String """UDFC04""" uDFC04: String """UDFC05""" uDFC05: String """UDFC06""" uDFC06: String """UDFC07""" uDFC07: String """UDFC08""" uDFC08: String """UDFC09""" uDFC09: String """UDFC10""" uDFC10: String """UDFC11""" uDFC11: String """UDFC12""" uDFC12: String """UDFC13""" uDFC13: String """UDFC14""" uDFC14: String """UDFC15""" uDFC15: String """UDFC16""" uDFC16: String """UDFC17""" uDFC17: String """UDFC18""" uDFC18: String """UDFC19""" uDFC19: String """UDFC20""" uDFC20: String """UDFC21""" uDFC21: String """UDFC22""" uDFC22: String """UDFC23""" uDFC23: String """UDFC24""" uDFC24: String """UDFC25""" uDFC25: String """UDFC26""" uDFC26: String """UDFC27""" uDFC27: String """UDFC28""" uDFC28: String """UDFC29""" uDFC29: String """UDFC30""" uDFC30: String """UDFC31""" uDFC31: String """UDFC32""" uDFC32: String """UDFC33""" uDFC33: String """UDFC34""" uDFC34: String """UDFC35""" uDFC35: String """UDFC36""" uDFC36: String """UDFC37""" uDFC37: String """UDFC38""" uDFC38: String """UDFC39""" uDFC39: String """UDFC40""" uDFC40: String """Universal Card ID used by interfaces for key encoding purposes.""" uniCardId: String """Upload Date""" uploadDate: Date """Incremental Upsell charges for the reservation date.""" upsellCharge: Float """Flag if the guest can do video checkout""" videoCheckoutYN: String """Visa Expiry Date""" visaExpiryDate: Date """Visa Issue Date""" visaIssueDate: String """Visa Number""" visaNumber: Float """Waitlist Comment""" waitlistComment: String """This is the waitlist telephone number.""" waitlistPhoneNumber: String """Walk-In YN""" walkInYN: String """Yieldable Y/N""" yieldableYn: String """Ym Code""" ymCode: Float } type BookingReservationExtendedProfileAllInformationDetailsType { """The primary key for this table.""" guestProfileID: Float """Account number.""" aRNumber: String """Account Receivable No. of this profile.""" aRNumberCentral: String """Indicates if a Credit Limit amount on Profile level will be required.""" aRCreditLimitYN: String """The ARC mailing flag (received from ARC Update program)""" aRCMailFlag: String """The ARC office type (received from ARC Update program)""" aRCOfficeType: String """The date this record was last updated by the ARC update program.""" aRCUpdateDate: Date """Billing contact person in company.""" accountBillingContact: String """Used in S&C Module.""" accountSource: String """Account Type of this Profile""" accountType: String """The description of this value.""" accountTypeDescription: String """The description of this value.""" accountsourceDesc: String """Mailing action codes.""" actionCode: String """Profile is active or not.""" activeYN: String """The first line of street address.""" address1: String """The second line of street address.""" address2: String """The third line of street address.""" address3: String """The fourth line of street address.""" address4: String """The primary key for this table.""" addressId: Float """Description for each language code.""" addressLangCodeDesc: String """Address Language Code""" addressLanguageCode: String """The type of address.""" addressType: String """Country Specific Requirement for Nigeria.""" alienRegistrationNo: String """All Resorts""" allResorts: String """Field which stores the multibyte envelop greeting used in S&C""" alternateEnvelopeGreeting: String """The Extended Byte Language of the Profile.""" alternateLanguage: String """Description for each language code.""" alternateLanguageDescription: String """Alternate Salutation""" alternateSalutation: String """Auto-Enroll Member YN""" autoEnrollMemberYN: String """Does profile have Availability Override Y/N""" availabilityOverride: String """The billing code for this name record.""" billingCode: String """Billing Instruction""" billingInstruction: String """For tour operators the type of billing profile for this name.""" billingProfileCode: String """Country of Birth""" birthCountry: String """Date of Birth of the Individual Profiles.""" birthDate: Date """Stores the encrypted birth date.""" birthDateStr: String """Place of Birth""" birthPlace: String """Any Message for the Restricted profile.""" blMsg: String """Used in S&C Module.""" businessSegment: String """The description of this value.""" businessSegmentDescription: String """The business title for this individual.""" businessTitle: String """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Profile Credit Limit""" cProfileCreditLimit: Float """This is a name_id (Profile number) of profiles that exist in a Central database in a typical CRS environment.""" cRSNameid: Float """This field tells whether this profile is a credit card profile or not.""" ccProfileYn: String """Central Account Type""" centralAccountType: String """Central Business Segment""" centralBusinessSegment: String """Central Business Segment Description""" centralBusinessSegmentDescription: String """Central Corporate ID Type""" centralCorporateIDType: String """The keyword to search on.""" centralDefaultKeyword: String """Central Guest Title Code""" centralGuestTitleCode: String """Central Inactive Reason""" centralInactiveReason: String """Central Inactive Reason Description""" centralInactiveReasonDescription: String """Central Mail Action Description""" centralMailActionDescription: String """Central Mailing Action Code""" centralMailingActionCode: String """Central Priority""" centralPriority: String """Central State Code""" centralStateCode: String """Central Territory""" centralTerritory: String """Central VIP Code""" centralVIPCode: String """Central VIP Description""" centralVIPDescription: String """Chain Code""" chainCode: String """The city for this address.""" city: String """The unique key of this name stores IATA# Company # etc.""" clientID: String """The user that has been assigned to this account for collections.""" collectionUserId: Float """Combined Name""" combinedName: String """This flag will be used in case Profiles are being controlled Centrally (CRS).""" commPayCentral: String """Not Used.""" comments: String """Commission Code for the Commission Percentage.""" commissionCode: String """Code for the commission for Travel Agent""" commissionCodes: String """Comm Curr ID""" commissionCurrencyId: String """Commission Code for the Commission Percentage.""" commissionid: String """Role in which this phone type belongs to.""" communicationRole1: String """Role in which this phone type belongs to.""" communicationRole2: String """Role in which this phone type belongs to.""" communicationRole3: String """The type of this phone number.""" communicationType1: String """The type of this phone number.""" communicationType2: String """The type of this phone number.""" communicationType3: String """The phone number for this record""" communicationValue1: String """The phone number for this record""" communicationValue2: String """The phone number for this record""" communicationValue3: String """Extended Byte Company Name""" companyAlternate: String """The company group or company group user ID in hierarchical format""" companyGroupId: String """Not used.""" companyNameId: Float """Competaion code .""" competition: String """The description of this value.""" competitionDesc: String """Used in S&C Module.""" contactYN: String """Group Contract number.""" contractNo: String """The date the group contract was received.""" contractRecvDate: Date """Corp Type Description""" corpTypeDesc: String """Specified whether Name_Code column has Company # or IATA #. For Company # the value will beCOMP and for IATA # the Value of this column will be IATA.""" corporateIDType: String """Country name.""" country: String """Country .""" countryCode: String """The user that created the record""" createdByUser: String """The date the record was created""" createdOnDate: DateTime """Credit rating.""" creditRating: String """Currency Code""" currencyCode: String """Currency Symbol like $ or EURO symbol""" currencySymbol: String """Double Opt In for AUTOENROLL_MEMBER_YN""" dOptInAutoenrollMemberFlg: String """Double Opt In for EMAIL_YN""" dOptInEmailFlg: String """Double Opt In for GUEST_PRIV_YN""" dOptInGuestPrivFlg: String """Double Opt In for MAIL_LIST""" dOptInMailListFlg: String """Double Opt In for MARKET_RESEARCH_YN""" dOptInMarketResearchFlg: String """Double Opt In for PHONE_YN""" dOptInPhoneFlg: String """Double Opt In for SMS_YN""" dOptInSmsFlg: String """Double Opt In for THIRD_PARTY_YN""" dOptInThirdPartyFlg: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Debtor Name""" debtorName: String """The number of digits after the decimal to allow for this currency.""" decimalPositions: Float """The keyword to search on.""" defaultKeyword: String """Deleted Flag""" deletedFlag: String """Used in S&C Module.""" department: String """Used in S&C Module.""" deptId: String """Used in QMS Module""" description: String """Direct Bill Batch Type""" directBillBatchType: String """Display Name""" displayName: String """Date on which the record is downloaded to laptop.""" downloadDate: Date """REsort name which has downloaded on the laptop.""" downloadResort: String """Owner of the record who downloaded on to laptop.""" downloadSrep: Float """The date when the E-Invoice liable flag was updated for this profile.""" eInvLiableLastUpdated: DateTime """Turkey Country requirement: Indicated if this profile e-Invoice liable. Folios generated for this profile will be directly sent to an external system.""" eInvoiceLiableYn: String """The phone number for this record""" email: String """Email YN""" emailYN: String """Field which stores the envelop greeting used in S&C""" envelopeGreeting: String """External Display Name""" externalDisplayName: String """The first name of an individual.""" externalFirstName: String """External ID used for V6 Interface stores the PMS guest number""" externalId: String """The last name of the individual profile.""" externalName: String """Not Used.""" externalReferenceRequ: String """During the booking process is the user required to enter the tour operator or TA record locator.""" externalReferenceRequired: String """Membership Card Number.""" fMembershipCardNumbers: String """Descripion of membership class""" fMembershipClassDesc: String """F Membership Classes""" fMembershipClasses: String """F Membership Codes""" fMembershipCodes: String """F Membership Descriptions""" fMembershipDescriptions: String """Primary Key for this table.""" fMembershipIds: String """Type of the Membership.""" fMembershipType: String """The ID of the external Database.""" fSubscriptionDb: String """The ID of the external Database.""" fSubscriptionYn: String """The phone number for this record""" faxNumber: String """The first name of an individual name.""" firstName: String """First Name Alternate""" firstNameAlternate: String """The keyword to search on.""" firstNameIncognito: String """The follow on for this individual (I.E: III etc).""" followOn: String """The name as communicated from the GDS. system. Filled on names that are created during the booking.""" gDSName: String """Not used.""" gDSTransactionNo: String """Indicates gender of Individual profile. Either (M)ale or F(emale)""" gender: String """Not used.""" geographicRegion: String """Not used.""" guestClassification: String """Country name.""" guestCountry: String """Currency code for the Commission payment.""" guestCurrencyCode: String """Description for each language code.""" guestLanguageCode: String """The last name of the individual Profile and Search name ofr the other Types of Profiles (Group Travel Agent & Source) are stored in this column.""" guestLastName: String """The middle name of this individual.""" guestMiddleName: String """Guest Name Suffix""" guestNameSuffix: String """Guest Privilege YN""" guestPrivilegeYN: String """The title of the individual.""" guestTitleCode: String """Has Requested Mail YN""" hasRequestedMailYN: String """Keep guest in history Y/N""" historyYN: String """Hold code for the Commission handling purposes.""" holdCode: String """Consortia for the IATA number.""" iataConsortia: String """The country where ID was issued""" idCountry: String """Issued date of Identification""" idDate: Date """This will store the value of LINKED_ATTACHMENTS.ATTACH_ID (Which maps to the physical table WORK_ORDERS.WO_NUMBER)""" idDocumentAttachId: Float """The place where ID was issued""" idPlace: String """Identification Type. Eg Passport Driving License etc""" idType: String """Country Specific Requirement for Nigeria.""" immigrationStatus: String """The date the record was marked as inactive""" inactiveDate: DateTime """Inactive Flag""" inactiveFlag: String """Reason why record was inactivated.""" inactiveReason: String """The description of this value.""" inactiveReasonDescription: String """Include travel agents/sources profile in 1099 reporting ?Y/N""" includeInTax1099Yn: String """Index Name""" indexName: String """The Industry this profile belongs to. Used only for the Non-Individual Profiles.""" industryCode: String """The description of this value.""" industryDesc: String """Used in S&C Module.""" influence: String """The description of this value.""" influenceDesc: String """Interest Code.""" interest: String """Indicates that this profile should be generating an internal bill instead of a regular bill during settlement.""" internalBillYn: String """Deleted Flag""" internalDeletedflag: String """Inactive Flag""" internalInactiveflag: String """Organization ID""" internalOrganizationId: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Primary language used for the profile.""" languageCode: String """Code to synchronize to Laptop values are 012.""" laptopChange: Float """Last Group""" lastGroup: String """Last Name Alternate""" lastNameAlternate: String """The keyword to search on.""" lastNameIncognito: String """Last Rate""" lastRate: Float """Last Rate Code""" lastRateCode: String """The room that is booked for this reservation leg.""" lastRoom: String """Last Room Property""" lastRoomProperty: String """Last Source""" lastSource: String """This contains the truncated component of end_date (i.e without timecomponent)""" lastStay: Date """Last property that updated this record.""" lastUpdatedResort: String """The legal company name for this company.""" legalCompany: String """Used in S&C Module.""" letterGreeting: String """The description of this value.""" mailActionDescription: String """This indicates whether the mailing list must be sent to the guest.""" mailList: String """The type of mail this user should be sent.""" mailType: String """Mailing action codes.""" mailingActionCode: String """Market Research YN""" marketResearchYN: String """Is this account a master account (Y/N)?""" masterAccountYn: String """Not used.""" nameTaxType: String """The type of Profile.""" nameType: String """The description of this value.""" nameTypeDescription: String """Not Used.""" name2: String """Not used.""" name3: String """Nationality""" nationality: String """Nationality of the individual.""" nationalityCode: String """The rate code for which this record applies.""" negotiatedRateCodes: String """This is a begin_date with no time component.""" nextStay: Date """The nickname of this individual.""" nickname: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Stores the original NAME_ID prior to a migration.""" origNameId: Float """Number of days a payment is due for the account.""" paymentDueDays: Float """The phone number for this record""" phone: String """The phone number for this record""" phoneWeb: String """Phone YN""" phoneYN: String """The postal code of this address.""" postalCode: String """City Extension mainly used for UK addresses.""" postalCodeExtension: String """Preferred Room Number""" preferredRoomNo: String """Not used.""" primaryAddressId: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Not Used.""" primaryNameId: Float """Primary Owner""" primaryOwner: String """Primary Owner Code""" primaryOwnerCode: String """Not used.""" primaryPhoneId: Float """Priority of the account""" priority: String """The description of this value.""" priorityDesc: String """Profile privacy flag determine if the profile is marked as private for a property.""" privacyFlagYN: String """Preference Code. Part of the Primary Key.""" productInterest: String """The profession of the Individual""" profession: String """Credit Limit amount for all AR accounts created in different properties for this profile.""" profileCreditLimit: Float """The primary key for this table.""" profileId: Float """The type of Profile.""" profileType: String """Resort for which Job is registered.""" propertyRegistered: String """Protected""" protected: String """Psuedo Profile Y/N""" psuedoProfileYn: String """The default rate structure for this name.""" rateStructure: String """The region for this name.""" region: String """The region for this name.""" regionid: String """Reporting Account Type Description""" repAccountTypeDescription: String """Reporting Accountsource""" repAccountsource: String """Reporting Accountsource Desc""" repAccountsourceDescription: String """Reporting Competition Code""" repCompetitionCode: String """Reporting Competition Desc""" repCompetitionDescription: String """Reporting Corp Type Desc""" repCorpTypeDescription: String """Reporting Industry Code""" repIndustryCode: String """Reporting Industry Desc""" repIndustryDescription: String """Reporting Influence""" repInfluence: String """Reporting Influence Desc""" repInfluenceDescription: String """Reporting Name Type""" repNameType: String """Reporting Name Type Description""" repNameTypeDescription: String """Rep Nationality Code""" repNationalityCode: String """Rep Nationality Description""" repNationalityDescription: String """Reporting Priority Desc""" repPriorityDescription: String """Reporting Rooms Potential""" repRoomsPotential: String """Reporting Rooms Potential Desc""" repRoomsPotentialDescription: String """Reporting Scope""" repScope: String """Reporting Scope City""" repScopeCity: String """Reporting Scope City Desc""" repScopeCityDescription: String """Reporting Scope Desc""" repScopeDescription: String """Reporting State Desc""" repStateDescription: String """Reporting Tax Type Desc""" repTaxTypeDescription: String """Reporting Territory Desc""" repTerritoryDescription: String """Reporting Title Name""" repTitleName: String """The primary membership # for this guest.""" repeatGuestId: String """User option to replace address in ORS with one from PMS.""" replaceAddress: String """This column store the Name of the Company Profiles.""" requestType: String """Normal Restricted and Cash Only informations are stored in this column.""" restricted: String """The description of this value.""" restrictedRule: String """Reservation Contact person.""" resvContact: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Potential no of rooms per year for a account""" roomsPotential: String """The description of this value.""" roomsPotentialDesc: String """Use this alert to text a notification.""" sMSYN: String """Salutation Greeting""" salutation: String """Scope of the account""" scope: String """Scope City""" scopeCity: String """The description of this value.""" scopeCityDesc: String """The description of this value.""" scopeDesc: String """The Uppercase value of Last or Company.""" searchName: String """Internal Indexed field for Searching by Extended Byte Name.""" searchNameAlternate: String """Uppercase value of First Name.""" sfirst: String """The soundex value for this company record. Used for performance reasons when finding a name based on the Sounds.""" soundExCompany: String """The soundex value for this individual record. Used for performance reasons when finding a name based on the sounds.""" soundExLast: String """Used in QMS Module""" srepCode: String """The state of this address.""" state: String """State Code""" stateCode: String """Description of the state.""" stateDescription: String """Summary Reference Currency for the Folio Generation.""" summRefCc: String """Summary Reference Currency for the Folio Generation.""" summRefCurrencyId: String """Used in Oracle Text Index.""" superSearchIndexText: String """Internal Indexed field for Searching by Extended Byte First Name.""" sxfirstName: String """Tax Category""" taxCategory: String """Not used.""" taxExemptStatus: String """The tax id of this name. Usually issued by a government agency. Used by 1099 printing.""" taxID1: String """Tax No""" taxID2: String """Tax Office Name""" taxOffice: String """Tax Type""" taxType: String """TERRITORY of a account""" territory: String """The description of this value.""" territoryDesc: String """Third Party YN""" thirdPartyYN: String """Title Alternate""" titleAlternate: String """The description of this value.""" titleName: String """Stores the suffix value of the selected title code. This will be used for Processing to External System.""" titleSuffix: Float """Sum of total number of stays on stay records for the time period.""" totalStay: Float """The type of tour operator. Only valid for tour operators/wholesalers.""" tourOperatorType: String """Code to Trace a record for all Triggered actions.""" traceCode: String """Description""" tracecodeDesc: String """What type of 1099 is issued to this name.""" typeOfTax1099: String """User defined character field.""" uDFC01: String """User defined character field.""" uDFC02: String """User defined character field.""" uDFC03: String """User defined character field.""" uDFC04: String """User defined character field.""" uDFC05: String """User defined character field.""" uDFC06: String """User defined character field.""" uDFC07: String """User defined character field.""" uDFC08: String """User defined character field.""" uDFC09: String """User defined character field.""" uDFC10: String """User defined character field.""" uDFC11: String """User defined character field.""" uDFC12: String """User defined character field.""" uDFC13: String """User defined character field.""" uDFC14: String """User defined character field.""" uDFC15: String """User defined character field.""" uDFC16: String """User defined character field.""" uDFC17: String """User defined character field.""" uDFC18: String """User defined character field.""" uDFC19: String """User defined character field.""" uDFC20: String """User defined character field.""" uDFC21: String """User defined character field.""" uDFC22: String """User defined character field.""" uDFC23: String """User defined character field.""" uDFC24: String """User defined character field.""" uDFC25: String """User defined character field.""" uDFC26: String """User defined character field.""" uDFC27: String """User defined character field.""" uDFC28: String """User defined character field.""" uDFC29: String """User defined character field.""" uDFC30: String """User defined character field.""" uDFC31: String """User defined character field.""" uDFC32: String """User defined character field.""" uDFC33: String """User defined character field.""" uDFC34: String """User defined character field.""" uDFC35: String """User defined character field.""" uDFC36: String """User defined character field.""" uDFC37: String """User defined character field.""" uDFC38: String """User defined character field.""" uDFC39: String """User defined character field.""" uDFC40: String """User defined date field.""" uDFD01: Date """User defined date field.""" uDFD02: Date """User defined date field.""" uDFD03: Date """User defined date field.""" uDFD04: Date """User defined date field.""" uDFD05: Date """User defined date field.""" uDFD06: Date """User defined date field.""" uDFD07: Date """User defined date field.""" uDFD08: Date """User defined date field.""" uDFD09: Date """User defined date field.""" uDFD10: Date """User defined date field.""" uDFD11: Date """User defined date field.""" uDFD12: Date """User defined date field.""" uDFD13: Date """User defined date field.""" uDFD14: Date """User defined date field.""" uDFD15: Date """User defined date field.""" uDFD16: Date """User defined date field.""" uDFD17: Date """User defined date field.""" uDFD18: Date """User defined date field.""" uDFD19: Date """User defined date field.""" uDFD20: Date """User defined number field.""" uDFN01: Float """User defined number field.""" uDFN02: Float """User defined number field.""" uDFN03: Float """User defined number field.""" uDFN04: Float """User defined number field.""" uDFN05: Float """User defined number field.""" uDFN06: Float """User defined number field.""" uDFN07: Float """User defined number field.""" uDFN08: Float """User defined number field.""" uDFN09: Float """User defined number field.""" uDFN10: Float """User defined number field.""" uDFN11: Float """User defined number field.""" uDFN12: Float """User defined number field.""" uDFN13: Float """User defined number field.""" uDFN14: Float """User defined number field.""" uDFN15: Float """User defined number field.""" uDFN16: Float """User defined number field.""" uDFN17: Float """User defined number field.""" uDFN18: Float """User defined number field.""" uDFN19: Float """User defined number field.""" uDFN20: Float """User defined number field.""" uDFN21: Float """User defined number field.""" uDFN22: Float """User defined number field.""" uDFN23: Float """User defined number field.""" uDFN24: Float """User defined number field.""" uDFN25: Float """User defined number field.""" uDFN26: Float """User defined number field.""" uDFN27: Float """User defined number field.""" uDFN28: Float """User defined number field.""" uDFN29: Float """User defined number field.""" uDFN30: Float """User defined number field.""" uDFN31: Float """User defined number field.""" uDFN32: Float """User defined number field.""" uDFN33: Float """User defined number field.""" uDFN34: Float """User defined number field.""" uDFN35: Float """User defined number field.""" uDFN36: Float """User defined number field.""" uDFN37: Float """User defined number field.""" uDFN38: Float """User defined number field.""" uDFN39: Float """User defined number field.""" uDFN40: Float """The date the record was modified""" updateDate: DateTime """The last date this record's fax # was updated.""" updateFaxDate: Date """The user that modified the record""" updateUser: String """Date on which the record is uploaded to laptop.""" uploadDate: Date """VIP Status of the Individual.""" vIPCode: String """The description of this value.""" vIPDescription: String """The Oracle Financials vendor id for this record. Used with the Oracle Financials A/P interface.""" vendorId: Float """The Oracle Financial vendor site id for this record. Used with the Oracle Financials A/P interface.""" vendorSiteId: Float """Not Used.""" vipAuthorization: String """Country Specific Requirement for Nigeria.""" visaValidityType: String """Xdisplay Name""" xdisplayName: String """Extended Byte middle name.""" xmiddleName: String } type BookingReservationExtendedProfileAccountsSourceDetailsType { """AR Number""" aRNumber: String """The date this record was last updated by the ARC update program.""" aRCUpdateDate: Date """Account Email Primary""" accountEmailPrimary: String """Account ID""" accountID: Float """Account Name""" accountName: String """Account Name 2""" accountName2: String """Account Name 3""" accountName3: String """Account Owner Title""" accountOwnerTitle: String """Account Owners(All)""" accountOwnersAll: String """Phone no.""" accountPhonePrimary: String """Account Phone Web""" accountPhoneWeb: String """Account Source""" accountSource: String """Account Source Description""" accountSourceDescription: String """Account Type""" accountType: String """Account Type Description""" accountTypeDescription: String """Billing contact person in company.""" acctContact: String """Action Code""" actionCode: String """Active Flag""" activeFlag: String """Address 1""" address1: String """Address 2""" address2: String """Address 3""" address3: String """Address 4""" address4: String """Address Lang Code Description""" addressLangCodeDesc: String """Address Language""" addressLanguage: String """Address Language Code""" addressLanguageCode: String """Address Type""" addressType: String """All Properties""" allProperties: String """The Extended Byte Language of the Profile.""" alternateLanguage: String """Alternate Language Description""" alternateLanguageDescription: String """Alternate Name""" alternateName: String """Alternate Salutation""" alternateSalutation: String """Alternate Title""" alternateTitle: String """AR No Central""" arNumberCentral: String """Autoenroll Member Y/N""" autoenrollMemberYn: String """Billing Instruction""" billingInstruction: String """For tour operators the type of billing profile for this name.""" billingProfileCode: String """Birth Date""" birthDate: Date """Birth Date Str""" birthDateStr: String """Place of birth.""" birthPlace: String """Bl Msg""" blMsg: String """Business Potential""" businessPotential: String """Business Potential Description""" businessPotentialDescription: String """Business Segement""" businessSegement: String """Business Segement Description""" businessSegementDescription: String """Business Title""" businessTitle: String """Central Account Owner Title""" centralAccountOwnerTitle: String """Central Account Source""" centralAccountSource: String """Central Account Source Description""" centralAccountSourceDescription: String """Central Account Type""" centralAccountType: String """Central Account Type Description""" centralAccountTypeDescription: String """Central Business Potential""" centralBusinessPotential: String """Central Business Potential Description""" centralBusinessPotentialDescription: String """Central Business Segement Description""" centralBusinessSegementDescription: String """Central Business Segment""" centralBusinessSegment: String """Central Competition Code""" centralCompetitionCode: String """Central Competition Code Description""" centralCompetitionCodeDescription: String """Central Corporate Type""" centralCorporateType: String """Central Corporate Type Description""" centralCorporateTypeDescription: String """Central Inactive Reason""" centralInactiveReason: String """Central Inactive Reason Description""" centralInactiveReasonDescription: String """Central Industry Code""" centralIndustryCode: String """Central Industry Code Description""" centralIndustryCodeDescription: String """Central Keyword""" centralKeyword: String """Central Priority""" centralPriority: String """Central Priority Description""" centralPriorityDescription: String """Central Profile Type Code""" centralProfileTypeCode: String """Central Profile Type Description""" centralProfileTypeDescription: String """Central Scope""" centralScope: String """Central Scope City""" centralScopeCity: String """Central Scope City Description""" centralScopeCityDescription: String """Central Scope Description""" centralScopeDescription: String """Central State""" centralState: String """Central Territory""" centralTerritory: String """Central Territory Description""" centralTerritoryDescription: String """Chain Code""" chainCode: String """City""" city: String """City Ext""" cityExt: String """Combined Name""" combinedName: String """Commission Code""" commissionCode: String """Commission Code All""" commissionCodeAll: String """Communication Role1""" communicationRole1: String """Communication Role2""" communicationRole2: String """Communication Role3""" communicationRole3: String """Communication Type1""" communicationType1: String """Communication Type2""" communicationType2: String """Communication Type3""" communicationType3: String """Communication Value1""" communicationValue1: String """Communication Value2""" communicationValue2: String """Communication Value3""" communicationValue3: String """Company""" company: String """Competition Code""" competitionCode: String """Competition Code Description""" competitionCodeDescription: String """Specified whether Name_Code column has Company # or IATA #. For Company # the value will beCOMP and for IATA # the Value of this column will be IATA.""" corporateType: String """Corporate Type Description""" corporateTypeDescription: String """Country""" country: String """Country Description""" countryDescription: String """Created By User""" createdByUser: String """Created On Date""" createdOnDate: DateTime """Credit Card Name""" creditCardName: String """Credit Card Type""" creditCardType: String """Credit Rating""" creditRating: String """Currency Code""" currencyCode: String """Currency Description""" currencyDescription: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Email Y/N""" emailYn: String """Envelope Greeting""" envelopeGreeting: String """External ID""" externalId: String """F Subscription Db""" fSubscriptionDb: String """F Subscription Y/N""" fSubscriptionYn: String """Fax Number""" faxNo: String """First""" first: String """Gender""" gender: String """Guest Priv Y/N""" guestPrivYn: String """History Y/N""" historyYn: String """Hold Code""" holdCode: String """IATA Number""" iATANumber: String """IATA Consortia""" iataConsortia: String """Inactive Date""" inactiveDate: Date """Inactive Flag""" inactiveFlag: String """Reason Code for inactive status from REASON table""" inactiveReason: String """Reason why record was inactivated.""" inactiveReasonDescription: String """Industry Code""" industryCode: String """Industry Code Description""" industryCodeDescription: String """Interest Code.""" interest: String """Deleted Flag""" internalDeletedflag: String """Inactive Flag""" internalInactiveflag: String """Organization ID""" internalOrganizationId: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Keyword""" keyword: String """Last""" last: String """Last Group""" lastGroup: String """Last Rate""" lastRate: Float """Not used.""" lastRoom: String """Last Source""" lastSource: String """Last Stay""" lastStay: Date """Legal Company""" legalCompany: String """Letter Greeting""" letterGreeting: String """Mail Action""" mailAction: String """Mail Action Description""" mailActionDescription: String """Mail List""" mailList: String """The type of mail this user should be sent.""" mailType: String """Mail Y/N""" mailYn: String """Market Research Y/N""" marketResearchYn: String """Middle""" middle: String """Name ID""" nameId: Float """Nationality Code""" nationalityCode: String """Nationality Description""" nationalityDescription: String """Negotiated Rate""" negotiatedRate: String """Next Stay""" nextStay: Date """The nickname of this individual.""" nickname: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Number of days a payment is due for the account.""" paymentDueDays: Float """Postal Code""" postalCode: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Primary Owner""" primaryOwner: String """Primary Owner Code""" primaryOwnerCode: String """Priority""" priority: String """Priority Description""" priorityDescription: String """Product Interest""" productInterest: String """Profession of the guest""" profession: String """Profile Language Description""" profileLanguageDescription: String """Profile privacy flag determine if the profile is marked as private for a property.""" profilePrivacyFlg: String """Profile Type""" profileType: String """Profile Type Code""" profileTypeCode: String """Profile Type Description""" profileTypeDescription: String """Protected""" protected: String """Reference Currency""" referenceCurrency: String """Reporting Influence""" repInfluence: String """Reporting Influence Desc""" repInfluenceDescription: String """Rep Mail Action Codes""" repMailActionCodes: String """Rep Mail Action Desc""" repMailActionDesc: String """Reporting Nationality Code""" repNationalityCode: String """Reporting Nationality Description""" repNationalityDescription: String """Reporting State Desc""" repStateDescription: String """Reporting Tax Type Desc""" repTaxTypeDescription: String """Reporting Title Name""" repTitleName: String """Reporting Vip Name""" repVIPName: String """Reporting Vip Status""" repVIPStatus: String """User option to replace address in ORS with one from PMS.""" replaceAddress: String """Resort for which Job is registered.""" resortRegistered: String """Restricted""" restricted: String """Restricted Rule""" restrictedRule: String """Salutation Greeting""" salutation: String """Scope""" scope: String """Scope City""" scopeCity: String """Scope City Decription""" scopeCityDecription: String """Scope Description""" scopeDescription: String """The Uppercase value of Last or Company.""" searchAccountName: String """Uppercase value of First Name.""" sfirst: String """State""" state: String """State Code""" stateCode: String """State Description of the Guest of Payee""" stateDesc: String """Internal Indexed field for Searching by Extended Byte First Name.""" sxfirstName: String """Internal Indexed field for Searching by Extended Byte Name.""" sxname: String """Tax1 Number""" tax1No: String """Tax2 Number""" tax2No: String """Tax Category""" taxCategory: String """Tax Type""" taxType: String """Tax Type Description""" taxTypeDescription: String """Territory""" territory: String """Territory Description""" territoryDescription: String """Third Party Y/N""" thirdPartyYn: String """Trace Code""" traceCode: String """Trace Code Description""" traceCodeDescription: String """UDFC01""" uDFC01: String """UDFC02""" uDFC02: String """UDFC03""" uDFC03: String """UDFC04""" uDFC04: String """UDFC05""" uDFC05: String """UDFC06""" uDFC06: String """UDFC07""" uDFC07: String """UDFC08""" uDFC08: String """UDFC09""" uDFC09: String """UDFC10""" uDFC10: String """UDFC11""" uDFC11: String """UDFC12""" uDFC12: String """UDFC13""" uDFC13: String """UDFC14""" uDFC14: String """UDFC15""" uDFC15: String """UDFC16""" uDFC16: String """UDFC17""" uDFC17: String """UDFC18""" uDFC18: String """UDFC19""" uDFC19: String """UDFC20""" uDFC20: String """UDFC21""" uDFC21: String """UDFC22""" uDFC22: String """UDFC23""" uDFC23: String """UDFC24""" uDFC24: String """UDFC25""" uDFC25: String """UDFC26""" uDFC26: String """UDFC27""" uDFC27: String """UDFC28""" uDFC28: String """UDFC29""" uDFC29: String """UDFC30""" uDFC30: String """UDFC31""" uDFC31: String """UDFC32""" uDFC32: String """UDFC33""" uDFC33: String """UDFC34""" uDFC34: String """UDFC35""" uDFC35: String """UDFC36""" uDFC36: String """UDFC37""" uDFC37: String """UDFC38""" uDFC38: String """UDFC39""" uDFC39: String """UDFC40""" uDFC40: String """UDFD01""" uDFD01: Date """UDFD02""" uDFD02: Date """UDFD03""" uDFD03: Date """UDFD04""" uDFD04: Date """UDFD05""" uDFD05: Date """UDFD06""" uDFD06: Date """UDFD07""" uDFD07: Date """UDFD08""" uDFD08: Date """UDFD09""" uDFD09: Date """UDFD10""" uDFD10: Date """UDFD11""" uDFD11: Date """UDFD12""" uDFD12: Date """UDFD13""" uDFD13: Date """UDFD14""" uDFD14: Date """UDFD15""" uDFD15: Date """UDFD16""" uDFD16: Date """UDFD17""" uDFD17: Date """UDFD18""" uDFD18: Date """UDFD19""" uDFD19: Date """UDFD20""" uDFD20: Date """UDFN01""" uDFN01: Float """UDFN02""" uDFN02: Float """UDFN03""" uDFN03: Float """UDFN04""" uDFN04: Float """UDFN05""" uDFN05: Float """UDFN06""" uDFN06: Float """UDFN07""" uDFN07: Float """UDFN08""" uDFN08: Float """UDFN09""" uDFN09: Float """UDFN10""" uDFN10: Float """UDFN11""" uDFN11: Float """UDFN12""" uDFN12: Float """UDFN13""" uDFN13: Float """UDFN14""" uDFN14: Float """UDFN15""" uDFN15: Float """UDFN16""" uDFN16: Float """UDFN17""" uDFN17: Float """UDFN18""" uDFN18: Float """UDFN19""" uDFN19: Float """UDFN20""" uDFN20: Float """UDFN21""" uDFN21: Float """UDFN22""" uDFN22: Float """UDFN23""" uDFN23: Float """UDFN24""" uDFN24: Float """UDFN25""" uDFN25: Float """UDFN26""" uDFN26: Float """UDFN27""" uDFN27: Float """UDFN28""" uDFN28: Float """UDFN29""" uDFN29: Float """UDFN30""" uDFN30: Float """UDFN31""" uDFN31: Float """UDFN32""" uDFN32: Float """UDFN33""" uDFN33: Float """UDFN34""" uDFN34: Float """UDFN35""" uDFN35: Float """UDFN36""" uDFN36: Float """UDFN37""" uDFN37: Float """UDFN38""" uDFN38: Float """UDFN39""" uDFN39: Float """UDFN40""" uDFN40: Float """Update Date""" updateDate: DateTime """The last date this record's fax # was updated.""" updateFaxDate: Date """Update User""" updateUser: String """VIP Name""" vipName: String """VIP Status""" vipStatus: String """Extended Byte Company Name""" xcompanyName: String """Xenvelope Greeting""" xenvelopeGreeting: String """Xfirst Name""" xfirstName: String """Xlast Name""" xlastName: String """Extended Byte middle name.""" xmiddleName: String } type BookingReservationExtendedProfileAccountsTravelAgentDetailsType { """AR Number""" aRNumber: String """The date this record was last updated by the ARC update program.""" aRCUpdateDate: Date """Account Email Primary""" accountEmailPrimary: String """Account ID""" accountID: Float """Account Name""" accountName: String """Account Name 2""" accountName2: String """Account Name 3""" accountName3: String """Account Owner Title""" accountOwnerTitle: String """Account Owners(All)""" accountOwnersAll: String """Phone no.""" accountPhonePrimary: String """Account Phone Web""" accountPhoneWeb: String """Account Source""" accountSource: String """Account Source Description""" accountSourceDescription: String """Account Type""" accountType: String """Account Type Description""" accountTypeDescription: String """Billing contact person in company.""" acctContact: String """Action Code""" actionCode: String """Active Flag""" activeFlag: String """Address 1""" address1: String """Address 2""" address2: String """Address 3""" address3: String """Address 4""" address4: String """Address Lang Code Description""" addressLangCodeDesc: String """Address Language""" addressLanguage: String """Address Language Code""" addressLanguageCode: String """Address Type""" addressType: String """All Properties""" allProperties: String """The Extended Byte Language of the Profile.""" alternateLanguage: String """Alternate Language Description""" alternateLanguageDescription: String """Alternate Name""" alternateName: String """Alternate Salutation""" alternateSalutation: String """Alternate Title""" alternateTitle: String """AR No Central""" arNumberCentral: String """Autoenroll Member Y/N""" autoenrollMemberYn: String """Billing Instruction""" billingInstruction: String """For tour operators the type of billing profile for this name.""" billingProfileCode: String """Birth Date""" birthDate: Date """Birth Date Str""" birthDateStr: String """Place of birth.""" birthPlace: String """Bl Msg""" blMsg: String """Business Potential""" businessPotential: String """Business Potential Description""" businessPotentialDescription: String """Business Segement""" businessSegement: String """Business Segement Description""" businessSegementDescription: String """Business Title""" businessTitle: String """Central Account Owner Title""" centralAccountOwnerTitle: String """Central Account Source""" centralAccountSource: String """Central Account Source Description""" centralAccountSourceDescription: String """Central Account Type""" centralAccountType: String """Central Account Type Description""" centralAccountTypeDescription: String """Central Business Potential""" centralBusinessPotential: String """Central Business Potential Description""" centralBusinessPotentialDescription: String """Central Business Segement Description""" centralBusinessSegementDescription: String """Central Business Segment""" centralBusinessSegment: String """Central Competition Code""" centralCompetitionCode: String """Central Competition Code Description""" centralCompetitionCodeDescription: String """Central Corporate Type""" centralCorporateType: String """Central Corporate Type Description""" centralCorporateTypeDescription: String """Central Inactive Reason""" centralInactiveReason: String """Central Inactive Reason Description""" centralInactiveReasonDescription: String """Central Industry Code""" centralIndustryCode: String """Central Industry Code Description""" centralIndustryCodeDescription: String """Central Keyword""" centralKeyword: String """Central Priority""" centralPriority: String """Central Priority Description""" centralPriorityDescription: String """Central Profile Type Code""" centralProfileTypeCode: String """Central Profile Type Description""" centralProfileTypeDescription: String """Central Scope""" centralScope: String """Central Scope City""" centralScopeCity: String """Central Scope City Description""" centralScopeCityDescription: String """Central Scope Description""" centralScopeDescription: String """Central State""" centralState: String """Central Territory""" centralTerritory: String """Central Territory Description""" centralTerritoryDescription: String """Chain Code""" chainCode: String """City""" city: String """City Ext""" cityExt: String """Combined Name""" combinedName: String """Commission Code""" commissionCode: String """Commission Code All""" commissionCodeAll: String """Communication Role1""" communicationRole1: String """Communication Role2""" communicationRole2: String """Communication Role3""" communicationRole3: String """Communication Type1""" communicationType1: String """Communication Type2""" communicationType2: String """Communication Type3""" communicationType3: String """Communication Value1""" communicationValue1: String """Communication Value2""" communicationValue2: String """Communication Value3""" communicationValue3: String """Company""" company: String """Competition Code""" competitionCode: String """Competition Code Description""" competitionCodeDescription: String """Specified whether Name_Code column has Company # or IATA #. For Company # the value will beCOMP and for IATA # the Value of this column will be IATA.""" corporateType: String """Corporate Type Description""" corporateTypeDescription: String """Country""" country: String """Country Description""" countryDescription: String """Created By User""" createdByUser: String """Created On Date""" createdOnDate: DateTime """Credit Card Name""" creditCardName: String """Credit Card Type""" creditCardType: String """Credit Rating""" creditRating: String """Currency Code""" currencyCode: String """Currency Description""" currencyDescription: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Email Y/N""" emailYn: String """Envelope Greeting""" envelopeGreeting: String """External ID""" externalId: String """F Subscription Db""" fSubscriptionDb: String """F Subscription Y/N""" fSubscriptionYn: String """Fax Number""" faxNo: String """First""" first: String """Gender""" gender: String """Guest Priv Y/N""" guestPrivYn: String """History Y/N""" historyYn: String """Hold Code""" holdCode: String """IATA Number""" iATANumber: String """IATA Consortia""" iataConsortia: String """Inactive Date""" inactiveDate: Date """Inactive Flag""" inactiveFlag: String """Reason Code for inactive status from REASON table""" inactiveReason: String """Reason why record was inactivated.""" inactiveReasonDescription: String """Industry Code""" industryCode: String """Industry Code Description""" industryCodeDescription: String """Interest Code.""" interest: String """Deleted Flag""" internalDeletedflag: String """Inactive Flag""" internalInactiveflag: String """Organization ID""" internalOrganizationId: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Keyword""" keyword: String """Last""" last: String """Last Group""" lastGroup: String """Last Rate""" lastRate: Float """Not used.""" lastRoom: String """Last Source""" lastSource: String """Last Stay""" lastStay: Date """Legal Company""" legalCompany: String """Letter Greeting""" letterGreeting: String """Mail Action""" mailAction: String """Mail Action Description""" mailActionDescription: String """Mail List""" mailList: String """The type of mail this user should be sent.""" mailType: String """Mail Y/N""" mailYn: String """Market Research Y/N""" marketResearchYn: String """Middle""" middle: String """Name ID""" nameId: Float """Nationality Code""" nationalityCode: String """Nationality Description""" nationalityDescription: String """Negotiated Rate""" negotiatedRate: String """Next Stay""" nextStay: Date """The nickname of this individual.""" nickname: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Number of days a payment is due for the account.""" paymentDueDays: Float """Postal Code""" postalCode: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Primary Owner""" primaryOwner: String """Primary Owner Code""" primaryOwnerCode: String """Priority""" priority: String """Priority Description""" priorityDescription: String """Product Interest""" productInterest: String """Profession of the guest""" profession: String """Profile Language Description""" profileLanguageDescription: String """Profile privacy flag determine if the profile is marked as private for a property.""" profilePrivacyFlg: String """Profile Type""" profileType: String """Profile Type Code""" profileTypeCode: String """Profile Type Description""" profileTypeDescription: String """Protected""" protected: String """Reference Currency""" referenceCurrency: String """Reporting Influence""" repInfluence: String """Reporting Influence Desc""" repInfluenceDescription: String """Rep Mail Action Codes""" repMailActionCodes: String """Rep Mail Action Desc""" repMailActionDesc: String """Reporting Nationality Code""" repNationalityCode: String """Reporting Nationality Description""" repNationalityDescription: String """Reporting State Desc""" repStateDescription: String """Reporting Tax Type Desc""" repTaxTypeDescription: String """Reporting Title Name""" repTitleName: String """Reporting Vip Name""" repVIPName: String """Reporting Vip Status""" repVIPStatus: String """User option to replace address in ORS with one from PMS.""" replaceAddress: String """Resort for which Job is registered.""" resortRegistered: String """Restricted""" restricted: String """Restricted Rule""" restrictedRule: String """Salutation Greeting""" salutation: String """Scope""" scope: String """Scope City""" scopeCity: String """Scope City Decription""" scopeCityDecription: String """Scope Description""" scopeDescription: String """The Uppercase value of Last or Company.""" searchAccountName: String """Uppercase value of First Name.""" sfirst: String """State""" state: String """State Code""" stateCode: String """State Description of the Guest of Payee""" stateDesc: String """Internal Indexed field for Searching by Extended Byte First Name.""" sxfirstName: String """Internal Indexed field for Searching by Extended Byte Name.""" sxname: String """Tax1 Number""" tax1No: String """Tax2 Number""" tax2No: String """Tax Category""" taxCategory: String """Tax Type""" taxType: String """Tax Type Description""" taxTypeDescription: String """Territory""" territory: String """Territory Description""" territoryDescription: String """Third Party Y/N""" thirdPartyYn: String """Trace Code""" traceCode: String """Trace Code Description""" traceCodeDescription: String """UDFC01""" uDFC01: String """UDFC02""" uDFC02: String """UDFC03""" uDFC03: String """UDFC04""" uDFC04: String """UDFC05""" uDFC05: String """UDFC06""" uDFC06: String """UDFC07""" uDFC07: String """UDFC08""" uDFC08: String """UDFC09""" uDFC09: String """UDFC10""" uDFC10: String """UDFC11""" uDFC11: String """UDFC12""" uDFC12: String """UDFC13""" uDFC13: String """UDFC14""" uDFC14: String """UDFC15""" uDFC15: String """UDFC16""" uDFC16: String """UDFC17""" uDFC17: String """UDFC18""" uDFC18: String """UDFC19""" uDFC19: String """UDFC20""" uDFC20: String """UDFC21""" uDFC21: String """UDFC22""" uDFC22: String """UDFC23""" uDFC23: String """UDFC24""" uDFC24: String """UDFC25""" uDFC25: String """UDFC26""" uDFC26: String """UDFC27""" uDFC27: String """UDFC28""" uDFC28: String """UDFC29""" uDFC29: String """UDFC30""" uDFC30: String """UDFC31""" uDFC31: String """UDFC32""" uDFC32: String """UDFC33""" uDFC33: String """UDFC34""" uDFC34: String """UDFC35""" uDFC35: String """UDFC36""" uDFC36: String """UDFC37""" uDFC37: String """UDFC38""" uDFC38: String """UDFC39""" uDFC39: String """UDFC40""" uDFC40: String """UDFD01""" uDFD01: Date """UDFD02""" uDFD02: Date """UDFD03""" uDFD03: Date """UDFD04""" uDFD04: Date """UDFD05""" uDFD05: Date """UDFD06""" uDFD06: Date """UDFD07""" uDFD07: Date """UDFD08""" uDFD08: Date """UDFD09""" uDFD09: Date """UDFD10""" uDFD10: Date """UDFD11""" uDFD11: Date """UDFD12""" uDFD12: Date """UDFD13""" uDFD13: Date """UDFD14""" uDFD14: Date """UDFD15""" uDFD15: Date """UDFD16""" uDFD16: Date """UDFD17""" uDFD17: Date """UDFD18""" uDFD18: Date """UDFD19""" uDFD19: Date """UDFD20""" uDFD20: Date """UDFN01""" uDFN01: Float """UDFN02""" uDFN02: Float """UDFN03""" uDFN03: Float """UDFN04""" uDFN04: Float """UDFN05""" uDFN05: Float """UDFN06""" uDFN06: Float """UDFN07""" uDFN07: Float """UDFN08""" uDFN08: Float """UDFN09""" uDFN09: Float """UDFN10""" uDFN10: Float """UDFN11""" uDFN11: Float """UDFN12""" uDFN12: Float """UDFN13""" uDFN13: Float """UDFN14""" uDFN14: Float """UDFN15""" uDFN15: Float """UDFN16""" uDFN16: Float """UDFN17""" uDFN17: Float """UDFN18""" uDFN18: Float """UDFN19""" uDFN19: Float """UDFN20""" uDFN20: Float """UDFN21""" uDFN21: Float """UDFN22""" uDFN22: Float """UDFN23""" uDFN23: Float """UDFN24""" uDFN24: Float """UDFN25""" uDFN25: Float """UDFN26""" uDFN26: Float """UDFN27""" uDFN27: Float """UDFN28""" uDFN28: Float """UDFN29""" uDFN29: Float """UDFN30""" uDFN30: Float """UDFN31""" uDFN31: Float """UDFN32""" uDFN32: Float """UDFN33""" uDFN33: Float """UDFN34""" uDFN34: Float """UDFN35""" uDFN35: Float """UDFN36""" uDFN36: Float """UDFN37""" uDFN37: Float """UDFN38""" uDFN38: Float """UDFN39""" uDFN39: Float """UDFN40""" uDFN40: Float """Update Date""" updateDate: DateTime """The last date this record's fax # was updated.""" updateFaxDate: Date """Update User""" updateUser: String """VIP Name""" vipName: String """VIP Status""" vipStatus: String """Extended Byte Company Name""" xcompanyName: String """Xenvelope Greeting""" xenvelopeGreeting: String """Xfirst Name""" xfirstName: String """Xlast Name""" xlastName: String """Extended Byte middle name.""" xmiddleName: String } type BookingReservationExtendedExternalReferencesDetailsType { """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Cancellation number received from the external system.""" extCancellationNo: String """Reservation leg number for itinerary reservations.""" externalReferenceLegNumber: Float """External Reference Number""" externalReferenceNumber: String """Type of external reference depending from what external system the number was passed.""" externalReferenceType: String """Status of the reservation in the external system 'C' -> Cancelled value NULL or 'A' -> 'Active'.""" externalStatus: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Manual Y/N""" manualYn: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Resv Name ID""" reservationNameId: Float """Indicates the revision of information provided by an external system that this record corresponds to. This will be used to keep information consistent between OPERA and the external system.""" revisionToken: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """External reference stored in upper case.""" upperExternalReference: String } type BookingReservationExtendedReservationMembershipDetailsType { """Card Number by Membership Class""" cardNumberByMembershipClass: String """Card Number by Membership Type""" cardNumberByMembershipType: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Earning Preference""" earningPreference: String """Frequent Flyer Membership YN""" frequentFlyerMembershipYN: String """Business date when the host-multiplier relationship was set.""" hostBusinessDate: Date """Number of multipliers attached if a host-multiplier relationship exists.""" hostCardinality: Float """Indicator whether the current membership for the rervation is a (H)ost membership detail""" hostFlag: String """ID by Membership Class""" iDByMembershipClass: String """ID by Membership Type""" iDByMembershipType: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Membershipid""" internalMembershipid: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Level by Membership Type""" levelByMembershipType: String """Membership ID""" listOfMembershipIDs: Float """Internal ID to uniquely identify the Property""" locationID: String """Loyalty Scheme Membership YN""" loyaltySchemeMembershipYN: String """Last Date Earning Preference was changed.""" mbrprefChangedDate: Date """Membership Card Number""" membershipCardNo: String """Membership Card Number""" membershipCardNumber: String """Membership Class""" membershipClass: String """Membership Class Description""" membershipClassDescription: String """Membership Code""" membershipCode: String """Membership Description""" membershipDescription: String """Membership ID""" membershipId: Float """Membership Level""" membershipLevel: String """Membership Level by Membership Class""" membershipLevelByMembershipClass: String """Membership Type""" membershipType: String """Membership Type by Membership Class""" membershipTypeByMembershipClass: String """Multiplier instance number if a host-multiplier relationship exists.""" multiplierInstance: Float """Name ID""" nameId: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Indicates any multiplier for the points accumulated.""" pointsMultiplier: Float """Population Method""" populationMethod: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Processed Date""" processedDate: Date """Processed Y/N""" processedYn: String """Profileid""" profileid: Float """Code to uniquely identify the Property""" property: String """Rank Value""" rankValue: Float """Resv Name ID""" reservationNameId: Float """Reservationid""" reservationid: Float """Reservationmembershipid""" reservationmembershipid: Float """Resvenddate""" resvenddate: Date """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type BookingReservationExtendedReservationPaymentMethodsDetailsType { """Authorization Amount""" authorizationAmount: Float """Authorization Description""" authorizationDescription: String """Authorization Rule""" authorizationRule: Float """Bonus Check ID""" bonusCheckId: Float """Central Payment Method Type""" centralPaymentMethodType: String """Central Payment Method Type Description""" centralPaymentMethodTypeDescription: String """Credit Card Authorization Date""" creditCardAuthorizationDate: DateTime """Credit Card ID""" creditCardId: Float """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Direct Bill Verify Response""" directBillVerifyResponse: String """Email Address""" emailAddress: String """Email Folio Y/N""" emailFolioYn: String """Insert User""" insertUser: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Organization""" organizationID: Float """Payment Method Type""" paymentMethodType: String """Payment Method Type Description""" paymentMethodTypeDescription: String """Payment Window""" paymentWindow: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Resv Name ID""" reservationNameId: Float """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type BookingReservationExtendedProfileAccountsDetailsType { """AR Number""" aRNumber: String """The date this record was last updated by the ARC update program.""" aRCUpdateDate: Date """Account Email Primary""" accountEmailPrimary: String """Account ID""" accountID: Float """Account Name""" accountName: String """Account Name 2""" accountName2: String """Account Name 3""" accountName3: String """Account Owner Title""" accountOwnerTitle: String """Account Owners(All)""" accountOwnersAll: String """Phone no.""" accountPhonePrimary: String """Account Phone Web""" accountPhoneWeb: String """Account Source""" accountSource: String """Account Source Description""" accountSourceDescription: String """Account Type""" accountType: String """Account Type Description""" accountTypeDescription: String """Billing contact person in company.""" acctContact: String """Action Code""" actionCode: String """Active Flag""" activeFlag: String """Address 1""" address1: String """Address 2""" address2: String """Address 3""" address3: String """Address 4""" address4: String """Address Lang Code Description""" addressLangCodeDesc: String """Address Language""" addressLanguage: String """Address Language Code""" addressLanguageCode: String """Address Type""" addressType: String """All Properties""" allProperties: String """The Extended Byte Language of the Profile.""" alternateLanguage: String """Alternate Language Description""" alternateLanguageDescription: String """Alternate Name""" alternateName: String """Alternate Salutation""" alternateSalutation: String """Alternate Title""" alternateTitle: String """AR No Central""" arNumberCentral: String """Autoenroll Member Y/N""" autoenrollMemberYn: String """Billing Instruction""" billingInstruction: String """For tour operators the type of billing profile for this name.""" billingProfileCode: String """Birth Date""" birthDate: Date """Birth Date Str""" birthDateStr: String """Place of birth.""" birthPlace: String """Bl Msg""" blMsg: String """Business Potential""" businessPotential: String """Business Potential Description""" businessPotentialDescription: String """Business Segement""" businessSegement: String """Business Segement Description""" businessSegementDescription: String """Business Title""" businessTitle: String """Central Account Owner Title""" centralAccountOwnerTitle: String """Central Account Source""" centralAccountSource: String """Central Account Source Description""" centralAccountSourceDescription: String """Central Account Type""" centralAccountType: String """Central Account Type Description""" centralAccountTypeDescription: String """Central Business Potential""" centralBusinessPotential: String """Central Business Potential Description""" centralBusinessPotentialDescription: String """Central Business Segement Description""" centralBusinessSegementDescription: String """Central Business Segment""" centralBusinessSegment: String """Central Competition Code""" centralCompetitionCode: String """Central Competition Code Description""" centralCompetitionCodeDescription: String """Central Corporate Type""" centralCorporateType: String """Central Corporate Type Description""" centralCorporateTypeDescription: String """Central Inactive Reason""" centralInactiveReason: String """Central Inactive Reason Description""" centralInactiveReasonDescription: String """Central Industry Code""" centralIndustryCode: String """Central Industry Code Description""" centralIndustryCodeDescription: String """Central Keyword""" centralKeyword: String """Central Priority""" centralPriority: String """Central Priority Description""" centralPriorityDescription: String """Central Profile Type Code""" centralProfileTypeCode: String """Central Profile Type Description""" centralProfileTypeDescription: String """Central Scope""" centralScope: String """Central Scope City""" centralScopeCity: String """Central Scope City Description""" centralScopeCityDescription: String """Central Scope Description""" centralScopeDescription: String """Central State""" centralState: String """Central Territory""" centralTerritory: String """Central Territory Description""" centralTerritoryDescription: String """Chain Code""" chainCode: String """City""" city: String """City Ext""" cityExt: String """Combined Name""" combinedName: String """Commission Code""" commissionCode: String """Commission Code All""" commissionCodeAll: String """Communication Role1""" communicationRole1: String """Communication Role2""" communicationRole2: String """Communication Role3""" communicationRole3: String """Communication Type1""" communicationType1: String """Communication Type2""" communicationType2: String """Communication Type3""" communicationType3: String """Communication Value1""" communicationValue1: String """Communication Value2""" communicationValue2: String """Communication Value3""" communicationValue3: String """Company""" company: String """Competition Code""" competitionCode: String """Competition Code Description""" competitionCodeDescription: String """Specified whether Name_Code column has Company # or IATA #. For Company # the value will beCOMP and for IATA # the Value of this column will be IATA.""" corporateType: String """Corporate Type Description""" corporateTypeDescription: String """Country""" country: String """Country Description""" countryDescription: String """Created By User""" createdByUser: String """Created On Date""" createdOnDate: DateTime """Credit Card Name""" creditCardName: String """Credit Card Type""" creditCardType: String """Credit Rating""" creditRating: String """Currency Code""" currencyCode: String """Currency Description""" currencyDescription: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Email Y/N""" emailYn: String """Envelope Greeting""" envelopeGreeting: String """External ID""" externalId: String """F Subscription Db""" fSubscriptionDb: String """F Subscription Y/N""" fSubscriptionYn: String """Fax Number""" faxNo: String """First""" first: String """Gender""" gender: String """Guest Priv Y/N""" guestPrivYn: String """History Y/N""" historyYn: String """Hold Code""" holdCode: String """IATA Number""" iATANumber: String """IATA Consortia""" iataConsortia: String """Inactive Date""" inactiveDate: DateTime """Inactive Flag""" inactiveFlag: String """Reason Code for inactive status from REASON table""" inactiveReason: String """Reason why record was inactivated.""" inactiveReasonDescription: String """Industry Code""" industryCode: String """Industry Code Description""" industryCodeDescription: String """Interest Code.""" interest: String """Deleted Flag""" internalDeletedflag: String """Inactive Flag""" internalInactiveflag: String """Organization ID""" internalOrganizationId: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Keyword""" keyword: String """Last""" last: String """Last Group""" lastGroup: String """Last Rate""" lastRate: Float """Not used.""" lastRoom: String """Last Source""" lastSource: String """Last Stay""" lastStay: Date """Legal Company""" legalCompany: String """Letter Greeting""" letterGreeting: String """Mail Action""" mailAction: String """Mail Action Description""" mailActionDescription: String """Mail List""" mailList: String """The type of mail this user should be sent.""" mailType: String """Mail Y/N""" mailYn: String """Market Research Y/N""" marketResearchYn: String """Middle""" middle: String """Name ID""" nameId: Float """Nationality Code""" nationalityCode: String """Nationality Description""" nationalityDescription: String """Negotiated Rate""" negotiatedRate: String """Next Stay""" nextStay: Date """The nickname of this individual.""" nickname: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Number of days a payment is due for the account.""" paymentDueDays: Float """Postal Code""" postalCode: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Primary Owner""" primaryOwner: String """Primary Owner Code""" primaryOwnerCode: String """Priority""" priority: String """Priority Description""" priorityDescription: String """Product Interest""" productInterest: String """Profession of the guest""" profession: String """Profile Language Description""" profileLanguageDescription: String """Profile privacy flag determine if the profile is marked as private for a property.""" profilePrivacyFlg: String """Profile Type""" profileType: String """Profile Type Code""" profileTypeCode: String """Profile Type Description""" profileTypeDescription: String """Protected""" protected: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Reference Currency""" referenceCurrency: String """Reporting Influence""" repInfluence: String """Reporting Influence Desc""" repInfluenceDescription: String """Rep Mail Action Codes""" repMailActionCodes: String """Rep Mail Action Desc""" repMailActionDesc: String """Reporting Nationality Code""" repNationalityCode: String """Reporting Nationality Description""" repNationalityDescription: String """Reporting State Desc""" repStateDescription: String """Reporting Tax Type Desc""" repTaxTypeDescription: String """Reporting Title Name""" repTitleName: String """Reporting Vip Name""" repVIPName: String """Reporting Vip Status""" repVIPStatus: String """User option to replace address in ORS with one from PMS.""" replaceAddress: String """Resort for which Job is registered.""" resortRegistered: String """Restricted""" restricted: String """Restricted Rule""" restrictedRule: String """Salutation Greeting""" salutation: String """Scope""" scope: String """Scope City""" scopeCity: String """Scope City Decription""" scopeCityDecription: String """Scope Description""" scopeDescription: String """The Uppercase value of Last or Company.""" searchAccountName: String """Uppercase value of First Name.""" sfirst: String """State""" state: String """State Code""" stateCode: String """State Description of the Guest of Payee""" stateDesc: String """Internal Indexed field for Searching by Extended Byte First Name.""" sxfirstName: String """Internal Indexed field for Searching by Extended Byte Name.""" sxname: String """Tax1 Number""" tax1No: String """Tax2 Number""" tax2No: String """Tax Category""" taxCategory: String """Tax Type""" taxType: String """Tax Type Description""" taxTypeDescription: String """Territory""" territory: String """Territory Description""" territoryDescription: String """Third Party Y/N""" thirdPartyYn: String """Trace Code""" traceCode: String """Trace Code Description""" traceCodeDescription: String """UDFC01""" uDFC01: String """UDFC02""" uDFC02: String """UDFC03""" uDFC03: String """UDFC04""" uDFC04: String """UDFC05""" uDFC05: String """UDFC06""" uDFC06: String """UDFC07""" uDFC07: String """UDFC08""" uDFC08: String """UDFC09""" uDFC09: String """UDFC10""" uDFC10: String """UDFC11""" uDFC11: String """UDFC12""" uDFC12: String """UDFC13""" uDFC13: String """UDFC14""" uDFC14: String """UDFC15""" uDFC15: String """UDFC16""" uDFC16: String """UDFC17""" uDFC17: String """UDFC18""" uDFC18: String """UDFC19""" uDFC19: String """UDFC20""" uDFC20: String """UDFC21""" uDFC21: String """UDFC22""" uDFC22: String """UDFC23""" uDFC23: String """UDFC24""" uDFC24: String """UDFC25""" uDFC25: String """UDFC26""" uDFC26: String """UDFC27""" uDFC27: String """UDFC28""" uDFC28: String """UDFC29""" uDFC29: String """UDFC30""" uDFC30: String """UDFC31""" uDFC31: String """UDFC32""" uDFC32: String """UDFC33""" uDFC33: String """UDFC34""" uDFC34: String """UDFC35""" uDFC35: String """UDFC36""" uDFC36: String """UDFC37""" uDFC37: String """UDFC38""" uDFC38: String """UDFC39""" uDFC39: String """UDFC40""" uDFC40: String """UDFD01""" uDFD01: Date """UDFD02""" uDFD02: Date """UDFD03""" uDFD03: Date """UDFD04""" uDFD04: Date """UDFD05""" uDFD05: Date """UDFD06""" uDFD06: Date """UDFD07""" uDFD07: Date """UDFD08""" uDFD08: Date """UDFD09""" uDFD09: Date """UDFD10""" uDFD10: Date """UDFD11""" uDFD11: Date """UDFD12""" uDFD12: Date """UDFD13""" uDFD13: Date """UDFD14""" uDFD14: Date """UDFD15""" uDFD15: Date """UDFD16""" uDFD16: Date """UDFD17""" uDFD17: Date """UDFD18""" uDFD18: Date """UDFD19""" uDFD19: Date """UDFD20""" uDFD20: Date """UDFN01""" uDFN01: Float """UDFN02""" uDFN02: Float """UDFN03""" uDFN03: Float """UDFN04""" uDFN04: Float """UDFN05""" uDFN05: Float """UDFN06""" uDFN06: Float """UDFN07""" uDFN07: Float """UDFN08""" uDFN08: Float """UDFN09""" uDFN09: Float """UDFN10""" uDFN10: Float """UDFN11""" uDFN11: Float """UDFN12""" uDFN12: Float """UDFN13""" uDFN13: Float """UDFN14""" uDFN14: Float """UDFN15""" uDFN15: Float """UDFN16""" uDFN16: Float """UDFN17""" uDFN17: Float """UDFN18""" uDFN18: Float """UDFN19""" uDFN19: Float """UDFN20""" uDFN20: Float """UDFN21""" uDFN21: Float """UDFN22""" uDFN22: Float """UDFN23""" uDFN23: Float """UDFN24""" uDFN24: Float """UDFN25""" uDFN25: Float """UDFN26""" uDFN26: Float """UDFN27""" uDFN27: Float """UDFN28""" uDFN28: Float """UDFN29""" uDFN29: Float """UDFN30""" uDFN30: Float """UDFN31""" uDFN31: Float """UDFN32""" uDFN32: Float """UDFN33""" uDFN33: Float """UDFN34""" uDFN34: Float """UDFN35""" uDFN35: Float """UDFN36""" uDFN36: Float """UDFN37""" uDFN37: Float """UDFN38""" uDFN38: Float """UDFN39""" uDFN39: Float """UDFN40""" uDFN40: Float """Update Date""" updateDate: DateTime """The last date this record's fax # was updated.""" updateFaxDate: Date """Update User""" updateUser: String """VIP Name""" vipName: String """VIP Status""" vipStatus: String """Extended Byte Company Name""" xcompanyName: String """Xenvelope Greeting""" xenvelopeGreeting: String """Xfirst Name""" xfirstName: String """Xlast Name""" xlastName: String """Extended Byte middle name.""" xmiddleName: String } type BookingReservationExtendedReservationDepositScheduleDetailsType { """Deposit Amount for the Activity. Populated by Concept system currently.""" activityDeposit: Float """Central Activity Deposit""" cActivityDeposit: Float """Central Cancel Pnlty Amount""" cCancelPnltyAmount: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Foreign Deposit Amount""" cForeignDepositAmount: Float """Date the reservation can be cancelled""" cancelDeadline: Date """Amount to be charged for a cancellation""" cancelPnltyAmount: Float """Central Deposit Amount Outstanding""" centralDepositAmountOutstanding: Float """Central Deposit Amount Requested""" centralDepositAmountRequested: Float """Central Total Deposit Payments""" centralTotalDepositPayments: Float """Comments""" comments: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Deposit Amount Outstanding""" depositAmountOutstanding: Float """Deposit Amount Requested""" depositAmountRequested: Float """Deposit Due Date""" depositDueDate: Date """Deposit Percentage""" depositPercentage: Float """ID will be populated for reversal records to link the main deposit request.""" depositReqLinkId: Float """Deposit Req Receipt Number""" depositReqReceiptNo: Float """Identifies if this record is a deposit request reversal.""" depositReqReversalYn: String """Deposit Rule""" depositRule: String """Deposit Rule Description""" depositRuleDescription: String """Deposit Rule Type""" depositRuleType: String """Deposit Schedule Resv Name ID""" depositScheduleReservationNameId: Float """Stores the type of the deposit: possible values "RECEIPT" or "FOLIO".""" depositType: String """Dml Sequence No""" dmlSeqNumber: Float """Exchange Rate info used for cancelation penalty if Rate code is in a difference currency.""" exchangeRateInfo: String """External ID""" externalId: String """Deposit Amount in Foreign currency if Rate code is in a different currency.""" foreignDepositAmount: Float """Insert Action Instance ID""" insertActionInstanceId: Float """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Manual Y/N""" manualYn: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Not used""" paymentFlag: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Processed Y/N""" processedYn: String """Product ID""" productId: String """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Rate Dc Sequence""" rateDcSeq: Float """Resv Deposit Schedule ID""" reservationDepositScheduleId: Float """Deposit Amount due to pure room charges.""" roomDeposit: Float """Amount of the transaction that resulted in the form being required""" totalDepositPayments: Float """Transaction Date""" trxDate: Date """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type BookingReservationExtendedRateCodeDetailsDetailsType { """Amount to be added after rounding""" addAfterRounding: Float """Adult Charge""" adultCharge: Float """Threshold for number of adults on a reservation. Additional charge will be added when reservation exceeds this threshold.""" adultsThreshold: Float """Amount used to calculate price for adults when the number of adults on the reservation exceed the adult threshold.""" adultsThresholdCharge: Float """Indicates either Flat amount or Percentage increase or decrease from the advanced dynamic base rate.""" advBaseAmount: Float """Calculate as Flat [FLT] or Percentage [PCT] amount of the advanced dynamic base rate code.""" advBaseFltPct: String """Identifies the Advanced Daily Base Rate Code from which this rate detail was copied.""" advDailyBaseRateCode: String """Identifies if during the availability check the calculated based amount should be compared to rate detail of BAR rate code.""" advanceBaseCompareYN: String """Age Range for Bucket 1""" ageRangeForBucket1: String """Age Range for Bucket 2""" ageRangeForBucket2: String """Age Range for Bucket 3""" ageRangeForBucket3: String """Indicate the amount type for the 1 Adult. A [FLAT] or [DIFFERENTIAL] amount.""" amount1Type: String """Indicate the amount type for the 2 Adult. A [FLAT] or [DIFFERENTIAL] amount.""" amount2Type: String """Indicate the amount type for the 3 Adult. A [FLAT] or [DIFFERENTIAL] amount.""" amount3Type: String """Indicate the amount type for the 4 Adult. A [FLAT] or [DIFFERENTIAL] amount.""" amount4Type: String """Indicate the amount type for the 5 Adult. A [FLAT] or [DIFFERENTIAL] amount.""" amount5Type: String """Amount for 1 Person""" amountFor1Person: Float """Amount for 2 Persons""" amountFor2Persons: Float """Amount for 3 Persons""" amountFor3Persons: Float """Amount for 4 Persons""" amountFor4Persons: Float """Amount for 5 adults""" amountFor5Persons: Float """Stores the Percentage or Amount difference between BAR Rate code and this Rate Code.""" barAmount: Float """Identifies if the amount column represents a Flat [FLT] or Percentage [PCT] value.""" barFltPct: String """Identifies the rounding formula for the BBAR Rate calculation.""" barRounding: String """Is this schedule applied to bar by los rate pushing also.""" barYn: String """Central Adult Charge""" cAdultCharge: Float """Central Adults Threshold Charge""" cAdultsThresholdCharge: Float """Central Adv Base Amount""" cAdvanceBaseAmount: Float """Central Amount 1""" cAmount1: Float """Central Amount 2""" cAmount2: Float """Central Amount 3""" cAmount3: Float """Central Amount 4""" cAmount4: Float """Central Amount 5""" cAmount5: Float """Central Bar Amount""" cBarAmount: Float """Central Child Charge 1""" cChildCharge1: Float """Central Child Charge 2""" cChildCharge2: Float """Central Child Charge 3""" cChildCharge3: Float """Central Child Own Charge 1""" cChildOwnCharge1: Float """Central Child Own Charge 2""" cChildOwnCharge2: Float """Central Child Own Charge 3""" cChildOwnCharge3: Float """Central Child Own Charge 4""" cChildOwnCharge4: Float """Central Children Charge""" cChildrenCharge: Float """Central Children Threshold Charge""" cChildrenThresholdCharge: Float """Central Diff Amount 1""" cDifferenceAmount1: Float """Central Diff Amount 2""" cDifferenceAmount2: Float """Central Diff Amount 3""" cDifferenceAmount3: Float """Central Diff Amount 4""" cDifferenceAmount4: Float """Central Diff Amount 5""" cDifferenceAmount5: Float """Central Diff Amount Extra Adult""" cDifferenceAmountExtraAdult: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Flat Increase""" cFlatIncrease: Float """Central Los1 Amt""" cLos1Amount: Float """Central Los10 Amt""" cLos10Amount: Float """Central Los11 Amt""" cLos11Amount: Float """Central Los12 Amt""" cLos12Amount: Float """Central Los13 Amt""" cLos13Amount: Float """Central Los14 Amt""" cLos14Amount: Float """Central Los2 Amt""" cLos2Amount: Float """Central Los3 Amt""" cLos3Amount: Float """Central Los4 Amt""" cLos4Amount: Float """Central Los5 Amt""" cLos5Amount: Float """Central Los6 Amt""" cLos6Amount: Float """Central Los7 Amt""" cLos7Amount: Float """Central Los8 Amt""" cLos8Amount: Float """Central Los9 Amt""" cLos9Amount: Float """Central Maximum Amount 1""" cMaximumAmount1: Float """Central Maximum Amount 2""" cMaximumAmount2: Float """Central Minimum Amount 1""" cMinimumAmount1: Float """Central Minimum Amount 2""" cMinimumAmount2: Float """Central Occupants Threshold Charge""" cOccupantsThresholdCharge: Float """Central Package Rate Stay Over""" cPackageRateStayOver: Float """Central Room Cost""" cRoomCost: Float """Indicates Global rate update was (P)ercent or (F)lat""" calculationFlag: String """Stores the catering package price code for the package linked to the rate code in rate header.""" catPackagePriceCode: String """Central Market Code""" centralMarketCode: String """Central Market Description""" centralMarketDescription: String """Central Market Group Code""" centralMarketGroupCode: String """Central Market Group Description""" centralMarketGroupDescription: String """Central Package Code""" centralPackageCode: String """Central Room Type""" centralRoomType: String """Central Room Type Description""" centralRoomTypeDescription: String """Central Season Code""" centralSeasonCode: String """Central Source Code""" centralSourceCode: String """Central Source Description""" centralSourceDescription: String """Central Source Group Code""" centralSourceGroupCode: String """Central Source Group Description""" centralSourceGroupDescription: String """Indicates whether the child 1 count will be excluded while calculating the total occupants threshold excess amount.""" childExcThreshold1: String """Indicates whether the child 2 count will be excluded while calculating the total occupants threshold excess amount.""" childExcThreshold2: String """Indicates whether the child 3 count will be excluded while calculating the total occupants threshold excess amount.""" childExcThreshold3: String """Child Own Charge 1""" childOwnCharge1: Float """Child Own Charge 2""" childOwnCharge2: Float """Child Own Charge 3""" childOwnCharge3: Float """Child Own Charge 4""" childOwnCharge4: Float """Number of children that will stay free.""" childrenFreeStay: Float """Children Charge""" childrenCharge: Float """Threshold for number of children on a reservation. Additional charge will be added when reservation exceeds this threshold.""" childrenThreshold: Float """Amount used to calculate price for children when the number of children on the reservation exceed the children threshold.""" childrenThresholdCharge: Float """Currency Code""" currencyCode: String """Currency Description""" currencyDescription: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedflag: String """Deposit required Y/N""" depositRequieredYn: String """Contains a flat/percentage value for 1 Adult differential.""" differenceAmount1: Float """Contains a flat/percentage value for 2 Adult differential.""" differenceAmount2: Float """Contains a flat/percentage value for 3 Adult differential.""" differenceAmount3: Float """Contains a flat/percentage value for 4 Adult differential.""" differenceAmount4: Float """Contains a flat/percentage value for 5 Adult differential.""" differenceAmount5: Float """Contains a flat/percentage value for Extra Adult differential.""" differenceAmountExtraAdult: Float """Indicate if percentage value for 1 Adult differential should be used.""" differencePercentage1Yn: String """Indicate if percentage value for 2 Adult differential should be used.""" differencePercentage2Yn: String """Indicate if percentage value for 3 Adult differential should be used.""" differencePercentage3Yn: String """Indicate if percentage value for 4 Adult differential should be used.""" differencePercentage4Yn: String """Indicate if percentage value for 5 Adult differential should be used.""" differencePercentage5Yn: String """Indicate if percentage value for Extra Adult differential should be used.""" differencePercentageExtraAdultYn: String """End Date""" endDate: Date """This field is required by OXI to store the external system rate_set_id to be used for locating the record in rate_set table during an update.""" externalRateSetId: Float """Indicate the amount type for the Extra Adult. A [FLAT] or [DIFFERENTIAL] amount.""" extraAdultType: String """Flat Increase Amount""" flatIncrease: Float """Indicates if Rate set created by Global Rate Update""" globalRateUpdateYn: String """Inactive Date""" inactiveDate: Date """Inactive Flag""" inactiveflag: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Location ID""" internalLocationId: String """Organization ID""" internalOrganizationId: Float """Ratesetid""" internalRatesetid: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """LOS1 amount for prevailing rate code.""" lengthOfStay1Amount: Float """LOS10 amount for prevailing rate code.""" lengthOfStay10Amount: Float """LOS11 amount for prevailing rate code.""" lengthOfStay11Amount: Float """LOS12 amount for prevailing rate code.""" lengthOfStay12Amount: Float """LOS13 amount for prevailing rate code.""" lengthOfStay13Amount: Float """LOS14 amount for prevailing rate code.""" lengthOfStay14Amount: Float """LOS2 amount for prevailing rate code.""" lengthOfStay2Amount: Float """LOS3 amount for prevailing rate code.""" lengthOfStay3Amount: Float """LOS4 amount for prevailing rate code.""" lengthOfStay4Amount: Float """LOS5 amount for prevailing rate code.""" lengthOfStay5Amount: Float """LOS6 amount for prevailing rate code.""" lengthOfStay6Amount: Float """LOS7 amount for prevailing rate code.""" lengthOfStay7Amount: Float """LOS8 amount for prevailing rate code.""" lengthOfStay8Amount: Float """LOS9 amount for prevailing rate code.""" lengthOfStay9Amount: Float """Rate set id of the base rates rate set.""" linkRateSetId: Float """Internal ID to uniquely identify the Property""" locationID: String """Market Code""" marketCode: String """Market Description""" marketDescription: String """Market Group Code""" marketGroupCode: String """Market Group Description""" marketGroupDescription: String """Maximum rate amount value for 1 adult.""" maximumAmount1: Float """Maximum rate amount value for 2 adults.""" maximumAmount2: Float """Represents every x number of children to get free "num_children_stay_free" """ minChildrenForFreeStay: Float """Minimum rate amount value for 1 adult.""" minimumAmount1: Float """Minimum rate amount value for 2 adults.""" minimumAmount2: Float """Not used""" minimumClosingProbability: Float """Threshold for number of occupants on a reservation. Additional charge will be added when reservation exceeds this threshold.""" occupantsThreshold: Float """Amount used to calculate price for occupants when the number of occupants on the reservation exceed the occupant threshold.""" occupantsThresholdCharge: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """The amount to charge per extra adult on every additional day of stay for a package that extends beyo""" packageAdultStayOver: Float """The amount to charge per extra child on every additional day of stay for a package that extends beyo""" packageChildrenStayOver: Float """Package Code""" packageCode: String """The amount to charge extra on every additional day of stay for a package that extends beyond the inc""" packageRateStayOver: Float """Not used""" percentIncrease: Float """Points Required""" pointsRequired: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """Rate Available on Fridays YN""" rateAvailableOnFridaysYN: String """Rate Available on Mondays YN""" rateAvailableOnMondaysYN: String """Rate Available on Saturdays YN""" rateAvailableOnSaturdaysYN: String """Rate Available on Sundays YN""" rateAvailableOnSundaysYN: String """Rate Available on Thursdays YN""" rateAvailableOnThursdaysYN: String """Rate Available on Tuesdays YN""" rateAvailableOnTuesdaysYN: String """Rate Available on Wednesdays YN""" rateAvailableOnWednesdaysYN: String """Rate Code""" rateCode: String """Event Reservation Rate Code Description""" rateCodeDesc: String """Rate Code ID""" rateCodeId: String """Rate Rule""" rateRule: String """Rate Set ID""" rateSetId: Float """Child charge for defined rate bucket 1.""" rateForChildInAgeBucket1: Float """Child charge for defined rate bucket 2.""" rateForChildInAgeBucket2: Float """Child charge for defined rate bucket 3.""" rateForChildInAgeBucket3: Float """Indicates if the rate amounts are activated.""" ratesActiveYn: String """Ratetierid""" ratetierid: Float """Reporting Season Desc""" repSeasonDescription: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room Cost""" roomCost: Float """Room Type""" roomType: String """Room Type Description""" roomTypeDescription: String """Type of rounding after rate_update""" roundToNearest: Float """Season""" season: String """Season Code""" seasonCode: String """User defined description for season.""" seasonDesc: String """Source Code""" sourceCode: String """Source Description""" sourceDescription: String """Source Group Code""" sourceGroupCode: String """Source Group Description""" sourceGroupDescription: String """Start Date""" startDate: Date """Tier ID for the Rate Detail.""" tierId: Float """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type BookingReservationExtendedRoutingInstructionDetailsType { """Account Code""" accountCode: String """Add Trx Y/N""" addTransactionYN: String """Address ID""" addressId: Float """Authemployeeid""" authemployeeid: Float """Authorizer ID""" authorizerId: Float """Rate Code that is the source for this routing instruction.""" basedOnRate: String """Billing Instruction Code.""" billingInstrnCode: Float """Billtoprofileid""" billtoprofileid: Float """Central Comp Pre Approval Amt""" cCompPreApprovalAmount: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Extended Instruction Summary""" centralExtendedInstructionSummary: String """Central Instruction Summary""" centralInstructionSummary: String """Central Routing Amount Limit""" centralRoutingAmountLimit: Float """Central Routing Limit Used""" centralRoutingLimitUsed: Float """Central Routing Transaction Code""" centralRoutingTransactionCode: String """Central Routing Transaction Code Description""" centralRoutingTransactionCodeDescription: String """Comments""" comments: String """Comp Authorizer""" compAuthorizer: String """Amount for which the comp pre approval is sought.""" compPreApprovalAmt: Float """Approval Code from PTS system.""" compPreApprovalCode: String """Approval Date from PTS system.""" compPreApprovalDate: Date """Comp Pre Approval Required Y/N""" compPreApprovalRequiredYn: String """Comp Type Code""" compTypeCode: String """Comp Voucher Number""" compVoucherNo: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Daily Y/N""" dailyYn: String """Concatenated string of all the days. This is also used part of the unique key.""" dayString: String """User ID of user that declined comp routing request""" declinedBy: Float """Used to decline comp routing requests""" declinedYn: String """Deleted Flag""" deletedFlag: String """End Date""" endDate: DateTime """Extended Instruction Summary""" extendedInstructionSummary: String """Folio""" folio: Float """Friday YN""" fridayYN: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Instruction Summary""" instructionSummary: String """Deleted Flag""" internalDeletedflag: String """Membershipid""" internalMembershipid: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Membership ID""" membershipId: Float """Monday YN""" mondayYN: String """Internal ID to uniquely identify the Organization""" organizationID: Float """First name of the guest paying the bill""" payeeFirstName: String """Nirst name of the guest paying the bill""" payeeLastName: String """Name Id to which it should be routed.""" payeeNameID: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Flag to indicate if a receipt has to be printed on posting the transaction used in Opera 9.""" printReceiptYn: String """Code to uniquely identify the Property""" property: String """Application user who requested the report.""" requestedBy: String """Resv Name ID""" reservationNameId: Float """Reservationid""" reservationid: Float """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Routed To Room Number""" routedToRoomNo: String """Routing Amount Limit""" routingAmountLimit: Float """Routing Begin Date""" routingBeginDate: DateTime """Routing Code""" routingCode: String """Routing Code Description""" routingCodeDescription: String """No. of covers for this routing instruction.""" routingCoversLimit: Float """Routing Date Range""" routingDateRange: String """Routing Days of Week""" routingDaysOfWeek: String """Number to identify the entry.""" routingInstructionsId: Float """Identifies whether this routing instruction has a limit amount or limit percent.""" routingLimitType: String """Amount of credit used for this routing instruction""" routingLimitUsed: Float """Value used to group routing instructions. Taken from Sequence ROUTING_LINK_ID_SEQ.""" routingLinkId: Float """Routing Percentage Limit""" routingPercentageLimit: Float """Routing Transaction Code""" routingTransactionCode: String """Routing Transaction Code Description""" routingTransactionCodeDescription: String """To specify whether it is a package routing or not""" routingType: String """Routing Type Desc""" routingTypeDesc: String """Routinginstructid""" routinginstructid: Float """Saturday YN""" saturdayYN: String """Sunday YN""" sundayYN: String """Transaction Code Group""" tcGroup: String """Transaction Code Subgroup""" tcSubgroup: String """Thursday YN""" thursdayYN: String """To Resv Name ID""" toReservationNameId: Float """Toreservationid""" toreservationid: Float """Transcodearrangementid""" transcodearrangementid: Float """Transcodeid""" transcodeid: String """Transgroupid""" transgroupid: String """Transsubgroupid""" transsubgroupid: String """Transaction Service Type""" trxServiceType: String """Tuesday YN""" tuesdayYN: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Wednesday YN""" wednesdayYN: String } type BookingReservationExtendedFolioTaxDetailsType { """Account Code""" accountCode: Float """Addressee Name ID""" addresseeNameId: Float """This is to store amount posted from AR for a bill. In this case CLPAY will not have value if the bill is generated in AR""" amountPostedFromAR: Float """The amount that has been paid using direct bill.""" amountFromDirectBill: Float """Date on which the Original Bill was generated. This is used in case of Credit Bill.""" associatedBillDate: Date """Associated Bill Number""" associatedBillNumber: String """Associated Fiscal Bill number generation date.""" associatedFiscalBillDate: Date """Associated Fiscal Bill number.""" associatedFiscalBillNumber: String """Associated Fiscal Bill number generation time.""" associatedFiscalBillNumberGenerationTime: String """Self referencing sequence number to gather information for other operations.""" associatedSeqNumber: Float """Bill Generation Date""" billGenerationDate: Date """Bill Number""" billNumber: Float """Bill Payment Transaction No""" billPaymentTrxNumber: Float """Bill Prefix""" billPrefix: String """Bill Sequence Number""" billSequenceNumber: Float """Date of the first charge in the bill.""" billStartDate: Date """Bill Status""" billStatus: String """Business Date""" businessDate: Date """Business ID""" businessId: String """Central Cashpay""" cCashpay: Float """Central Ccpay""" cCcpay: Float """Central Clarpay""" cClarpay: Float """Central Clpay""" cClpay: Float """Central Coll Tax1""" cCollectionTax1: Float """Central Coll Tax2""" cCollectionTax2: Float """Central Coll Tax3""" cCollectionTax3: Float """Central Coll Tax4""" cCollectionTax4: Float """Central Coll Tax5""" cCollectionTax5: Float """Central Daily Running Total""" cDailyRunningTotal: Float """Central Deposit""" cDeposit: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Fiscal Invoice Currency Rate""" cFiscalInvoiceCurrencyRate: Float """Central Net1 Amt""" cNet1Amount: Float """Central Net10 Amt""" cNet10Amount: Float """Central Net11 Amt""" cNet11Amount: Float """Central Net12 Amt""" cNet12Amount: Float """Central Net13 Amt""" cNet13Amount: Float """Central Net14 Amt""" cNet14Amount: Float """Central Net15 Amt""" cNet15Amount: Float """Central Net16 Amt""" cNet16Amount: Float """Central Net17 Amt""" cNet17Amount: Float """Central Net18 Amt""" cNet18Amount: Float """Central Net19 Amt""" cNet19Amount: Float """Central Net2 Amt""" cNet2Amount: Float """Central Net20 Amt""" cNet20Amount: Float """Central Net3 Amt""" cNet3Amount: Float """Central Net4 Amt""" cNet4Amount: Float """Central Net5 Amt""" cNet5Amount: Float """Central Net6 Amt""" cNet6Amount: Float """Central Net7 Amt""" cNet7Amount: Float """Central Net8 Amt""" cNet8Amount: Float """Central Net9 Amt""" cNet9Amount: Float """Central Paidout""" cPaidout: Float """Central Perpetual Amount""" cPerpetualAmount: Float """Central Pnet1 Amt""" cPnet1Amount: Float """Central Pnet10 Amt""" cPnet10Amount: Float """Central Pnet11 Amt""" cPnet11Amount: Float """Central Pnet12 Amt""" cPnet12Amount: Float """Central Pnet13 Amt""" cPnet13Amount: Float """Central Pnet14 Amt""" cPnet14Amount: Float """Central Pnet15 Amt""" cPnet15Amount: Float """Central Pnet16 Amt""" cPnet16Amount: Float """Central Pnet17 Amt""" cPnet17Amount: Float """Central Pnet18 Amt""" cPnet18Amount: Float """Central Pnet19 Amt""" cPnet19Amount: Float """Central Pnet2 Amt""" cPnet2Amount: Float """Central Pnet20 Amt""" cPnet20Amount: Float """Central Pnet3 Amt""" cPnet3Amount: Float """Central Pnet4 Amt""" cPnet4Amount: Float """Central Pnet5 Amt""" cPnet5Amount: Float """Central Pnet6 Amt""" cPnet6Amount: Float """Central Pnet7 Amt""" cPnet7Amount: Float """Central Pnet8 Amt""" cPnet8Amount: Float """Central Pnet9 Amt""" cPnet9Amount: Float """Central Ptax1 Amt""" cPtax1Amount: Float """Central Ptax10 Amt""" cPtax10Amount: Float """Central Ptax11 Amt""" cPtax11Amount: Float """Central Ptax12 Amt""" cPtax12Amount: Float """Central Ptax13 Amt""" cPtax13Amount: Float """Central Ptax14 Amt""" cPtax14Amount: Float """Central Ptax15 Amt""" cPtax15Amount: Float """Central Ptax16 Amt""" cPtax16Amount: Float """Central Ptax17 Amt""" cPtax17Amount: Float """Central Ptax18 Amt""" cPtax18Amount: Float """Central Ptax19 Amt""" cPtax19Amount: Float """Central Ptax2 Amt""" cPtax2Amount: Float """Central Ptax20 Amt""" cPtax20Amount: Float """Central Ptax3 Amt""" cPtax3Amount: Float """Central Ptax4 Amt""" cPtax4Amount: Float """Central Ptax5 Amt""" cPtax5Amount: Float """Central Ptax6 Amt""" cPtax6Amount: Float """Central Ptax7 Amt""" cPtax7Amount: Float """Central Ptax8 Amt""" cPtax8Amount: Float """Central Ptax9 Amt""" cPtax9Amount: Float """Central Ptot Nonrev Nontaxable""" cPtotNonrevNonTaxable: Float """Central Ptot Nonrev Taxable""" cPtotNonrevTaxable: Float """Central Ptot Rev Nontaxable""" cPtotRevenueNonTaxable: Float """Central Ptot Rev Taxable""" cPtotRevenueTaxable: Float """Central Real Perpetual Amount""" cRealPerpetualAmount: Float """Central Tax1 Amt""" cTax1Amount: Float """Central Tax2 Amt""" cTax2Amount: Float """Central Tax Code 1""" cTaxCode1: String """Central Tax Code 10""" cTaxCode10: String """Central Tax Code 11""" cTaxCode11: String """Central Tax Code 12""" cTaxCode12: String """Central Tax Code 13""" cTaxCode13: String """Central Tax Code 14""" cTaxCode14: String """Central Tax Code 15""" cTaxCode15: String """Central Tax Code 16""" cTaxCode16: String """Central Tax Code 17""" cTaxCode17: String """Central Tax Code 18""" cTaxCode18: String """Central Tax Code 19""" cTaxCode19: String """Central Tax Code 2""" cTaxCode2: String """Central Tax Code 20""" cTaxCode20: String """Central Tax Code 3""" cTaxCode3: String """Central Tax Code 4""" cTaxCode4: String """Central Tax Code 5""" cTaxCode5: String """Central Tax Code 6""" cTaxCode6: String """Central Tax Code 7""" cTaxCode7: String """Central Tax Code 8""" cTaxCode8: String """Central Tax Code 9""" cTaxCode9: String """Central Tax Code Desc 1""" cTaxCodeDescription1: String """Central Tax Code Desc 10""" cTaxCodeDescription10: String """Central Tax Code Desc 11""" cTaxCodeDescription11: String """Central Tax Code Desc 12""" cTaxCodeDescription12: String """Central Tax Code Desc 13""" cTaxCodeDescription13: String """Central Tax Code Desc 14""" cTaxCodeDescription14: String """Central Tax Code Desc 15""" cTaxCodeDescription15: String """Central Tax Code Desc 16""" cTaxCodeDescription16: String """Central Tax Code Desc 17""" cTaxCodeDescription17: String """Central Tax Code Desc 18""" cTaxCodeDescription18: String """Central Tax Code Desc 19""" cTaxCodeDescription19: String """Central Tax Code Desc 2""" cTaxCodeDescription2: String """Central Tax Code Desc 20""" cTaxCodeDescription20: String """Central Tax Code Desc 3""" cTaxCodeDescription3: String """Central Tax Code Desc 4""" cTaxCodeDescription4: String """Central Tax Code Desc 5""" cTaxCodeDescription5: String """Central Tax Code Desc 6""" cTaxCodeDescription6: String """Central Tax Code Desc 7""" cTaxCodeDescription7: String """Central Tax Code Desc 8""" cTaxCodeDescription8: String """Central Tax Code Desc 9""" cTaxCodeDescription9: String """Central Tax10 Amt""" cTax10Amount: Float """Central Tax11 Amt""" cTax11Amount: Float """Central Tax12 Amt""" cTax12Amount: Float """Central Tax13 Amt""" cTax13Amount: Float """Central Tax14 Amt""" cTax14Amount: Float """Central Tax15 Amt""" cTax15Amount: Float """Central Tax16 Amt""" cTax16Amount: Float """Central Tax17 Amt""" cTax17Amount: Float """Central Tax18 Amt""" cTax18Amount: Float """Central Tax19 Amt""" cTax19Amount: Float """Central Tax20 Amt""" cTax20Amount: Float """Central Tax3 Amt""" cTax3Amount: Float """Central Tax4 Amt""" cTax4Amount: Float """Central Tax5 Amt""" cTax5Amount: Float """Central Tax6 Amt""" cTax6Amount: Float """Central Tax7 Amt""" cTax7Amount: Float """Central Tax8 Amt""" cTax8Amount: Float """Central Tax9 Amt""" cTax9Amount: Float """Central Total Gross""" cTotalGross: Float """Central Total Net""" cTotalNet: Float """Central Total Nontaxable""" cTotalNonTaxable: Float """Central Tot Nonrev Nontaxable""" cTotalNonrevNonTaxable: Float """Central Tot Nonrev Taxable""" cTotalNonrevTaxable: Float """Central Tot Rev Nontaxable""" cTotalRevenueNonTaxable: Float """Central Tot Rev Taxable""" cTotalRevenueTaxable: Float """Central Total Tax""" cTotalTax: Float """Central Xnet1 Amt""" cXnet1Amount: Float """Central Xnet10 Amt""" cXnet10Amount: Float """Central Xnet11 Amt""" cXnet11Amount: Float """Central Xnet12 Amt""" cXnet12Amount: Float """Central Xnet13 Amt""" cXnet13Amount: Float """Central Xnet14 Amt""" cXnet14Amount: Float """Central Xnet15 Amt""" cXnet15Amount: Float """Central Xnet16 Amt""" cXnet16Amount: Float """Central Xnet17 Amt""" cXnet17Amount: Float """Central Xnet18 Amt""" cXnet18Amount: Float """Central Xnet19 Amt""" cXnet19Amount: Float """Central Xnet2 Amt""" cXnet2Amount: Float """Central Xnet20 Amt""" cXnet20Amount: Float """Central Xnet3 Amt""" cXnet3Amount: Float """Central Xnet4 Amt""" cXnet4Amount: Float """Central Xnet5 Amt""" cXnet5Amount: Float """Central Xnet6 Amt""" cXnet6Amount: Float """Central Xnet7 Amt""" cXnet7Amount: Float """Central Xnet8 Amt""" cXnet8Amount: Float """Central Xnet9 Amt""" cXnet9Amount: Float """Central Xtax1 Amt""" cXtax1Amount: Float """Central Xtax10 Amt""" cXtax10Amount: Float """Central Xtax11 Amt""" cXtax11Amount: Float """Central Xtax12 Amt""" cXtax12Amount: Float """Central Xtax13 Amt""" cXtax13Amount: Float """Central Xtax14 Amt""" cXtax14Amount: Float """Central Xtax15 Amt""" cXtax15Amount: Float """Central Xtax16 Amt""" cXtax16Amount: Float """Central Xtax17 Amt""" cXtax17Amount: Float """Central Xtax18 Amt""" cXtax18Amount: Float """Central Xtax19 Amt""" cXtax19Amount: Float """Central Xtax2 Amt""" cXtax2Amount: Float """Central Xtax20 Amt""" cXtax20Amount: Float """Central Xtax3 Amt""" cXtax3Amount: Float """Central Xtax4 Amt""" cXtax4Amount: Float """Central Xtax5 Amt""" cXtax5Amount: Float """Central Xtax6 Amt""" cXtax6Amount: Float """Central Xtax7 Amt""" cXtax7Amount: Float """Central Xtax8 Amt""" cXtax8Amount: Float """Central Xtax9 Amt""" cXtax9Amount: Float """Cash Register ID""" cashRegisterId: String """Internal sequence number for the Cash Register ID.""" cashRegisterInvNumber: Float """Total paid in cash""" cashTotal: Float """Cashier ID""" cashierID: Float """Central Tax Rate 1""" centralTaxRate1: Float """Central Tax Rate 10""" centralTaxRate10: Float """Central Tax Rate 11""" centralTaxRate11: Float """Central Tax Rate 12""" centralTaxRate12: Float """Central Tax Rate 13""" centralTaxRate13: Float """Central Tax Rate 14""" centralTaxRate14: Float """Central Tax Rate 15""" centralTaxRate15: Float """Central Tax Rate 16""" centralTaxRate16: Float """Central Tax Rate 17""" centralTaxRate17: Float """Central Tax Rate 18""" centralTaxRate18: Float """Central Tax Rate 19""" centralTaxRate19: Float """Central Tax Rate 2""" centralTaxRate2: Float """Central Tax Rate 20""" centralTaxRate20: Float """Central Tax Rate 3""" centralTaxRate3: Float """Central Tax Rate 4""" centralTaxRate4: Float """Central Tax Rate 5""" centralTaxRate5: Float """Central Tax Rate 6""" centralTaxRate6: Float """Central Tax Rate 7""" centralTaxRate7: Float """Central Tax Rate 8""" centralTaxRate8: Float """Central Tax Rate 9""" centralTaxRate9: Float """City""" city: String """City Ledger YN""" cityLedgerYN: String """Internal number given to the direct bill payment in financial_transactions.""" clTrxNumber: Float """Collection Agent Total Tax 1""" collectionAgentTotalTax1: Float """Collection Agent Total Tax 2""" collectionAgentTotalTax2: Float """Collection Agent Total Tax 3""" collectionAgentTotalTax3: Float """Collection Agent Total Tax 4""" collectionAgentTotalTax4: Float """Collection Agent Total Tax 5""" collectionAgentTotalTax5: Float """The financial value of the company.""" companyFinancialValue: String """Company Name""" companyName: String """The type of legal entity / company e.g. Individual Micro enterprise etc.""" companyType: String """To store the Compressed Bill No. and Converted Bill number information""" compressBillNo: String """Indicates if a credit bill has been generated for this folio.""" creditBillGeneratedYN: String """Credit Bill Number""" creditBillNumber: Float """Total paid in the form of credit cards.""" creditCardTotal: Float """Custom Number 1""" customNumber1: String """Custom Number 2""" customNumber2: String """Custom Number 3""" customNumber3: String """Custom Number 4""" customNumber4: String """Custom Number 5""" customNumber5: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Daily running total.""" dailyRunningTotal: Float """Deleted Flag""" deletedFlag: String """Total deposits.""" deposit: Float """Deposit Req Receipt Number""" depositReqReceiptNumber: Float """Unique Document Code""" documentCode: String """Document Type""" documentType: String """Unique ETTN number for an E Archive invoice.""" eArchiveEttnNumber: String """E Archive number.""" eArchiveNumber: String """E Archive report number provided by external system e.g. PROTEL.""" eArchiveReportNo: String """E Archive status.""" eArchiveStatus: String """E-Invoice Number""" eInvoiceNumber: String """E-Invoice number received from Portal+. This number be updated via Web Service call from Portal+.""" eInvoiceStatus: String """Fiscal Bill Check Digit""" fiscalBillCheckDigit: Float """Fiscal Bill Generation Date""" fiscalBillGenerationDate: Date """Fiscal Bill Generation Time""" fiscalBillGenerationTime: String """Fiscal Bill Number""" fiscalBillNumber: String """Currency Code used by and sent to the Fiscal Service.""" fiscalInvoiceCurrency: String """Exchange Rate of the Fiscal Invoice currency for settlement on the bill generation date.""" fiscalInvoiceCurrencyRate: Float """Session number generated by the fiscal printer. This numbers gets reset during EOD.""" fiscalSessionNo: String """Fiscal Unit Control Code""" fiscalUnitControlCode: String """Folio Full Address.""" folioAddress: String """Indicates if the folio header was corrected.""" folioAddressCorrectedYn: String """Folio Attachment Link ID""" folioAttachmentLinkId: Float """Folio Attachment Status""" folioAttachmentStatus: Float """Folio Number""" folioNo: Float """Folio Style""" folioStyle: String """Folio Tax Sequence No""" folioTaxSeqNumber: Float """Folio Time""" folioTime: String """Folio Type""" folioType: String """Folio Type 1""" folioType1: String """Folio Type Join""" folioTypeJoin: String """Folio View""" folioView: Float """Populate as Y for transactions posted with application settings 1)Currency Exchange Tax and 2)Currency Exchange Offset.""" forexTaxYn: String """Full Folio Number""" fullFolioNo: String """If PERMANENT FOLIO STORAGE is active this flag indicates whether the PDF file has the "Copy" watermark.""" hasWatermarkYn: String """Hotel name of the property at the time of bill generation.""" hotelName: String """Timestamp to capture the exact order of inserts.""" insTimestamp: DateTime """Insert Date""" insertDate: DateTime """Invoice Number""" invoiceNumber: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Last Signature""" lastSignature: String """Internal ID to uniquely identify the Property""" locationID: String """Business ID""" nRBusinessID: String """NAF/APE code of the hotel at the time of bill generation.""" nafApeHotelCode: String """Name ID""" nameId: Float """Name Tax Type""" nameTaxType: String """Net Amount 1""" netAmount1: Float """Net Amount 10""" netAmount10: Float """Net Amount 11""" netAmount11: Float """Net Amount 12""" netAmount12: Float """Net Amount 13""" netAmount13: Float """Net Amount 14""" netAmount14: Float """Net Amount 15""" netAmount15: Float """Net Amount 16""" netAmount16: Float """Net Amount 17""" netAmount17: Float """Net Amount 18""" netAmount18: Float """Net Amount 19""" netAmount19: Float """Net Amount 2""" netAmount2: Float """Net Amount 20""" netAmount20: Float """Net Amount 3""" netAmount3: Float """Net Amount 4""" netAmount4: Float """Net Amount 5""" netAmount5: Float """Net Amount 6""" netAmount6: Float """Net Amount 7""" netAmount7: Float """Net Amount 8""" netAmount8: Float """Net Amount 9""" netAmount9: Float """Number of pages for a given bill.""" numberOfPages: Float """This coulumn is used to store the status of Fiscal Folio /Payload Generation. The values will be SUCCESS - Payload has been sent successfully OFFLINE - User confirmed to generate Offline Folio i.e. Folio will be generated but Fiscal Folio/Payload not generated FAILURE - User do not want to create OFFLINE FOLIO but as FISCAL service is not available so the status is FAILURE i.e. in this case VOID Folio generated with FAILURE Fiscal Folio Status BLANK/NULL - Fiscal Printing is turned off or Past data after the upgrade.""" operaFiscalFolioStatus: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Stores the page number within the bill generation.""" pageNumber: Float """Indicator to identify if the bill was generated from Video checkout or PALM. (V->Video P->PALM).""" palmVideoFlag: String """Partner Fiscal Folio Status""" partnerFiscalFolioStatus: String """Payee Address""" payeeAddress: String """Payee Country""" payeeCountry: String """Payee First Name""" payeeFirstName: String """Payee Last Name""" payeeLastName: String """Payee Name used for signature generation.""" payeeName: String """Payee Name ID""" payeeNameID: Float """Payee Postal Code""" payeePostalCode: String """Payee Tax ID 1""" payeeTaxID1: String """Payee Tax ID 2""" payeeTaxID2: String """Payee Zip Code used for signature generation.""" payeeZipCode: String """Payment Date""" paymentDate: Date """Perpetual Amount.""" perpetualAmount: Float """Parallel Net1 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet1Amt: Float """Parallel Net10 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet10Amt: Float """Parallel Net11 extension to the existing pnet amount.""" pnet11Amt: Float """Parallel Net12 extension to the existing pnet amount.""" pnet12Amt: Float """Parallel Net13 extension to the existing pnet amount.""" pnet13Amt: Float """Parallel Net14 extension to the existing pnet amount.""" pnet14Amt: Float """Parallel Net15 extension to the existing pnet amount.""" pnet15Amt: Float """Parallel Net16 extension to the existing pnet amount.""" pnet16Amt: Float """Parallel Net17 extension to the existing pnet amount.""" pnet17Amt: Float """Parallel Net18 extension to the existing pnet amount.""" pnet18Amt: Float """Parallel Net19 extension to the existing pnet amount.""" pnet19Amt: Float """Parallel Net2 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet2Amt: Float """Parallel Net20 extension to the existing pnet amount.""" pnet20Amt: Float """Parallel Net3 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet3Amt: Float """Parallel Net4 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet4Amt: Float """Parallel Net5 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet5Amt: Float """Parallel Net6 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet6Amt: Float """Parallel Net7 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet7Amt: Float """Parallel Net8 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet8Amt: Float """Parallel Net9 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet9Amt: Float """Postit Sequence Number""" postitSequenceNumber: Float """Postit YN""" postitYN: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Printer Queue Name""" printerQueueName: String """Profile Type Code""" profileTypeCode: String """Text returned by the credit card company""" promotionalText1: String """Text returned by the credit card company""" promotionalText2: String """Code to uniquely identify the Property""" property: String """Property Bill Prefix""" propertyBillPrefix: String """Property Tax Number""" propertyTaxNumber: String """Parallel Total tax1 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax1Amt: Float """Parallel Total tax10 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax10Amt: Float """Parallel Total tax11 amount extension to the existing ptax amounts.""" ptax11Amt: Float """Parallel Total tax12 amount extension to the existing ptax amounts.""" ptax12Amt: Float """Parallel Total tax13 amount extension to the existing ptax amounts.""" ptax13Amt: Float """Parallel Total tax14 amount extension to the existing ptax amounts.""" ptax14Amt: Float """Parallel Total tax15 amount extension to the existing ptax amounts.""" ptax15Amt: Float """Parallel Total tax16 amount extension to the existing ptax amounts.""" ptax16Amt: Float """Parallel Total tax17 amount extension to the existing ptax amounts.""" ptax17Amt: Float """Parallel Total tax18 amount extension to the existing ptax amounts.""" ptax18Amt: Float """Parallel Total tax19 amount extension to the existing ptax amounts.""" ptax19Amt: Float """Parallel Total tax2 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax2Amt: Float """Parallel Total tax20 amount extension to the existing ptax amounts.""" ptax20Amt: Float """Parallel Total tax3 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax3Amt: Float """Parallel Total tax4 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax4Amt: Float """Parallel Total tax5 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax5Amt: Float """Parallel Total tax6 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax6Amt: Float """Parallel Total tax7 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax7Amt: Float """Parallel Total tax8 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax8Amt: Float """Parallel Total tax9 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax9Amt: Float """Parallel total non revenue amount that is not taxable.""" ptotNonrevNonTaxable: Float """Parallel total non revenue amount that is taxable.""" ptotNonrevTaxable: Float """Parallel total revenue amount that is not taxable.""" ptotRevNonTaxable: Float """Parallel total revenue amount that is taxable.""" ptotRevTaxable: Float """Real perpetual amount at the time of generating the bill.""" realPerpetualAmount: Float """Resv Name ID""" reservationNameId: Float """City of the hotel at the time of bill generation.""" resortCity: String """Country of the hotel at the time of bill generation.""" resortCountry: String """Property Full Address""" resortFullAddress: String """Zipcode of the hotel at the time of bill generation.""" resortZipcodeCode: String """Revision Number""" revisionNo: Float """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room Number""" roomNumber: String """Sequence No""" seqNumber: Float """Signature""" signature: String """Signature Key Version""" signatureKeyVersion: String """OPERA software version at the time of bill generation.""" softwareVersion: String """Tax Rate Type 1 of the bill for which Tax Code 1 is attached as one of the taxes.""" tax1RateType: String """Tax Rate Type 2 of the bill for which Tax Code 2 is attached as one of the taxes.""" tax2RateType: String """Tax Amount 1""" taxAmount1: Float """Tax Amount 10""" taxAmount10: Float """Tax Amount 11""" taxAmount11: Float """Tax Amount 12""" taxAmount12: Float """Tax Amount 13""" taxAmount13: Float """Tax Amount 14""" taxAmount14: Float """Tax Amount 15""" taxAmount15: Float """Tax Amount 16""" taxAmount16: Float """Tax Amount 17""" taxAmount17: Float """Tax Amount 18""" taxAmount18: Float """Tax Amount 19""" taxAmount19: Float """Tax Amount 2""" taxAmount2: Float """Tax Amount 20""" taxAmount20: Float """Tax Amount 3""" taxAmount3: Float """Tax Amount 4""" taxAmount4: Float """Tax Amount 5""" taxAmount5: Float """Tax Amount 6""" taxAmount6: Float """Tax Amount 7""" taxAmount7: Float """Tax Amount 8""" taxAmount8: Float """Tax Amount 9""" taxAmount9: Float """Tax Code 1""" taxCode1: String """Tax Code 10""" taxCode10: String """Tax Code 11""" taxCode11: String """Tax Code 12""" taxCode12: String """Tax Code 13""" taxCode13: String """Tax Code 14""" taxCode14: String """Tax Code 15""" taxCode15: String """Tax Code 16""" taxCode16: String """Tax Code 17""" taxCode17: String """Tax Code 18""" taxCode18: String """Tax Code 19""" taxCode19: String """Tax Code 2""" taxCode2: String """Tax Code 20""" taxCode20: String """Tax Code 3""" taxCode3: String """Tax Code 4""" taxCode4: String """Tax Code 5""" taxCode5: String """Tax Code 6""" taxCode6: String """Tax Code 7""" taxCode7: String """Tax Code 8""" taxCode8: String """Tax Code 9""" taxCode9: String """Tax Code Description 1""" taxCodeDesc1: String """Tax Code Description 10""" taxCodeDesc10: String """Tax Code Description 11""" taxCodeDesc11: String """Tax Code Description 12""" taxCodeDesc12: String """Tax Code Description 13""" taxCodeDesc13: String """Tax Code Description 14""" taxCodeDesc14: String """Tax Code Description 15""" taxCodeDesc15: String """Tax Code Description 16""" taxCodeDesc16: String """Tax Code Description 17""" taxCodeDesc17: String """Tax Code Description 18""" taxCodeDesc18: String """Tax Code Description 19""" taxCodeDesc19: String """Tax Code Description 2""" taxCodeDesc2: String """Tax Code Description 20""" taxCodeDesc20: String """Tax Code Description 3""" taxCodeDesc3: String """Tax Code Description 4""" taxCodeDesc4: String """Tax Code Description 5""" taxCodeDesc5: String """Tax Code Description 6""" taxCodeDesc6: String """Tax Code Description 7""" taxCodeDesc7: String """Tax Code Description 8""" taxCodeDesc8: String """Tax Code Description 9""" taxCodeDesc9: String """Tax ID""" taxId: String """Tax Rate 1 amount of the bill for which Tax Code 1 is attached as one of the taxes.""" taxRate1: Float """Tax Rate 10 amount of the bill for which Tax Code 10 is attached as one of the taxes.""" taxRate10: Float """Tax Rate 11 amount of the bill for which Tax Code 11 is attached as one of the taxes.""" taxRate11: Float """Tax Rate 12 amount of the bill for which Tax Code 12 is attached as one of the taxes.""" taxRate12: Float """Tax Rate 13 amount of the bill for which Tax Code 13 is attached as one of the taxes.""" taxRate13: Float """Tax Rate 14 amount of the bill for which Tax Code 14 is attached as one of the taxes.""" taxRate14: Float """Tax Rate 15 amount of the bill for which Tax Code 15 is attached as one of the taxes.""" taxRate15: Float """Tax Rate 16 amount of the bill for which Tax Code 16 is attached as one of the taxes.""" taxRate16: Float """Tax Rate 17 amount of the bill for which Tax Code 17 is attached as one of the taxes.""" taxRate17: Float """Tax Rate 18 amount of the bill for which Tax Code 18 is attached as one of the taxes.""" taxRate18: Float """Tax Rate 19 amount of the bill for which Tax Code 19 is attached as one of the taxes.""" taxRate19: Float """Tax Rate 2 amount of the bill for which Tax Code 2 is attached as one of the taxes.""" taxRate2: Float """Tax Rate 20 amount of the bill for which Tax Code 20 is attached as one of the taxes.""" taxRate20: Float """Tax Rate 3 amount of the bill for which Tax Code 3 is attached as one of the taxes.""" taxRate3: Float """Tax Rate 4 amount of the bill for which Tax Code 4 is attached as one of the taxes.""" taxRate4: Float """Tax Rate 5 amount of the bill for which Tax Code 5 is attached as one of the taxes.""" taxRate5: Float """Tax Rate 6 amount of the bill for which Tax Code 6 is attached as one of the taxes.""" taxRate6: Float """Tax Rate 7 amount of the bill for which Tax Code 7 is attached as one of the taxes.""" taxRate7: Float """Tax Rate 8 amount of the bill for which Tax Code 8 is attached as one of the taxes.""" taxRate8: Float """Tax Rate 9 amount of the bill for which Tax Code 9 is attached as one of the taxes.""" taxRate9: Float """Tax Rate Type 10 of the bill for which Tax Code 10 is attached as one of the taxes.""" tax10RateType: String """Tax Rate Type 11 of the bill for which Tax Code 11 is attached as one of the taxes.""" tax11RateType: String """Tax Rate Type 12 of the bill for which Tax Code 12 is attached as one of the taxes.""" tax12RateType: String """Tax Rate Type 13 of the bill for which Tax Code 13 is attached as one of the taxes.""" tax13RateType: String """Tax Rate Type 14 of the bill for which Tax Code 14 is attached as one of the taxes.""" tax14RateType: String """Tax Rate Type 15 of the bill for which Tax Code 15 is attached as one of the taxes.""" tax15RateType: String """Tax Rate Type 16 of the bill for which Tax Code 16 is attached as one of the taxes.""" tax16RateType: String """Tax Rate Type 17 of the bill for which Tax Code 17 is attached as one of the taxes.""" tax17RateType: String """Tax Rate Type 18 of the bill for which Tax Code 18 is attached as one of the taxes.""" tax18RateType: String """Tax Rate Type 19 of the bill for which Tax Code 19 is attached as one of the taxes.""" tax19RateType: String """Tax Rate Type 20 of the bill for which Tax Code 20 is attached as one of the taxes.""" tax20RateType: String """Tax Rate Type 3 of the bill for which Tax Code 3 is attached as one of the taxes.""" tax3RateType: String """Tax Rate Type 4 of the bill for which Tax Code 4 is attached as one of the taxes.""" tax4RateType: String """Tax Rate Type 5 of the bill for which Tax Code 5 is attached as one of the taxes.""" tax5RateType: String """Tax Rate Type 6 of the bill for which Tax Code 6 is attached as one of the taxes.""" tax6RateType: String """Tax Rate Type 7 of the bill for which Tax Code 7 is attached as one of the taxes.""" tax7RateType: String """Tax Rate Type 8 of the bill for which Tax Code 8 is attached as one of the taxes.""" tax8RateType: String """Tax Rate Type 9 of the bill for which Tax Code 9 is attached as one of the taxes.""" tax9RateType: String """Terminal""" terminal: String """Total Gross Amount""" totalGrossAmount: Float """Total Net Amount""" totalNetAmount: Float """Total non revenue amount that is non taxable.""" totalNonRevenueNonTaxableAmount: Float """Total non revenue amount that is not taxable.""" totalNonRevenueTaxableAmount: Float """Total non taxable amount.""" totalNonTaxableAmount: Float """Total revenue amount that is non taxable.""" totalNonTaxableRevenue: Float """Total paid outs.""" totalPaidOuts: Float """Total Tax""" totalTax: Float """Total revenue amount that is taxable.""" totalTaxableRevenue: Float """Last Signature for Transaction Totals.""" transactLastSignatureHash: String """Signature hash for Transaction Totals.""" transactSignatureHash: String """Signature key version for Transaction Totals.""" transactSignatureKeyVersion: String """Transaction Signature Value.""" transactionSignature: String """Transaction Service Type""" trxServiceType: String """UDFC01""" uDFC01: String """UDFC02""" uDFC02: String """UDFC03""" uDFC03: String """UDFC04""" uDFC04: String """UDFC05""" uDFC05: String """UDFC06""" uDFC06: String """UDFC07""" uDFC07: String """UDFC08""" uDFC08: String """UDFC09""" uDFC09: String """UDFC10""" uDFC10: String """UDFC11""" uDFC11: String """UDFC12""" uDFC12: String """UDFC13""" uDFC13: String """UDFC14""" uDFC14: String """UDFC15""" uDFC15: String """UDFC16""" uDFC16: String """UDFC17""" uDFC17: String """UDFC18""" uDFC18: String """UDFC19""" uDFC19: String """UDFC20""" uDFC20: String """UDFC21""" uDFC21: String """UDFC22""" uDFC22: String """UDFC23""" uDFC23: String """UDFC24""" uDFC24: String """UDFC25""" uDFC25: String """UDFC26""" uDFC26: String """UDFC27""" uDFC27: String """UDFC28""" uDFC28: String """UDFC29""" uDFC29: String """UDFC30""" uDFC30: String """UDFC31""" uDFC31: String """UDFC32""" uDFC32: String """UDFC33""" uDFC33: String """UDFC34""" uDFC34: String """UDFC35""" uDFC35: String """UDFC36""" uDFC36: String """UDFC37""" uDFC37: String """UDFC38""" uDFC38: String """UDFC39""" uDFC39: String """UDFC40""" uDFC40: String """UDFD01""" uDFD01: Date """UDFD02""" uDFD02: Date """UDFD03""" uDFD03: Date """UDFD04""" uDFD04: Date """UDFD05""" uDFD05: Date """UDFD06""" uDFD06: Date """UDFD07""" uDFD07: Date """UDFD08""" uDFD08: Date """UDFD09""" uDFD09: Date """UDFD10""" uDFD10: Date """UDFD11""" uDFD11: Date """UDFD12""" uDFD12: Date """UDFD13""" uDFD13: Date """UDFD14""" uDFD14: Date """UDFD15""" uDFD15: Date """UDFD16""" uDFD16: Date """UDFD17""" uDFD17: Date """UDFD18""" uDFD18: Date """UDFD19""" uDFD19: Date """UDFD20""" uDFD20: Date """UDFN01""" uDFN01: Float """UDFN02""" uDFN02: Float """UDFN03""" uDFN03: Float """UDFN04""" uDFN04: Float """UDFN05""" uDFN05: Float """UDFN06""" uDFN06: Float """UDFN07""" uDFN07: Float """UDFN08""" uDFN08: Float """UDFN09""" uDFN09: Float """UDFN10""" uDFN10: Float """UDFN11""" uDFN11: Float """UDFN12""" uDFN12: Float """UDFN13""" uDFN13: Float """UDFN14""" uDFN14: Float """UDFN15""" uDFN15: Float """UDFN16""" uDFN16: Float """UDFN17""" uDFN17: Float """UDFN18""" uDFN18: Float """UDFN19""" uDFN19: Float """UDFN20""" uDFN20: Float """UDFN21""" uDFN21: Float """UDFN22""" uDFN22: Float """UDFN23""" uDFN23: Float """UDFN24""" uDFN24: Float """UDFN25""" uDFN25: Float """UDFN26""" uDFN26: Float """UDFN27""" uDFN27: Float """UDFN28""" uDFN28: Float """UDFN29""" uDFN29: Float """UDFN30""" uDFN30: Float """UDFN31""" uDFN31: Float """UDFN32""" uDFN32: Float """UDFN33""" uDFN33: Float """UDFN34""" uDFN34: Float """UDFN35""" uDFN35: Float """UDFN36""" uDFN36: Float """UDFN37""" uDFN37: Float """UDFN38""" uDFN38: Float """UDFN39""" uDFN39: Float """UDFN40""" uDFN40: Float """Timestamp to capture the exact order of updates.""" updTimestamp: DateTime """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """User ID""" userID: Float """The name of the user who created the record.""" userName: String """Void Number""" voidNumber: Float """This column will store the reason for voiding the folio.""" voidReason: String """Working Doc ID""" workingDocId: Float """Xnet1 Amount""" xnet1Amt: Float """Xnet10 Amount""" xnet10Amt: Float """Xnet11 Amount""" xnet11Amt: Float """Xnet12 Amount""" xnet12Amt: Float """Xnet13 Amount""" xnet13Amt: Float """Xnet14 Amount""" xnet14Amt: Float """Xnet15 Amount""" xnet15Amt: Float """Xnet16 Amount""" xnet16Amt: Float """Xnet17 Amount""" xnet17Amt: Float """Xnet18 Amount""" xnet18Amt: Float """Xnet19 Amount""" xnet19Amt: Float """Xnet2 Amount""" xnet2Amt: Float """Xnet20 Amount""" xnet20Amt: Float """Xnet3 Amount""" xnet3Amt: Float """Xnet4 Amount""" xnet4Amt: Float """Xnet5 Amount""" xnet5Amt: Float """Xnet6 Amount""" xnet6Amt: Float """Xnet7 Amount""" xnet7Amt: Float """Xnet8 Amount""" xnet8Amt: Float """Xnet9 Amount""" xnet9Amt: Float """Total tax1 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax1Amt: Float """Total tax10 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax10Amt: Float """Total tax11 amount extension to the existing xtax amounts.""" xtax11Amt: Float """Total tax12 amount extension to the existing xtax amounts.""" xtax12Amt: Float """Total tax13 amount extension to the existing xtax amounts.""" xtax13Amt: Float """Total tax14 amount extension to the existing xtax amounts.""" xtax14Amt: Float """Total tax15 amount extension to the existing xtax amounts.""" xtax15Amt: Float """Total tax16 amount extension to the existing xtax amounts.""" xtax16Amt: Float """Total tax17 amount extension to the existing xtax amounts.""" xtax17Amt: Float """Total tax18 amount extension to the existing xtax amounts.""" xtax18Amt: Float """Total tax19 amount extension to the existing xtax amounts.""" xtax19Amt: Float """Total tax2 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax2Amt: Float """Total tax20 amount extension to the existing xtax amounts.""" xtax20Amt: Float """Total tax3 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax3Amt: Float """Total tax4 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax4Amt: Float """Total tax5 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax5Amt: Float """Total tax6 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax6Amt: Float """Total tax7 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax7Amt: Float """Total tax8 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax8Amt: Float """Total tax9 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax9Amt: Float } type BookingReservationExtendedFinancialUnifiedDetailsType { """AR Charge Transfer YN""" aRChargeTransferFlagYN: String """AR Ledger Credit""" aRLedgerCredit: Float """AR Ledger Debit""" aRLedgerDebit: Float """AR State""" aRState: String """AR Transfer Date""" aRTransferDate: Date """Account Code""" accountCode: Float """Account Number""" accountNumber: String """Address ID""" addressId: Float """Identifies if this Advance Bill has been reversed.""" advanceBillReversedYN: String """Identifies if this transaction was generated by Advance Bill.""" advanceBillYn: String """The charge / generate is eligible as part of advanced generates functionality.""" advancedGenerateYN: String """Advgen Ttrans Code ID""" advgenTtransCodeID: String """Arrangement Code""" arrangementCode: String """Arrangement Description for the Transaction Code.""" arrangementDesc: String """Article ID""" articleId: Float """Indicates the associated transaction number for a particular receipt type.""" associatedTrxNumber: Float """Application User Name""" attachedToUser: String """Auth Employee ID""" authEmployeeID: Float """Authorizer""" authorizer: String """Indicates if this column was automatically created for Automatic Credit Bills.""" autoCreditbillYn: String """Auto Settle Y/N""" autoSettleYn: String """Business Date""" businessDate: Date """CC Approval Code""" cCApproval: String """Cashier Code""" cashierCode: Float """Cashier Credit""" cashierCredit: Float """Cashier Debit""" cashierDebit: Float """Cashier ID""" cashierID: Float """Cashier Name""" cashierName: String """Cashier Opening Balance""" cashierOpeningBalance: Float """Identifies if this record was the result of a credit card refund possible values: REFUND or OVERRIDE.OVERRIDE means a user authorized a refund amount larger than the original cc charge.""" ccRefundPosting: String """Changes Log Check In""" changesLogCheckIn: String """Changes Log Check Out""" changesLogCheckOut: String """Changes Log Close Folio""" changesLogCloseFolio: String """Changes Log Reopen Folio""" changesLogReopenFolio: String """Changes Log Update Reservation""" changesLogUpdateReservation: String """Check Number""" checkNumber: String """Closure Number""" closureNumber: Float """Comments""" comments: String """Trx code of original transaction that was turned into a comp""" compLinkTrxCode: String """Trx no of original transaction that was turned into a comp""" compLinkTrxNumber: Float """Comp Type Code""" compTypeCode: String """Compressed Y/N""" compressedYn: String """Covers""" covers: String """Credit Card ID""" creditCardId: Float """Fee (surcharge) amount for a credit card transaction.""" creditCardSurcharge: Float """Credit YN""" creditYN: String """Currency Code""" currencyCode: String """Currency Description""" currencyDescription: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Debit YN""" debitYN: String """Decimals""" decimals: Float """Deferred Y/N""" deferredYn: String """Indicates if the posting is a deposit posting as part of the Guest Ledger Deposits functionality. Also indicates if the charge has been offset after checkin. Possible values [PRX]""" depPostingFlag: String """Indicates if this row is a deposit tax which has been transfered.""" depTaxTransferedYn: String """Deposit Ledger Credit""" depositLedgerCredit: Float """Deposit Ledger Debit""" depositLedgerDebit: Float """Deposit Transaction ID""" depositTransactionId: String """Display YN""" displayYN: String """Euro Exchange Rate""" euroExchangeRate: Float """Exchange Date""" exchangeDate: Date """Exchange Difference YN""" exchangeDifferenceYN: String """Exchange Rate""" exchangeRate: Float """Type of currency exchange conducted. Possible values: [E]xchange [S]ettlement [C]ommission [M]embership [EC] Exchange Check [P]osting.""" exchangeType: String """Number to identify the DML sequence.""" financialDmlSeqNumber: Float """Fiscal Bill Number""" fiscalBillNo: String """Fixed Charges YN""" fixedChargesYN: String """Folio""" folio: Float """Folio Number""" folioNo: Float """Folio Type""" folioType: String """Folio View""" folioView: Float """Foreign Currency Code""" foreignCurrencyCode: String """From Resv ID""" fromReservationId: Float """Column has become unused after the chage of business rules down the line.""" ftGeneratedType: String """This is the transaction type which says whether it is a Consumption(C) Payment (FC) or Package (PK) and it is inherited from transaction code.""" ftSubtype: String """General Cashier Id.""" genCashierId: Float """Determines whether the cashier is a General cashier.""" generalCashierYN: String """Gross Amount""" grossAmount: Float """Guest Account Ledger Credit""" guestAccountLedgerCredit: Float """Debit amount on the guest account""" guestAccountLedgerDebit: Float """Guest Ext Ref List""" guestExtRefList: String """In-House Credit""" inHouseCredit: Float """In-House Debit""" inHouseDebit: Float """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """The name of the user who created the record.""" insertUserName: String """Decides whether the cashier number is used in interfaces or not. The interface cashiers cannot have numbers more than 999.""" interfaceCashierYN: String """Articleid""" internalArticleid: Float """Internal Window ID""" internalWindowId: Float """Internal YN""" internalYN: String """Invoice Close Date""" invoiceCloseDate: Date """Invoice Number""" invoiceNumber: Float """Invoice Type""" invoiceType: String """Link Transaction No""" linkTrxNumber: Float """Market Code""" marketCode: String """Market Description""" marketDescription: String """Membership ID""" membershipID: Float """Sequence number generated automatically when packages are posted during manual room and tax.""" mtrxNoAgainstPackage: Float """Name Tax Type""" nameTaxType: String """Net Amount""" netAmount: Float """Non Revenue Amount""" nonRevenueAmount: Float """Number Dialed.""" numberDialed: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Stores the original AR ledger debit amount for Direct Bill transactions.""" originalARLedgerDebit: Float """Stores original bill number after void.""" originalBillNumber: Float """Stores original folio type after void.""" originalFolioNumber: String """Original Resv Name ID""" originalReservationNameId: Float """Original Room""" originalRoom: String """Package""" package: String """Package Allowance amount of a package that has an allowance.""" packageAllowance: Float """Arrangement code from the package associated to this transaction.""" packageArrangementCode: String """Credit amount on the guest package account.""" packageLedgerCredit: Float """Debit amount on the guest package account""" packageLedgerDebit: Float """Identifies the type of a package posting. Possible values are: PKG_WRAPPER INCLTAX_PKG_ROOM EXCLTAX_PKG_ROOM INCLTAX_PKG_WITH_ALLOWANCE EXCLTAX_PKG_WITH_ALLOWANCE INCLTAX_PKG_WITHOUT_ALLOWANCE EXCLTAX_PKG_WITHOUT_ALLOWANCE""" packageTrxType: String """Passerby Name.""" passerByName: String """Payee Ext Ref List""" payeeExtRefList: String """Name Id to which it should be routed.""" payeeNameID: Float """Payee Name Type""" payeeNameType: String """Payee Resv Name ID""" payeeResvNameID: Float """Payment Surcharge Amount.""" paymentSurchargeAmt: Float """Payment Surcharge Type. Currency for the CASH payment method.""" paymentSurchargeType: String """Payment Type""" paymentType: String """Payments-Reference""" paymentsReference: String """Posted Amount in Base Currency""" postedAmountInBaseCurrency: Float """Posted Amount in Transaction Currency""" postedAmountInTransactionCurrency: Float """Posting Date""" postingDate: DateTime """Posting Rhythm""" postingRhythm: String """Source Profile of the posting coming from IFC. Related to 9700 functionality.""" postingSourceNameId: Float """Indicates if the posting is part of a rate code posting (RATE CODE) or if posted manually (MANUAL).""" postingType: String """Postit Number""" postitNo: Float """Postit Y/N""" postitYn: String """Price Per Unit""" pricePerUnit: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Profile ID""" profileID: Float """Populated with [P] for package profit and [L] for package loss transactions.""" profitLossFlag: String """Proforma Y/N""" proformaYN: String """Property""" property: String """Quantity""" quantity: Float """Queue Name""" queueName: String """Rate Code""" rateCode: String """Receipt Number""" receiptNumber: Float """Indicates the receipt type. Different receipts are identified by different types""" receiptType: String """Reporting Trx Code""" repTransactionCode: String """Reporting Tc Group""" repTransactionCodeGroup: String """Reporting Tc Group Desc""" repTransactionCodeGroupDescription: String """Reporting Tc Subgroup""" repTransactionCodeSubgroup: String """Reporting Tc Subgroup Desc""" repTransactionCodeSubgroupDescription: String """Stores Reservation_deposit_schedule_id from RESERVATION_DEPOSIT_SCHEDULE table to link the deposit payment to the deposit request.""" reservationDepositId: Float """Reservation Name ID""" reservationNameID: Float """Revenue Amount.""" revenueAmount: Float """Stores the trx_no of the reversed payment.""" reversePaymentTrxNumber: Float """Room Class""" roomClass: String """Room Nts""" roomNts: Float """Stores the effective room nights with decimals making it significant for postings splits edits and adjustments. Required by B&B Hotels.""" roomNtsEffective: Float """Room Number""" roomNumber: String """Round Factor Y/N""" roundFactorYn: String """TRX_NO of the transaction associated with this rounding factor posting.""" roundLinkTrxno: Float """Indicates if the transaction has been routed.""" routedYn: String """Routing Code""" routingCode: String """Routing Code Description""" routingCodeDescription: String """Routing date for comp routings - populated only if routed transaction has trx date less than business date.""" routingDate: Date """Routing Iinstruction ID""" routingIinstructionID: Float """Link the posting to the routing instruction that is specified during the setup of routing instructions for guests.""" routingInstrnId: Float """To specify whether it is a package routing or not""" routingType: String """Settlement Flag""" settlementFlag: String """Source Code""" sourceCode: String """Source Description""" sourceDescription: String """Supplement""" supplement: String """Transaction Code""" tRXCode: String """Target Property""" targetResort: String """Tax Deferred Until Check-Out YN""" taxDeferredUntilCheckOutYN: String """Tax Elements""" taxElements: String """Tax Generated YN""" taxGeneratedYN: String """Tax Inclusive YN""" taxInclusiveYN: String """Transaction Code Group""" tcGroup: String """Transaction Code Subgroup""" tcSubgroup: String """Threshold Diversion ID""" thresholdDiversionId: Float """Stores the corresponding quantity of the threshold for QUANTITY and MINUTES types.""" thresholdEntityQty: Float """Threshold Entity Type""" thresholdEntityType: String """Flag to identify how the posting was treated.[THRESHOLD_ALLOWED] --> OPERA treated this of ?Allowed? type at the time of posting.[THRESHOLD_REQUIRED] --> OPERA treated this of ?Required? type at the time of posting.[null / blank] --> not a diversion related transaction.""" thresholdTreatmentFlag: String """To Resv Name ID""" toReservationNameId: Float """Tran Action ID""" tranActionId: Float """Trans Code Arrangement ID""" transCodeArrangementID: Float """Transaction Activity Date""" transactionActivityDate: Date """Transaction Code Description""" transactionCodeDescription: String """Tc Group Description""" transactionCodeGroupDesc: String """Tc Subgroup Description""" transactionCodeSubgroupDesc: String """Transaction Date""" transactionDate: Date """Transaction Number Added By""" transactionNumberAddedBy: Float """Transaction Posting Date""" transactionPostingDate: Date """Time transaction was posted.""" transactionPostingTime: String """Time transaction was posted with seconds.""" transactionPostingTimeWithSeconds: String """Transaction Type""" transactionType: String """Transaction from Account""" transactionFromAccount: Float """Transaction to Account""" transactionToAccount: Float """Transfer from Account ID""" transferFromAccountID: Float """Transfer to Account ID""" transferToAccountID: Float """Trx Number""" trxNo: Float """Trx Number Against Package""" trxNoAgainstPackage: Float """The trx_no against which this transaction gets adjusted.""" trxNumberAdjust: Float """Transaction No Header""" trxNumberHeader: Float """Stores the Trx_No of the main transaction being split.""" trxNumberSplit: Float """Transaction Service Type""" trxServiceType: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Tax Amount for Commission.""" vatAmount: Float } type BookingReservationExtendedPropertyPropertyDetailsType { """The property that the record belongs to""" property: String """Number format of AR account no.""" aRAccountNoFormat: String """Specifies if the AR acct No is mandatory(Y/N)""" aRAccountNumberMandatoryYN: String """Default Account Type for an Agent for the Property""" aRAgent: String """Internal""" aRBalanceTrxCode: String """Default Account Type for a Company for the Property""" aRCompany: String """Internal""" aRCreditTrxCode: String """Default Account Type for a Group for the Property""" aRGroups: String """Default Account Type for Individual for the Property""" aRIndividuals: String """Internal""" aRSettleCode: String """Internal""" aRTypewriter: String """Access Code""" accessCode: String """Number of handicapped rooms.""" accessibleRooms: Float """Aging bucket 1""" agingLevel1: Float """Aging bucket 2""" agingLevel2: Float """Aging bucket 3""" agingLevel3: Float """Aging bucket 4""" agingLevel4: Float """Aging bucket 3""" agingLevel5: Float """The Airport Code for the airport near the property""" airport: String """Distance of the Airport specified in the AIRPORT_CODE column from the Property""" airportDistance: String """Time it takes to travel the distance between the Property and the Airport specified in AIRPORT_CODE column""" airportTime: String """Allow loggin in to this resort(Y/N)""" allowLoginYN: String """Period for the allowance""" allowancePeriodAdj: String """Internal""" awardsTimeout: Float """Ball Room Area""" ballroomArea: String """No of Ballroom Seats""" ballroomSeats: Float """The base language of the Hotel""" baseLanguage: String """It contains the reservation type to be used when making group block""" block: String """Brand Code of the property.""" brandCode: String """Financial Year of the Property""" budgetMonth: Float """The date this resort becomes valid for use by the system""" businessDate: Date """Value for the parameter.""" businessID: String """Value for the parameter.""" businessRegistrationCode: String """Code for the CRO""" cROCODE: String """Internal""" cashShiftDrop: String """Catering Currency Code used when Catering Currency differs from base currency.""" cateringCurrencyCode: String """Catering currency format.""" cateringCurrencyFormat: String """Central Exchange Date""" centralXchangeDate: Date """Central Exchange Rate""" centralXchangeRate: Float """Central Credit Limit""" centralCreditLimit: Float """Central Currency Code""" centralCurrencyCode: String """Central Currency Description""" centralCurrencyDescription: String """Central Double Rate2""" centralDblRate2: Float """Central Double Rate1""" centralDblRate1: Float """Central Passerby Market""" centralPasserbyMarket: String """Central Passerby Source""" centralPasserbySource: String """Central Property Type""" centralPropertyType: String """Central Sgl Rate1""" centralSglRate1: Float """Central Sgl Rate 2""" centralSglRate2: Float """Central State""" centralState: String """Central State Description""" centralStateDescription: String """Central Sui Rate1""" centralSuiRate1: Float """Central Sui Rate 2""" centralSuiRate2: Float """Central Tpl Rate1""" centralTplRate1: Float """Central Tpl Rate 2""" centralTplRate2: Float """Central Warning Amount""" centralWarningAmount: Float """Chain Code for the chain to which the property belongs""" chainCode: String """The description of this chain.""" chainDescription: String """Chain Mode""" chainMode: String """Internal""" checkExgPaidout: String """The Hotel official check out time""" checkOutTime: DateTime """Internal""" checkShiftDrop: String """Internal""" checkTrxcode: String """The Hotel official check intime""" checkInTime: DateTime """The physical city in which this property resides.""" city: String """City Description""" cityDescription: String """Internal""" comAddress: String """Internal""" comMethod: String """Internal""" comNameXrefId: Float """Internal""" companyAddressType: String """Internal""" companyPhoneType: String """Internal""" configurationMode: String """Internal""" confirmRegcardPrinter: String """Number of connecting rooms.""" connectingRooms: Float """The unique name of application user""" contacts: String """Number of copies to be printed""" copies: Float """Country name.""" country: String """The name of the country in which this property resides.""" countryCode: String """Value for the parameter.""" countryMode: String """The default credit limit for guests.""" creditLimit: Float """Currency Code.""" currencyCode: String """Currency Symbol like $ or EURO symbol""" currencyCodeSymbol: String """A description of this currency.""" currencyDescription: String """Format for the local currency.""" currencyFormat: String """Color that of the background""" curtainColor: String """DSI""" dSI: Float """Date the aging should begin""" dateForAging: String """Type of separator to distinguish between DD MM and YYYY""" dateSeparator: String """Number of places for the default currency""" decimalPlaces: Float """Type of decimal separator""" decimalSeparator: String """Number of decimals to designate currency""" decimals: Float """Folio style to be used for all guests""" defaultFolioStyle: Float """Default guest address format.""" defaultGuestAddress: String """Future use""" defaultMembershipType: String """Future use""" defaultPostingRoom: String """Default property address format.""" defaultPropertyAddress: String """Future use""" defaultRateCode: String """Rate code used to default a PCR rate code used in FIT Contracts.""" defaultRatecodePcr: String """Rate code used to default a RACK rate code used for FIT Contracts.""" defaultRatecodeRack: String """Default registration card for the property.""" defaultRegistrationCard: String """The Default reservation type for this property""" defaultReservationType: String """Deleted Flag""" deletedFlag: String """Future use""" depositLedgerTrxCode: String """Destination ID""" destinationId: String """Future use""" dfltPkgTranCode: String """Future use""" dfltTranCodeRateCode: String """Internal""" directions: String """Future use""" dirsales: String """LOGIN into the application is disabled.""" disableLoginYN: String """Number of double rooms.""" doubleRooms: Float """Download Rest YN""" downloadRestYN: String """Pager number for the Manager on duty for the property.""" dutyManagerPager: String """Email id for the property.""" email: String """Future use.""" endDate: Date """Default Exchange posting status for the property""" exchangePostingType: String """Floor number of executive floor.""" executiveFloorNumber: String """Hotel code used for third party exports""" expHotelCode: String """Future use""" extExpFileLocation: String """Future use""" extPropertyCode: String """Indicates that the property uses an external SC system.""" externalSCYN: String """Number of family rooms.""" familyRooms: Float """Fax number formats.""" faxNoFormat: String """The fax phone number""" faxNumber: String """Future use""" fiscalEndDate: Date """Future use""" fiscalPeriodType: String """Future use""" fiscalStartDate: Date """Fiscal Year Begin Month""" fiscalYearBeginMonth: Float """Fiscal Year Begin Year""" fiscalYearBeginYear: Float """Screen Painter flags to indicate whether an item is changable/ movable etc.""" flags: String """Future use""" flowCode: String """Property Free Nights Stay Tier.""" fnsTier: String """Other languages""" folioLanguage1: String """Other languages""" folioLanguage2: String """Other languages""" folioLanguage3: String """Other languages""" folioLanguage4: String """Future use""" genmgr: String """To define an upper limit to the number of rooms for Group""" groupRoomWarning: Float """Future use""" guestLookupTimeout: Float """Number of guest elevators.""" guestRoomElevators: Float """Total of guest rooms floors.""" guestRoomFloors: Float """Future use""" hotelCode: String """Future use""" hotelFC: String """Hotel id""" hotelID: String """Future use""" hotelType: String """Future use""" iMGDirectionID: Float """Future use""" iMGHotelID: Float """Future use""" iMGMapID: Float """Future use""" inactiveDaysForGuestProfile: Float """Inactive Flag""" inactiveFlag: String """Future use""" individualAddressType: String """Future use""" individualPhoneType: String """To define an upper limit to the number of rooms for group""" individualRoomWarning: Float """The date the record was created""" insertDate: DateTime """The user that created the record""" insertUser: Float """Int Tax Included YN""" intTaxIncludedYN: String """Future use""" inventoryYN: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """To calculate the entire availability of the Hotel for future reservations""" keepAvailability: Float """Latitude of the property in decimal""" latitude: Float """Future use""" leadsend: String """The owner who owns this property""" legalOwner: String """The property that the record belongs to""" locationID: String """Long date format for the property.""" longDateFormat: String """The default length of stay""" longStayControl: Float """Longitude of the property in decimal""" longitude: Float """Maximum adults in family rooms.""" maxAdultsInFamilyRoom: Float """Maximum children in family rooms.""" maxChildrenInFamilyRoom: Float """Future use""" maxOccupancy: Float """Maximum number of days that are allowed to credit a bill. (Country requirements.) Used in CASHIERING MODULE.""" maximumCreditDays: Float """Indicates whether the property supports MBS. Used in some file exports.""" mbsSupportedYN: String """Future use""" meetRooms: Float """Future use""" meetSeats: Float """Future use""" meetSpace: Float """Future use""" meetingFC: String """Minimum days for reminder letter.""" minDaysBet2ReminderLetter: Float """Internal""" nameIdLink: Float """Future use""" nightAuditCashierID: String """Number of non smoking rooms.""" nonSmokingRooms: Float """Notes for the property""" noteDetails: String """Total number of beds in this property""" numberOfBeds: Float """Total number of floors in this property""" numberOfFloors: Float """Number of Rooms""" numberOfRooms: Float """Future use""" opusCurrencyCode: String """Organization ID""" organizationID: Float """Organization Internal ID""" organizationInternalID: Float """Future use""" ownership: String """Package Loss code for a particular package""" packageLoss: String """Package Profit code for a particular Package""" packageProfit: String """Parent Org Code""" parentOrgCode: String """Market code""" passerbyMarket: String """Source code""" passerbySource: String """Path""" path: String """Minimim Payment Date for the Property used in Cross Property Postings. This will get updated while running the user defined procedure during the night audit process.""" paymentDate: DateTime """Future use""" perReservationRoomLimit: Float """The direct dial phone number of this property""" phoneNumber: String """The postal code of this property.""" postalCode: String """Primary Key ID""" primaryKeyID: Float """URL where property information is located.""" proinfoUrl: String """Property MAP URL.""" propMapUrl: String """Property picture URL.""" propPicUrl: String """The property that the record belongs to""" propertyCode: String """The name of this property.""" propertyName: String """Type of resort.""" propertyType: String """Future use""" quotedCurrency: String """RNA Insert Date""" rNAInsertdate: DateTime """RNA Update Date""" rNAUpdatedate: DateTime """Minimim last Reconciliation Date for the Property used in Cross Property Postings. This will get updated while running the user defined procedure during the night audit process.""" reconcileDate: DateTime """Future use""" regionCode: String """Description of the Region.""" regionDescription: String """Future use""" restaurant: Float """Total number of Sheets""" rhythmSheets: Float """Total number of Towels""" rhythmTowels: Float """Room amenity.""" roomAmenities: String """Future use""" sGLNum: String """Future use""" sGLRate1: Float """Future use""" sGLRate2: Float """Future use""" sUINum: String """Future use""" sUIRate1: Float """Future use""" sUIRate2: Float """To store number of days before deleting the gest profile""" saveProfiles: Float """Future use""" scriptID: Float """Future use""" season1: String """Future use""" season2: String """Future use""" season3: String """Future use""" season4: String """Future use""" season5: String """Indicates that the property accepts leads as bookings.""" sendLeadAsBooking: String """Shop description.""" shopDescription: String """Short date format for the property.""" shortDateFormat: String """Number of single rooms.""" singleRooms: Float """For default commission percentage""" sourceCommission: String """The state in which this property is located.""" state: String """Description of the state.""" stateDescription: String """The street of the property.""" street: String """Number of suites.""" suites: Float """Internal""" summCurrencyCode: String """For default commission percentage""" tACommission: String """Future use""" tPLNum: String """Future use""" tPLRate1: Float """Future use""" tPLRate2: Float """Formats for telephone number""" telephoneNoFormat: String """Separator for monetory values""" thousandSeparator: String """Default time format for the property.""" timeFormat: String """Time zone region selected by the employee.""" timeZone: String """Toll free telephone number.""" tollFree: String """Future use""" totalRooms: Float """Tourist Number""" touristNumber: String """Indicates whether the property handles multi byte characters and whether they are translateable or not""" translateMulticharYN: String """Turnaway code for the property.""" turnawayCode: String """Number of twin rooms.""" twinRooms: Float """The date the record was modified""" updateDate: DateTime """The user that modified the record""" updateUser: Float """VAT ID of this property.""" vatID: String """Future use""" videoCheckoutPrinter: String """Video check out start time.""" videoCheckoutStart: DateTime """Video check out end time.""" videoCheckoutStop: DateTime """Future use""" wakeUpDelay: Float """Amount at which warning is raised.""" warningAmount: Float """Webaddress of the property""" web: String """Weekend days for the property.""" weekendDays: String """Internal""" zeroInvPurDays: Float } type BookingReservationExtendedRoomDetailsType { """Accessible""" accessible: String """Area in sqft""" areaF: Float """Area in sqm""" areaM: Float """Assign Assign Status""" assignAssignStatus: String """Room assignment date""" assignDate: DateTime """Assign Reason Desc""" assignReasonDesc: String """Assign Type""" assignType: String """Assignemployeeid""" assignemployeeid: Float """Assignreasonid""" assignreasonid: String """Bed Type""" bedType: String """Building""" building: String """Building Group""" buildingGroup: String """Business Date""" businessDate: Date """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Minimum Revenue""" cMinimumRevenue: Float """Central Rack Rate""" cRackRate: Float """Central Meeting Room Type""" centralMeetingRoomType: String """Central Room Class""" centralRoomClass: String """Central Room Type""" centralRoomType: String """Central Room Type Description""" centralRoomTypeDescription: String """Combination Room YN""" combinationRoomYN: String """Comments""" comments: String """Suite component room numbers""" componentRoom: String """Connecting Room Number""" connectingRoomNumber: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Indicates the section to which employee belongs.""" daySection: String """Deduct YN""" deductYN: String """Defatulratecodeid""" defatulratecodeid: String """Default Rate Description""" defaultRateDesc: String """Deleted Flag""" deletedflag: String """Credits associated with the task after departure.""" departureCredits: Float """Description""" description: String """Diary name to show room in""" diaryName: String """Diarydisplayflag""" diarydisplayflag: String """Discrepancy""" discrepancy: String """Number of doors""" doors: String """Section the room belongs to for evening housekeeping""" eveningSection: String """Facility ID for eVisitor.""" evisitorFacilityId: String """Stores event types which do not require alternate spaces.""" excludedEventTypes: String """Direction room faces""" facing: String """Floor""" floor: String """The persons staying in room according to Front office.""" foPers: Float """Defines if the function space needs an alternate space when booked.""" forceAlternateYn: String """The front desk location this room should check in to.""" frontDeskLocation: String """Front Office Status of the room i.e.: Vacant or Occupied.""" frontOfficeStatus: String """Minutes occupied that define the room as 100% utilized. Maximum is 1440 minutes.""" fullUtilizationTime: Float """Generic YN""" genericYN: String """Handicapflag""" handicapflag: String """Max Height in ft""" heightmaxF: Float """Max Height in m""" heightmaxM: Float """Minumum heigth of room (feet)""" heightminF: Float """Minumum heigth of room (meters)""" heightminM: Float """Date and time when room will be released from hold.""" holdDateTime: DateTime """Hold type from resort_assignment_reasons table.""" holdType: String """User that is holding the room.""" holdUser: Float """Sequence for automatically generated task assignment.""" housekeepingAssignmentOrderBy: Float """Housekeeping Inspected date""" housekeepingInspDate: Date """Houskeeping inspected employee id""" housekeepingInspEmpId: String """The number of persons staying in the room according to housekeeping""" housekeepingPers: Float """The status of this room according to housekeeping""" housekeepingStatus: String """Image ID""" imageId: Float """Inactive Flag""" inactiveflag: String """Include in Statistics YN""" includeInStatisticsYN: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Tempflag""" internalTempflag: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """The current key code for this room. Used to create keys for a room.""" keyCode: String """Privileges available for this key""" keyOptions: String """The last check out date for this room.""" lastCheckOutDate: Date """The last meter reading for condos that track electrical usage of rented rooms.""" lastMeterReading: Float """Length (feet)""" lengthF: Float """Length (meters)""" lengthM: Float """Number of lights in the room""" light: String """Internal ID to uniquely identify the Property""" locationID: String """Loudspeakersflag""" loudspeakersflag: String """Maximum number of days before the catering event date that the space can be booked on the web.""" maxAdvance: Float """Function Space Maximum Capacity.""" maxCapacity: Float """Maximum number of groups for a Shared function space allowed.""" maxSharedGroups: Float """Maximum Occupancy""" maximumOccupancy: Float """The unit of measurement for this square units (IE: Feet Meters etc)""" measurement: String """Type of meeting room""" meetingRoomType: String """Meeting Room YN""" meetingRoomYN: String """Meetingroom Type Description""" meetingroomTypeDesc: String """Meetingroom Type Sequence""" meetingroomTypeSeq: Float """Type of microphone sockets""" microphoneSocketTypes: String """Number of microphone sockets""" microphoneSockets: Float """Minimum number of days before the catering event date that the space can be booked on the web.""" minAdvance: Float """Minimum Capacity""" minCapacity: Float """Minimum Revenue""" minimumRevenue: Float """Specifies the number of beds in this room.""" numberOfBeds: Float """Current room condition updated daily.(ie StayOverDueOutExpected etc)""" occupancyCondition: String """Discrepancy between front desk and housekeeping""" occupantDiscrepancy: Float """Used for pseudo rooms. If Y then this pseudo room will be included in Online Printing for reservation changes.""" onlinePrintingYn: String """Display sequence 2""" orderBy2: Float """Display sequence 3""" orderBy3: Float """Display sequence 4""" orderBy4: Float """Display sequence 5""" orderBy5: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Stores a Grade associated with a unit to determine the room display order in Room Assignment and Room Plan screens.""" ovosGradeCode: String """Room can be OVOS unit.""" ovosUnitYn: String """Not used""" pcode: String """Person discrepancy between front desk and houskeeping""" personDiscrepancy: Float """Phone Number""" phoneNumber: String """Physical Number of Rooms""" physicalNumberOfRooms: Float """Houskeeping credits for cleaning room in pickup status""" pickupCredits: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """Pseudo Room YN""" pseudoRoomYN: String """Default rate for the room""" publishedRateAmount: Float """Default rate code to be used to calculate the total revenue.""" publishedRateCode: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Rate Code""" rateCode: String """Rating""" rating: String """Reporting Assign Reason Desc""" repAssignReasonDescription: String """Reporting Bed Type Desc""" repBedTypeDescription: String """Reporting Meetingroom Type Desc""" repMeetingroomTypeDescription: String """Reporting Meetingroom Type Seq""" repMeetingroomTypeSequence: Float """Reporting Room Class Sell Seq""" repRoomClassSellSequence: Float """Reporting Room Features Descs""" repRoomFeaturesDescs: String """Reporting Room Status Reason""" repRoomStatusReason: String """Reporting Room Status Reason Desc""" repRoomStatusReasonDescription: String """Room return status""" returnStatus: String """Room""" room: String """Room Assignment Rating.""" roomAssignmentRating: Float """Room Category Bedtype""" roomCategoryBedtype: String """Room Category Desc""" roomCategoryDesc: String """Room Class""" roomClass: String """Room Class Central Description""" roomClassCentralDescription: String """Room Class Description""" roomClassDescription: String """Room Class Sequence""" roomClassSequence: Float """Room Condition""" roomCondition: String """Room Feature Description""" roomFeatureDescription: String """This stores the codes for the rooms features. Currently not used""" roomFeatures: String """Room Number""" roomNumber: String """Room Parity""" roomParity: String """Room Status""" roomStatus: String """Room Status Description""" roomStatusDescription: String """The date as of which the room_status is valid.""" roomStatusFromDate: Date """Room Status Reason""" roomStatusReason: String """Room Status Reason Description""" roomStatusReasonDesc: String """Room status remarks""" roomStatusRemarks: String """The date till which the room_status is valid.(Used during OO and OS status of rooms )""" roomStatusToDate: Date """Room Type""" roomType: String """Total Count of the number of days the room was used.""" roomUseCount: Float """Roomcategoryid""" roomcategoryid: String """Roomclassid""" roomclassid: String """Roomid""" roomid: String """Roomstatusreasonid""" roomstatusreasonid: String """Sequence""" sequence: Float """Current guest service status code for this room. Example: Service status can be DND (Do Not Disturb) or MUP (Make Up Room)""" serviceStatus: String """Notes for the setup of the room""" setupNotes: String """Shareableflag""" shareableflag: String """Smoking""" smoking: String """Smoking Preferences""" smokingPreferences: String """The square units for this room (IE: if a condo in the US likely the square feet of this room)""" squareUnits: Float """Stayover Credits""" stayoverCredits: Float """Standard or Suite""" suiteType: String """Suite YN""" suiteYN: String """Supplement""" supplement: String """Temp Flag""" tempFlag: String """Number for the booth""" translationboothNum: Float """Turn Down""" turnDown: String """Houskeeping credits for Turndown.""" turndownCredits: Float """Number of TV or radio sockets""" tvRadioSockets: Float """Unit""" unit: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Flag makes a Function Space visible on the web.""" visibleOnWebYn: String """Web Booking Y/N""" webBookingYn: String """Room weigth (feet)""" weightF: Float """Room weigth (meters)""" weightM: Float """Width (feet)""" widthF: Float """Width (meters)""" widthM: Float } type BookingReservationExtendedFixedChargesDetailsType { """Account Code""" accountCode: Float """Accountid""" accountid: Float """Amount or Percentage""" amountOrPercentage: Float """Percentage / Amount flag. Allowed values: AMOUNT PERCENT.""" amountOrPercentageFlag: String """Article ID""" articleId: Float """The date from which the charge is effective (null allowed).""" beginDateNullable: Date """Business Date""" businessDate: Date """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Price""" cPrice: Float """Central Transaction Code""" centralTransactionCode: String """Central Transaction Code Description""" centralTransactionCodeDescription: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Daytoexecute""" daytoexecute: String """Deleted Flag""" deletedFlag: String """End Date""" endDate: Date """The date from which the charge is not effective (null allowed).""" endDateNullable: Date """Unique number to identify the entry.""" fixedChargesId: Float """Fixedchargespmsref""" fixedchargespmsref: Float """Frequency""" frequency: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """The name of the user who created the record.""" insertUserName: String """Articleid""" internalArticleid: Float """Fixedchargesid""" internalFixedchargesid: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Percentage""" percentage: Float """Price""" price: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """Quantity""" quantity: Float """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Resv Name ID""" reservationNameId: Float """Reservationid""" reservationid: Float """Resvenddate""" resvenddate: Date """Roomnights""" roomnights: Float """Supplement""" supplement: String """Rate transaction code""" transactionCode: String """Transaction Code Description""" transactionCodeDescription: String """Transaction Code Group""" transactionCodeGroup: Float """Transaction Code Sub-Group""" transactionCodeSubGroup: Float """Transaction Code Type""" transactionCodeType: String """Transcodeid""" transcodeid: String """Update User""" updateUser: Float """Update Date""" updatedate: Date """Yearlyfixedchargedate""" yearlyfixedchargedate: Date }