# title : OPERA Cloud RnA FinancialTransactionDetails GraphQL API, # description : GraphQL API to cater for Detailed information on all posted transactions including net and gross amounts, currency, calendar and financial period, market and rate code. # 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] # - financialtransDetailsChainCode # - financialtransDetailsResort # Pair - [2] # - financialtransDetailsAccountid # - financialtransDetailsArLedCredit # - financialtransDetailsArLedDebit # - financialtransDetailsArNumber # - financialtransDetailsArticleId # - financialtransDetailsArticleid # - financialtransDetailsAuthemployeeid # - financialtransDetailsAuthorizerId # - financialtransDetailsBillNo # - financialtransDetailsBonusCheckId # - financialtransDetailsBusinessDate # - financialtransDetailsBusinessdate # - financialtransDetailsCXchangeDate # - financialtransDetailsCXchangeRate # - financialtransDetailsCashierId # - financialtransDetailsCashierid # - financialtransDetailsChequeNumber # - financialtransDetailsClosureNo # - financialtransDetailsCompLinkTrxCode # - financialtransDetailsComplinktranscodeid # - financialtransDetailsExchDiffTrxNo # - financialtransDetailsFinDmlSeqNo # - financialtransDetailsFintransactionid # - financialtransDetailsFintransid # - financialtransDetailsFolioNo # - financialtransDetailsFolioView # - financialtransDetailsFolioid # - financialtransDetailsFromResvId # - financialtransDetailsGuestAccountCredit # - financialtransDetailsGuestAccountDebit # - financialtransDetailsHotelAcct # - financialtransDetailsInsertDate # - financialtransDetailsInvoiceNo # - financialtransDetailsJrnupdatedttm # - financialtransDetailsLinkTrxNo # - financialtransDetailsLocationid # - financialtransDetailsNameId # - financialtransDetailsOriginalResvNameId # - financialtransDetailsOriginalRoom # - financialtransDetailsOriginalresvid # - financialtransDetailsPackagelinkfintransid # - financialtransDetailsParentfintransid # - financialtransDetailsPostitNo # - financialtransDetailsProduct # - financialtransDetailsProductid # - financialtransDetailsProfileid # - financialtransDetailsRateCode # - financialtransDetailsRatecodeid # - financialtransDetailsReservationid # - financialtransDetailsResvNameId # - financialtransDetailsRoom # - financialtransDetailsRoomid # - financialtransDetailsRoundLinkTrxno # - financialtransDetailsRoutingInstrnId # - financialtransDetailsTranActionId # - financialtransDetailsTranscodeid # - financialtransDetailsTrxDate # - financialtransDetailsTrxNo # - financialtransDetailsTrxNoAddedBy # - financialtransDetailsTrxNoAdjust # - financialtransDetailsTrxNoAgainstPackage # - financialtransDetailsTrxNoHeader input FinancialTransactionDetailsQueryArgumentsType { """AR Ledger Credit""" financialtransDetailsArLedCredit: FloatInput @conditionalInputPair(pair: 2) """AR Ledger Debit""" financialtransDetailsArLedDebit: FloatInput @conditionalInputPair(pair: 2) """AR State""" financialtransDetailsArState: StringInput """Account Code""" financialtransDetailsArNumber: FloatInput @conditionalInputPair(pair: 2) """Accountid""" financialtransDetailsAccountid: FloatInput @conditionalInputPair(pair: 2) """Article ID""" financialtransDetailsArticleId: FloatInput @conditionalInputPair(pair: 2) """Authemployeeid""" financialtransDetailsAuthemployeeid: FloatInput @conditionalInputPair(pair: 2) """Bonus Check ID""" financialtransDetailsBonusCheckId: FloatInput @conditionalInputPair(pair: 2) """Business Date""" financialtransDetailsBusinessDate: DateInput @conditionalInputPair(pair: 2) """Central Xchange Date""" financialtransDetailsCXchangeDate: DateInput @conditionalInputPair(pair: 2) """Central Xchange Rate""" financialtransDetailsCXchangeRate: FloatInput @conditionalInputPair(pair: 2) """Cashier ID""" financialtransDetailsCashierId: FloatInput @conditionalInputPair(pair: 2) """Chain Code""" financialtransDetailsChainCode: StringInput @conditionalInputPair(pair: 1) """Check Number""" financialtransDetailsChequeNumber: StringInput @conditionalInputPair(pair: 2) """Closure Number""" financialtransDetailsClosureNo: FloatInput @conditionalInputPair(pair: 2) """Trx code of original transaction that was turned into a comp""" financialtransDetailsCompLinkTrxCode: StringInput @conditionalInputPair(pair: 2) """Complinktranscodeid""" financialtransDetailsComplinktranscodeid: StringInput @conditionalInputPair(pair: 2) """DSI Internal Data Source ID to identify Opera Chain and instance""" financialtransDetailsDsi: FloatInput """Exchange difference posting transaction number of the posting that generated the exchange difference.""" financialtransDetailsExchDiffTrxNo: FloatInput @conditionalInputPair(pair: 2) """Number to identify the DML sequence.""" financialtransDetailsFinDmlSeqNo: FloatInput @conditionalInputPair(pair: 2) """Fintransactionid""" financialtransDetailsFintransactionid: FloatInput @conditionalInputPair(pair: 2) """Fintransid""" financialtransDetailsFintransid: FloatInput @conditionalInputPair(pair: 2) """Folio Number""" financialtransDetailsBillNo: FloatInput @conditionalInputPair(pair: 2) """Folio View""" financialtransDetailsFolioView: FloatInput @conditionalInputPair(pair: 2) """Folioid""" financialtransDetailsFolioid: FloatInput @conditionalInputPair(pair: 2) """From Resv ID""" financialtransDetailsFromResvId: FloatInput @conditionalInputPair(pair: 2) """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.""" financialtransDetailsFtSubtype: StringInput """Guest Account Ledger Credit""" financialtransDetailsGuestAccountCredit: FloatInput @conditionalInputPair(pair: 2) """Debit amount on the guest account""" financialtransDetailsGuestAccountDebit: FloatInput @conditionalInputPair(pair: 2) """Specifies the Hotel acct against which this transaction has beenposted.""" financialtransDetailsHotelAcct: StringInput @conditionalInputPair(pair: 2) """Insert Date""" financialtransDetailsInsertDate: DateTimeInput @conditionalInputPair(pair: 2) """Articleid""" financialtransDetailsArticleid: FloatInput @conditionalInputPair(pair: 2) """Businessdate""" financialtransDetailsBusinessdate: DateInput @conditionalInputPair(pair: 2) """Cashierid""" financialtransDetailsCashierid: FloatInput @conditionalInputPair(pair: 2) """Internal Window ID""" financialtransDetailsFolioNo: FloatInput @conditionalInputPair(pair: 2) """Invoice Number""" financialtransDetailsInvoiceNo: FloatInput @conditionalInputPair(pair: 2) """JRN Update Date and Time""" financialtransDetailsJrnupdatedttm: DateTimeInput @conditionalInputPair(pair: 2) """Link Transaction No""" financialtransDetailsLinkTrxNo: FloatInput @conditionalInputPair(pair: 2) """Internal ID to uniquely identify the Property""" financialtransDetailsLocationid: StringInput @conditionalInputPair(pair: 2) """Name ID""" financialtransDetailsNameId: FloatInput @conditionalInputPair(pair: 2) """Internal ID to uniquely identify the Organization""" financialtransDetailsOrganizationid: FloatInput """Original Resv Name ID""" financialtransDetailsOriginalResvNameId: FloatInput @conditionalInputPair(pair: 2) """Original Room""" financialtransDetailsOriginalRoom: StringInput @conditionalInputPair(pair: 2) """Originalresvid""" financialtransDetailsOriginalresvid: FloatInput @conditionalInputPair(pair: 2) """Package""" financialtransDetailsProduct: StringInput @conditionalInputPair(pair: 2) """Credit amount on the guest package account.""" financialtransDetailsPackageCredit: FloatInput """Debit amount on the guest package account""" financialtransDetailsPackageDebit: FloatInput """Packagelinkfintransid""" financialtransDetailsPackagelinkfintransid: FloatInput @conditionalInputPair(pair: 2) """Parentfintransid""" financialtransDetailsParentfintransid: FloatInput @conditionalInputPair(pair: 2) """Postit Number""" financialtransDetailsPostitNo: FloatInput @conditionalInputPair(pair: 2) """Productid""" financialtransDetailsProductid: StringInput @conditionalInputPair(pair: 2) """Profileid""" financialtransDetailsProfileid: FloatInput @conditionalInputPair(pair: 2) """Code to uniquely identify the Property""" financialtransDetailsResort: StringInput @conditionalInputPair(pair: 1) """Rate Code""" financialtransDetailsRateCode: StringInput @conditionalInputPair(pair: 2) """Ratecodeid""" financialtransDetailsRatecodeid: StringInput @conditionalInputPair(pair: 2) """Indicates the receipt type. Different receipts are identified by different types""" financialtransDetailsRecptType: StringInput """Reservationid""" financialtransDetailsReservationid: FloatInput @conditionalInputPair(pair: 2) """Room Number""" financialtransDetailsRoom: StringInput @conditionalInputPair(pair: 2) """Roomid""" financialtransDetailsRoomid: StringInput @conditionalInputPair(pair: 2) """TRX_NO of the transaction associated with this rounding factor posting.""" financialtransDetailsRoundLinkTrxno: FloatInput @conditionalInputPair(pair: 2) """Link the posting to the routing instruction that is specified during the setup of routing instructions for guests.""" financialtransDetailsRoutingInstrnId: FloatInput @conditionalInputPair(pair: 2) """Tax Elements""" financialtransDetailsTaxElements: StringInput """Transaction Code Group""" financialtransDetailsTcGroup: StringInput """Transaction Code Subgroup""" financialtransDetailsTcSubgroup: StringInput """Tran Action ID""" financialtransDetailsTranActionId: FloatInput @conditionalInputPair(pair: 2) """Transaction Code""" financialtransDetailsTranscodeid: StringInput @conditionalInputPair(pair: 2) """Transaction Date""" financialtransDetailsTrxDate: DateInput @conditionalInputPair(pair: 2) """Transaction Number Added By""" financialtransDetailsTrxNoAddedBy: FloatInput @conditionalInputPair(pair: 2) """Transaction Reservation Name ID""" financialtransDetailsResvNameId: FloatInput @conditionalInputPair(pair: 2) """Transaction Code""" financialtransDetailsTrxCode: StringInput """Trx Number""" financialtransDetailsTrxNo: FloatInput @conditionalInputPair(pair: 2) """Trx Number Against Package""" financialtransDetailsTrxNoAgainstPackage: FloatInput @conditionalInputPair(pair: 2) """The trx_no against which this transaction gets adjusted.""" financialtransDetailsTrxNoAdjust: FloatInput @conditionalInputPair(pair: 2) """Transaction No Header""" financialtransDetailsTrxNoHeader: FloatInput @conditionalInputPair(pair: 2) """User ID""" financialtransDetailsAuthorizerId: FloatInput @conditionalInputPair(pair: 2) """Book ID""" eventpostingDetailsBookId: FloatInput """Central Xchange Date""" eventpostingDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" eventpostingDetailsDsi: FloatInput """Event Post ID Primary Key""" eventpostingDetailsEvPostId: FloatInput """Event ID""" eventpostingDetailsEventId: FloatInput """Eventpostingid""" eventpostingDetailsEventpostingid: FloatInput """JRN Update Date and Time""" eventpostingDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Organization""" eventpostingDetailsOrganizationid: FloatInput """Posted By ID""" eventpostingDetailsPostedById: FloatInput """Code to uniquely identify the Property""" eventpostingDetailsResort: StringInput """Resource Type""" eventpostingDetailsPostedBy: StringInput """Revenue Type""" eventpostingDetailsRevenueType: StringInput """Accounting Year.""" resortbudgetforecastDetailsAccountingYear: FloatInput """Budget Code""" resortbudgetforecastDetailsBudgetCodeType: StringInput """Budget Type""" resortbudgetforecastDetailsBudgetType: StringInput """Budget Code. Can be either Market Code Transaction Code or Custom Code. Depends on field Budget Code Type.""" resortbudgetforecastDetailsBudgetCodeValue: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" resortbudgetforecastDetailsDsi: FloatInput """End Date""" resortbudgetforecastDetailsEndDate: DateInput """JRN Update Date and Time""" resortbudgetforecastDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" resortbudgetforecastDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" resortbudgetforecastDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" resortbudgetforecastDetailsResort: StringInput """Start Date""" resortbudgetforecastDetailsStartDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" expmapfintrxcodesDetailsDsi: FloatInput """Exp Mapping ID""" expmapfintrxcodesDetailsExpMappingId: FloatInput """JRN Update Date and Time""" expmapfintrxcodesDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" expmapfintrxcodesDetailsLocationid: StringInput """Code for the mapping code.""" expmapfintrxcodesDetailsMappingCode: StringInput """Internal ID to uniquely identify the Organization""" expmapfintrxcodesDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" expmapfintrxcodesDetailsResort: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" expmappaymethDetailsDsi: FloatInput """Exp Mapping ID""" expmappaymethDetailsExpMappingId: FloatInput """JRN Update Date and Time""" expmappaymethDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" expmappaymethDetailsLocationid: StringInput """Code for the mapping code.""" expmappaymethDetailsMappingCode: StringInput """Internal ID to uniquely identify the Organization""" expmappaymethDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" expmappaymethDetailsResort: StringInput """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 """Account Code""" accountDetailsAccountCode: FloatInput """Account Number""" accountDetailsAccountNo: StringInput """Name on the account in upper case.""" accountDetailsAccountSname: StringInput """Account Type Flag""" accountDetailsAccTypeFlag: StringInput """Account Type ID""" accountDetailsAccountTypeId: FloatInput """Accountid""" accountDetailsAccountid: FloatInput """Address ID""" accountDetailsAddressId: FloatInput """Begin Date""" accountDetailsBeginDate: DateInput """Central Exchange Date""" accountDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" accountDetailsDsi: FloatInput """Email ID""" accountDetailsEmailId: FloatInput """End Date""" accountDetailsEndDate: DateInput """Fax ID""" accountDetailsFaxId: FloatInput """Accounttypeid""" accountDetailsAccounttypeid: FloatInput """JRN Update Date and Time""" accountDetailsJrnupdatedttm: DateTimeInput """Date of Last Activity on the AR Account in regards to: transfers between accounts payments applied (not unallocated) un-applied reversed and invoice compressions un-compressions on the account.""" accountDetailsLastActivityDate: DateTimeInput """Internal ID to uniquely identify the Property""" accountDetailsLocationid: StringInput """Name ID""" accountDetailsNameId: FloatInput """Internal ID to uniquely identify the Organization""" accountDetailsOrganizationid: FloatInput """Phone ID""" accountDetailsPhoneId: FloatInput """Profileid""" accountDetailsProfileid: FloatInput """Code to uniquely identify the Property""" accountDetailsResort: StringInput """Upper Case Name""" accountDetailsUpperCaseName: StringInput """Article ID""" articleDetailsArticleId: FloatInput """Central Xchange Date""" articleDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" articleDetailsDsi: FloatInput """Articleid""" articleDetailsArticleid: FloatInput """JRN Update Date and Time""" articleDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" articleDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" articleDetailsOrganizationid: FloatInput """Property""" articleDetailsResort: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" calendarperiodDetailsDsi: FloatInput """End Date""" calendarperiodDetailsEndDate: DateInput """JRN Update Date and Time""" calendarperiodDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" calendarperiodDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" calendarperiodDetailsOrganizationid: FloatInput """Period Code""" calendarperiodDetailsCode: StringInput """Indicates Scope of the period. Eg. QUARTER - MONTH -WEEK. Used primarily in OBI.""" calendarperiodDetailsPeriodScope: StringInput """Period Type Description""" calendarperiodDetailsPeriodTypeDesc: StringInput """Code to uniquely identify the Property""" calendarperiodDetailsResort: StringInput """Start Date""" calendarperiodDetailsStartDate: DateInput """Year ID""" calendarperiodDetailsYearId: FloatInput """Yearsetupid""" calendarperiodDetailsYearsetupid: FloatInput """Active YN""" cashierDetailsInactiveflag: StringInput """Cashierid""" cashierDetailsCashierid: FloatInput """Chain Code""" cashierDetailsChainCode: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" cashierDetailsDsi: FloatInput """Decides whether the cashier number is used in interfaces or not. The interface cashiers cannot have numbers more than 999.""" cashierDetailsInterfaceCashierYn: StringInput """JRN Update Date and Time""" cashierDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" cashierDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" cashierDetailsOrganizationid: FloatInput """Payments-Cashier Code""" cashierDetailsCashierId: FloatInput """Property""" cashierDetailsResort: StringInput """Agent""" employeeDetailsAppUser: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" employeeDetailsDsi: FloatInput """Cashier ID for the User""" employeeDetailsDefCashierId: FloatInput """Stores resort name to which user will log in every time""" employeeDetailsDefaultResort: StringInput """Employeeid""" employeeDetailsEmployeeid: FloatInput """JRN Update Date and Time""" employeeDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" employeeDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" employeeDetailsOrganizationid: FloatInput """Foreign key to NAME table that links this USER to an Employee""" employeeDetailsPersonNameId: FloatInput """Primary Rooms Owner Code""" employeeDetailsSrepCode: StringInput """User ID""" employeeDetailsAppUserId: FloatInput """DSI Internal Data Source ID to identify Opera Chain and instance""" expmappackagecodesDetailsDsi: FloatInput """Exp Mapping ID""" expmappackagecodesDetailsExpMappingId: FloatInput """JRN Update Date and Time""" expmappackagecodesDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" expmappackagecodesDetailsLocationid: StringInput """Code for the mapping code.""" expmappackagecodesDetailsMappingCode: StringInput """Internal ID to uniquely identify the Organization""" expmappackagecodesDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" expmappackagecodesDetailsResort: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" financialperiodDetailsDsi: FloatInput """End Date""" financialperiodDetailsEndDate: DateInput """JRN Update Date and Time""" financialperiodDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" financialperiodDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" financialperiodDetailsOrganizationid: FloatInput """Period Code""" financialperiodDetailsCode: StringInput """Indicates Scope of the period. Eg. QUARTER - MONTH -WEEK. Used primarily in OBI.""" financialperiodDetailsPeriodScope: StringInput """Period Type""" financialperiodDetailsPeriodType: StringInput """Periodsetupid""" financialperiodDetailsPeriodsetupid: FloatInput """Code to uniquely identify the Property""" financialperiodDetailsResort: StringInput """Start Date""" financialperiodDetailsStartDate: DateInput """Year ID""" financialperiodDetailsYearId: FloatInput """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 """Currency Code""" foreigncurrencyDetailsCurrencyCode: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" foreigncurrencyDetailsDsi: FloatInput """JRN Update Date and Time""" foreigncurrencyDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Organization""" foreigncurrencyDetailsOrganizationid: FloatInput """Central Xchange Date""" invoicepaymentDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" invoicepaymentDetailsDsi: FloatInput """JRN Update Date and Time""" invoicepaymentDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" invoicepaymentDetailsLocationid: StringInput """Unique Sequence id for each payment applications.""" invoicepaymentDetailsPaymentApplicationId: FloatInput """Code to uniquely identify the Property""" invoicepaymentDetailsResort: StringInput """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 """Base Rate Code""" ratecodeDetailsBaseRateCode: StringInput """Business Date""" ratecodeDetailsBeginBookingDate: DateInput """Central Xchange Date""" ratecodeDetailsCXchangeDate: DateInput """Commission Code""" ratecodeDetailsCommissionCode: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" ratecodeDetailsDsi: FloatInput """Daily Rates Y/N""" ratecodeDetailsDailyRatesYn: StringInput """The rate code on which this rate shedule is dynamically based on.""" ratecodeDetailsDbaseRateCode: StringInput """Display Sequence""" ratecodeDetailsSellSequence: FloatInput """End Date""" ratecodeDetailsEndBookingDate: DateInput """Group Code""" ratecodeDetailsGroupCode: StringInput """JRN Update Date and Time""" ratecodeDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" ratecodeDetailsLocationid: StringInput """Market Code""" ratecodeDetailsMarketCode: StringInput """Maximum Days Advance Booking""" ratecodeDetailsMaxDvanceBooking: FloatInput """Maximum Length of Stay""" ratecodeDetailsMaxLos: FloatInput """Maximum Occupancy""" ratecodeDetailsMaxOccupancy: FloatInput """Minimum Days Advance Booking""" ratecodeDetailsMinAdvanceBooking: FloatInput """Minimum Occupancy""" ratecodeDetailsMinOccupancy: FloatInput """Order By""" ratecodeDetailsOrderBy: FloatInput """Internal ID to uniquely identify the Organization""" ratecodeDetailsOrganizationid: FloatInput """Original Rate Code""" ratecodeDetailsRateCode: StringInput """Indicates the order in which this rate should be displayed during the booking process when the ors_rate_sell_sequence functionality is active.""" ratecodeDetailsOrsSellSequence: FloatInput """Indicates whether the rate code is pending for approval or not""" ratecodeDetailsPendingApprovalYn: StringInput """Code to uniquely identify the Property""" ratecodeDetailsResort: StringInput """Yield rate bucket""" ratecodeDetailsRateBucket: StringInput """Rate Code ID""" ratecodeDetailsRateCodeId: StringInput """Rate Level this rate code belongs to.""" ratecodeDetailsRateLevel: FloatInput """Source Code""" ratecodeDetailsSourceCode: StringInput """Rate transaction code""" ratecodeDetailsTransactionCode: StringInput """Indicates the lengh of Stay Unit in days. If value is > 1 then it is a pkg rate code.""" ratecodeDetailsLosUnit: FloatInput """DSI Internal Data Source ID to identify Opera Chain and instance""" rateseasonDetailsDsi: FloatInput """End Date""" rateseasonDetailsEndDate: DateInput """JRN Update Date and Time""" rateseasonDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" rateseasonDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" rateseasonDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" rateseasonDetailsResort: StringInput """Rate Code""" rateseasonDetailsRateCode: StringInput """Rateseasonid""" rateseasonDetailsRateseasonid: StringInput """Season Code""" rateseasonDetailsSeason: StringInput """Start Date""" rateseasonDetailsBeginDate: DateInput """Business Date""" repcalendarDetailsDaykey: DateInput """Calendar""" repcalendarDetailsCalendarcode: StringInput """Calendarpkid""" repcalendarDetailsCalendarpkid: FloatInput """Periodpkid""" repcalendarDetailsPeriodpkid: FloatInput """Quarter""" repcalendarDetailsQuartercode: StringInput """Quarterpkid""" repcalendarDetailsQuarterpkid: FloatInput """Year""" repcalendarDetailsYearcode: FloatInput """Yearpkid""" repcalendarDetailsYearpkid: FloatInput """Actual Check In Date Time""" reservationDetailsActualCheckInDateTime: DateTimeInput """Actual Check Out Date Time""" reservationDetailsActualCheckOutDateTime: DateTimeInput """Actual Check-Out Date""" reservationDetailsActualCheckOutDate: DateInput """Addressee Name ID""" reservationDetailsAddresseeNameId: FloatInput """Block ID""" reservationDetailsAllotmentid: FloatInput """Arrival Date""" reservationDetailsTruncBeginDate: DateInput """Billing Contact ID""" reservationDetailsBillingContactId: FloatInput """Billing Contact Profile ID""" reservationDetailsBillingcontactprofileid: FloatInput """Block ID""" reservationDetailsAllotmentHeaderId: FloatInput """Bonus Check ID""" reservationDetailsBonusCheckId: FloatInput """Business Date Created""" reservationDetailsBusinessDateCreated: DateInput """Central Xchange Date""" reservationDetailsCXchangeDate: DateInput """Cancellation Date""" reservationDetailsCancellationDate: DateTimeInput """Cancellation Number""" reservationDetailsCancellationNo: StringInput """Chain Code""" reservationDetailsChainCode: StringInput """Shared Confirmation Number""" reservationDetailsConfirmationNo: StringInput """Credit Card ID""" reservationDetailsCreditCardId: FloatInput """Custom Reference Number""" reservationDetailsCustomReference: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" reservationDetailsDsi: FloatInput """Departure Date""" reservationDetailsTruncEndDate: DateInput """End Datetime""" reservationDetailsEnddatetime: DateTimeInput """Endbusinessdate""" reservationDetailsEndbusinessdate: DateInput """Event ID""" reservationDetailsEventId: FloatInput """Date the folio was changed to closed.""" reservationDetailsFolioCloseDate: DateInput """Guaranteecodeid""" reservationDetailsGuaranteecodeid: StringInput """Guestprofileid""" reservationDetailsGuestprofileid: FloatInput """Insert Action Instance ID""" reservationDetailsInsertActionInstanceId: FloatInput """Insert Date""" reservationDetailsInsertDate: DateTimeInput """Insert DateTime""" reservationDetailsInsertdatetime: DateTimeInput """Insert User""" reservationDetailsInsertUser: FloatInput """Award Membership ID""" reservationDetailsAwardMembershipId: FloatInput """JRN Update Date and Time""" reservationDetailsJrnupdatedttm: DateTimeInput """Linked Departure Date""" reservationDetailsEndDate: DateTimeInput """Internal ID to uniquely identify the Property""" reservationDetailsLocationid: StringInput """Name Usage Type""" reservationDetailsNameUsageType: StringInput """Internal ID to uniquely identify the Organization""" reservationDetailsOrganizationid: FloatInput """Original End Date""" reservationDetailsOriginalEndDate: DateInput """Parent Resv Name ID""" reservationDetailsParentResvNameId: FloatInput """Parentreservationid""" reservationDetailsParentreservationid: FloatInput """Identifies the charging status of the reservation after check out. O=Open Checkout P=Charging Privileges C=Closed Checkout.""" reservationDetailsPostCoFlag: StringInput """Quote ID provided by external system.""" reservationDetailsQuoteId: StringInput """Resv Contact ID""" reservationDetailsResvContactId: FloatInput """Reservation Name ID""" reservationDetailsResvNameId: FloatInput """Reservation Status""" reservationDetailsResvStatus: StringInput """Reservation Type""" reservationDetailsGuaranteeCode: StringInput """Reservationid""" reservationDetailsReservationid: FloatInput """Property""" reservationDetailsResort: StringInput """Auto generated charge number for Point Of Sale systems to identify guests.""" reservationDetailsResortChargeNumber: StringInput """Reservation Nameid""" reservationDetailsResvNameid: FloatInput """Resvcontactprofileid""" reservationDetailsResvcontactprofileid: FloatInput """Rh Billing Contact ID""" reservationDetailsRhBillingContactId: FloatInput """Rh Resv Contact ID""" reservationDetailsRhResvContactId: FloatInput """Room Category""" reservationDetailsRoomCategory: StringInput """Roomcategoryid""" reservationDetailsRoomcategoryid: StringInput """Is the guest scheduled for automatic check out?""" reservationDetailsScheduleCheckoutYn: StringInput """This is CAPITOL version of guest_first_name""" reservationDetailsSguestFirstname: StringInput """Sguest Name""" reservationDetailsSguestName: StringInput """Shared Profile ID""" reservationDetailsNameId: FloatInput """Shared Reservation Status""" reservationDetailsReservationStatus: StringInput """Stores resv_name_id of the original multi room reservation from which this reservation is split off.""" reservationDetailsSplitFromResvNameId: FloatInput """Splitfromreservationid""" reservationDetailsSplitfromreservationid: FloatInput """This is the actual check out date with no time component.""" reservationDetailsTruncActualCheckOutDate: DateInput """Universal Card ID used by interfaces for key encoding purposes.""" reservationDetailsUniCardId: StringInput """Update Date""" reservationDetailsUpdateDate: DateTimeInput """Update Datetime""" reservationDetailsUpdatedatetime: DateTimeInput """DSI Internal Data Source ID to identify Opera Chain and instance""" revenuepackagesDetailsDsi: FloatInput """JRN Update Date and Time""" revenuepackagesDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" revenuepackagesDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" revenuepackagesDetailsOrganizationid: FloatInput """Package Code""" revenuepackagesDetailsProductpmsref: StringInput """Product""" revenuepackagesDetailsProduct: StringInput """Productid""" revenuepackagesDetailsProductid: StringInput """Code to uniquely identify the Property""" revenuepackagesDetailsResort: StringInput """RnA Insertdate""" revenuepackagesDetailsRnaInsertdate: DateTimeInput """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 """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 """Central Xchange Date""" transcodeDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" transcodeDetailsDsi: FloatInput """JRN Update Date and Time""" transcodeDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" transcodeDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" transcodeDetailsOrganizationid: FloatInput """Property""" transcodeDetailsResort: StringInput """Transcodeid""" transcodeDetailsTranscodeid: StringInput """Trx Code""" transcodeDetailsTrxCode: StringInput """Arrangement Code""" transcodearrangmentDetailsArrangementCode: StringInput """Arrangement ID""" transcodearrangmentDetailsArrangementId: FloatInput """Arrangement Type""" transcodearrangmentDetailsType: StringInput """Central Xchange Date""" transcodearrangmentDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" transcodearrangmentDetailsDsi: FloatInput """User defined Export Bucket type.""" transcodearrangmentDetailsExportBucketType: StringInput """JRN Update Date and Time""" transcodearrangmentDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" transcodearrangmentDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" transcodearrangmentDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" transcodearrangmentDetailsResort: StringInput """Transcodearrangementid""" transcodearrangmentDetailsTranscodearrangementid: FloatInput """Actual Check In Date Time""" fromReservationDetailsActualCheckInDateTime: DateTimeInput """Actual Check Out Date Time""" fromReservationDetailsActualCheckOutDateTime: DateTimeInput """Actual Check-Out Date""" fromReservationDetailsActualCheckOutDate: DateInput """Addressee Name ID""" fromReservationDetailsAddresseeNameId: FloatInput """Block ID""" fromReservationDetailsAllotmentid: FloatInput """Arrival Date""" fromReservationDetailsTruncBeginDate: DateInput """Billing Contact ID""" fromReservationDetailsBillingContactId: FloatInput """Billing Contact Profile ID""" fromReservationDetailsBillingcontactprofileid: FloatInput """Block ID""" fromReservationDetailsAllotmentHeaderId: FloatInput """Bonus Check ID""" fromReservationDetailsBonusCheckId: FloatInput """Business Date Created""" fromReservationDetailsBusinessDateCreated: DateInput """Central Xchange Date""" fromReservationDetailsCXchangeDate: DateInput """Cancellation Date""" fromReservationDetailsCancellationDate: DateTimeInput """Cancellation Number""" fromReservationDetailsCancellationNo: StringInput """Shared Confirmation Number""" fromReservationDetailsConfirmationNo: StringInput """Credit Card ID""" fromReservationDetailsCreditCardId: FloatInput """Custom Reference Number""" fromReservationDetailsCustomReference: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" fromReservationDetailsDsi: FloatInput """Departure Date""" fromReservationDetailsTruncEndDate: DateInput """End Datetime""" fromReservationDetailsEnddatetime: DateTimeInput """Endbusinessdate""" fromReservationDetailsEndbusinessdate: DateInput """Event ID""" fromReservationDetailsEventId: FloatInput """Date the folio was changed to closed.""" fromReservationDetailsFolioCloseDate: DateInput """Guaranteecodeid""" fromReservationDetailsGuaranteecodeid: StringInput """Guestprofileid""" fromReservationDetailsGuestprofileid: FloatInput """Insert Action Instance ID""" fromReservationDetailsInsertActionInstanceId: FloatInput """Insert Date""" fromReservationDetailsInsertDate: DateTimeInput """Insert DateTime""" fromReservationDetailsInsertdatetime: DateTimeInput """Insert User""" fromReservationDetailsInsertUser: FloatInput """Award Membership ID""" fromReservationDetailsAwardMembershipId: FloatInput """JRN Update Date and Time""" fromReservationDetailsJrnupdatedttm: DateTimeInput """Linked Departure Date""" fromReservationDetailsEndDate: DateTimeInput """Internal ID to uniquely identify the Property""" fromReservationDetailsLocationid: StringInput """Name Usage Type""" fromReservationDetailsNameUsageType: StringInput """Internal ID to uniquely identify the Organization""" fromReservationDetailsOrganizationid: FloatInput """Original End Date""" fromReservationDetailsOriginalEndDate: DateInput """Parent Resv Name ID""" fromReservationDetailsParentResvNameId: FloatInput """Parentreservationid""" fromReservationDetailsParentreservationid: FloatInput """Identifies the charging status of the reservation after check out. O=Open Checkout P=Charging Privileges C=Closed Checkout.""" fromReservationDetailsPostCoFlag: StringInput """Quote ID provided by external system.""" fromReservationDetailsQuoteId: StringInput """Resv Contact ID""" fromReservationDetailsResvContactId: FloatInput """Reservation Name ID""" fromReservationDetailsResvNameId: FloatInput """Reservation Status""" fromReservationDetailsResvStatus: StringInput """Reservation Type""" fromReservationDetailsGuaranteeCode: StringInput """Reservationid""" fromReservationDetailsReservationid: FloatInput """Property""" fromReservationDetailsResort: StringInput """Auto generated charge number for Point Of Sale systems to identify guests.""" fromReservationDetailsResortChargeNumber: StringInput """Reservation Nameid""" fromReservationDetailsResvNameid: FloatInput """Resvcontactprofileid""" fromReservationDetailsResvcontactprofileid: FloatInput """Rh Billing Contact ID""" fromReservationDetailsRhBillingContactId: FloatInput """Rh Resv Contact ID""" fromReservationDetailsRhResvContactId: FloatInput """Room Category""" fromReservationDetailsRoomCategory: StringInput """Roomcategoryid""" fromReservationDetailsRoomcategoryid: StringInput """Is the guest scheduled for automatic check out?""" fromReservationDetailsScheduleCheckoutYn: StringInput """This is CAPITOL version of guest_first_name""" fromReservationDetailsSguestFirstname: StringInput """Sguest Name""" fromReservationDetailsSguestName: StringInput """Shared Profile ID""" fromReservationDetailsNameId: FloatInput """Shared Reservation Status""" fromReservationDetailsReservationStatus: StringInput """Stores resv_name_id of the original multi room reservation from which this reservation is split off.""" fromReservationDetailsSplitFromResvNameId: FloatInput """Splitfromreservationid""" fromReservationDetailsSplitfromreservationid: FloatInput """This is the actual check out date with no time component.""" fromReservationDetailsTruncActualCheckOutDate: DateInput """Universal Card ID used by interfaces for key encoding purposes.""" fromReservationDetailsUniCardId: StringInput """Update Date""" fromReservationDetailsUpdateDate: DateTimeInput """Update Datetime""" fromReservationDetailsUpdatedatetime: DateTimeInput """Actual Check In Date Time""" toReservationDetailsActualCheckInDateTime: DateTimeInput """Actual Check Out Date Time""" toReservationDetailsActualCheckOutDateTime: DateTimeInput """Actual Check-Out Date""" toReservationDetailsActualCheckOutDate: DateInput """Addressee Name ID""" toReservationDetailsAddresseeNameId: FloatInput """Block ID""" toReservationDetailsAllotmentid: FloatInput """Arrival Date""" toReservationDetailsTruncBeginDate: DateInput """Billing Contact ID""" toReservationDetailsBillingContactId: FloatInput """Billing Contact Profile ID""" toReservationDetailsBillingcontactprofileid: FloatInput """Block ID""" toReservationDetailsAllotmentHeaderId: FloatInput """Bonus Check ID""" toReservationDetailsBonusCheckId: FloatInput """Business Date Created""" toReservationDetailsBusinessDateCreated: DateInput """Central Xchange Date""" toReservationDetailsCXchangeDate: DateInput """Cancellation Date""" toReservationDetailsCancellationDate: DateTimeInput """Cancellation Number""" toReservationDetailsCancellationNo: StringInput """Shared Confirmation Number""" toReservationDetailsConfirmationNo: StringInput """Credit Card ID""" toReservationDetailsCreditCardId: FloatInput """Custom Reference Number""" toReservationDetailsCustomReference: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" toReservationDetailsDsi: FloatInput """Departure Date""" toReservationDetailsTruncEndDate: DateInput """End Datetime""" toReservationDetailsEnddatetime: DateTimeInput """Endbusinessdate""" toReservationDetailsEndbusinessdate: DateInput """Event ID""" toReservationDetailsEventId: FloatInput """Date the folio was changed to closed.""" toReservationDetailsFolioCloseDate: DateInput """Guaranteecodeid""" toReservationDetailsGuaranteecodeid: StringInput """Guestprofileid""" toReservationDetailsGuestprofileid: FloatInput """Insert Action Instance ID""" toReservationDetailsInsertActionInstanceId: FloatInput """Insert Date""" toReservationDetailsInsertDate: DateTimeInput """Insert DateTime""" toReservationDetailsInsertdatetime: DateTimeInput """Insert User""" toReservationDetailsInsertUser: FloatInput """Award Membership ID""" toReservationDetailsAwardMembershipId: FloatInput """JRN Update Date and Time""" toReservationDetailsJrnupdatedttm: DateTimeInput """Linked Departure Date""" toReservationDetailsEndDate: DateTimeInput """Internal ID to uniquely identify the Property""" toReservationDetailsLocationid: StringInput """Name Usage Type""" toReservationDetailsNameUsageType: StringInput """Internal ID to uniquely identify the Organization""" toReservationDetailsOrganizationid: FloatInput """Original End Date""" toReservationDetailsOriginalEndDate: DateInput """Parent Resv Name ID""" toReservationDetailsParentResvNameId: FloatInput """Parentreservationid""" toReservationDetailsParentreservationid: FloatInput """Identifies the charging status of the reservation after check out. O=Open Checkout P=Charging Privileges C=Closed Checkout.""" toReservationDetailsPostCoFlag: StringInput """Quote ID provided by external system.""" toReservationDetailsQuoteId: StringInput """Resv Contact ID""" toReservationDetailsResvContactId: FloatInput """Reservation Name ID""" toReservationDetailsResvNameId: FloatInput """Reservation Status""" toReservationDetailsResvStatus: StringInput """Reservation Type""" toReservationDetailsGuaranteeCode: StringInput """Reservationid""" toReservationDetailsReservationid: FloatInput """Property""" toReservationDetailsResort: StringInput """Auto generated charge number for Point Of Sale systems to identify guests.""" toReservationDetailsResortChargeNumber: StringInput """Reservation Nameid""" toReservationDetailsResvNameid: FloatInput """Resvcontactprofileid""" toReservationDetailsResvcontactprofileid: FloatInput """Rh Billing Contact ID""" toReservationDetailsRhBillingContactId: FloatInput """Rh Resv Contact ID""" toReservationDetailsRhResvContactId: FloatInput """Room Category""" toReservationDetailsRoomCategory: StringInput """Roomcategoryid""" toReservationDetailsRoomcategoryid: StringInput """Is the guest scheduled for automatic check out?""" toReservationDetailsScheduleCheckoutYn: StringInput """This is CAPITOL version of guest_first_name""" toReservationDetailsSguestFirstname: StringInput """Sguest Name""" toReservationDetailsSguestName: StringInput """Shared Profile ID""" toReservationDetailsNameId: FloatInput """Shared Reservation Status""" toReservationDetailsReservationStatus: StringInput """Stores resv_name_id of the original multi room reservation from which this reservation is split off.""" toReservationDetailsSplitFromResvNameId: FloatInput """Splitfromreservationid""" toReservationDetailsSplitfromreservationid: FloatInput """This is the actual check out date with no time component.""" toReservationDetailsTruncActualCheckOutDate: DateInput """Universal Card ID used by interfaces for key encoding purposes.""" toReservationDetailsUniCardId: StringInput """Update Date""" toReservationDetailsUpdateDate: DateTimeInput """Update Datetime""" toReservationDetailsUpdatedatetime: DateTimeInput } type Query { """Detailed information on all posted transactions including net and gross amounts currency calendar and financial period market and rate code""" financialTransactionDetails(limit: Int offset: Int input: FinancialTransactionDetailsQueryArgumentsType!): [FinancialTransactionDetailsType] } type FinancialTransactionDetailsType { """Financial Transaction""" financialTransactionDetails: FinancialTransactionDetailsFinancialTransactionDetailsType """Event Posting Details""" eventPostingDetails: FinancialTransactionDetailsEventPostingDetailsType """Property Budget Forecast""" propertyBudgetForecastDetails: FinancialTransactionDetailsPropertyBudgetForecastDetailsType """Export Map Fintrxcodes""" exportMapFintrxcodesDetails: FinancialTransactionDetailsExportMapFintrxcodesDetailsType """Export Map Pay Meth""" exportMapPayMethDetails: FinancialTransactionDetailsExportMapPayMethDetailsType """Resort Details""" propertyPropertyDetails: FinancialTransactionDetailsPropertyPropertyDetailsType """Account Details""" accountDetails: FinancialTransactionDetailsAccountDetailsType """Article Details""" articleDetails: FinancialTransactionDetailsArticleDetailsType """Calendar Period Details""" calendarPeriodDetails: FinancialTransactionDetailsCalendarPeriodDetailsType """Cashier Details""" cashierDetails: FinancialTransactionDetailsCashierDetailsType """Employee Details""" employeeDetails: FinancialTransactionDetailsEmployeeDetailsType """Export Map Packagecodes""" exportMapPackagecodesDetails: FinancialTransactionDetailsExportMapPackagecodesDetailsType """Financial Period Details""" financialPeriodDetails: FinancialTransactionDetailsFinancialPeriodDetailsType """Folio Tax Details""" folioTaxDetails: FinancialTransactionDetailsFolioTaxDetailsType """Foreign Currency Details""" foreignCurrencyDetails: FinancialTransactionDetailsForeignCurrencyDetailsType """Invoice Payment Details""" invoicePaymentDetails: FinancialTransactionDetailsInvoicePaymentDetailsType """Profile All Details""" profileAllInformationDetails: FinancialTransactionDetailsProfileAllInformationDetailsType """Rate Code Details""" rateCodeDetails: FinancialTransactionDetailsRateCodeDetailsType """Rate Season Details""" rateSeasonDetails: FinancialTransactionDetailsRateSeasonDetailsType """Report Calendar""" reportCalendarDetails: FinancialTransactionDetailsReportCalendarDetailsType """Reservation Details""" reservationDetails: FinancialTransactionDetailsReservationDetailsType """Revenue Packages Details""" revenuePackagesDetails: FinancialTransactionDetailsRevenuePackagesDetailsType """Room Details""" roomDetails: FinancialTransactionDetailsRoomDetailsType """Routing Instruction Details""" routingInstructionDetails: FinancialTransactionDetailsRoutingInstructionDetailsType """Transaction Code""" transactionCodeDetails: FinancialTransactionDetailsTransactionCodeDetailsType """Transaction Code Arrangment""" transactionCodeArrangmentDetails: FinancialTransactionDetailsTransactionCodeArrangmentDetailsType """From Reservation Details""" fromReservationDetails: FinancialTransactionDetailsFromReservationDetailsType """To Reservation Details""" toReservationDetails: FinancialTransactionDetailsToReservationDetailsType financialTransactionDetailsRecordCount: Int } type FinancialTransactionDetailsFinancialTransactionDetailsType { """AR Charge Transfer YN""" aRChargeTransferFlagYN: String """Indicates if an individual charge has been transferred to another invoice in AR. Used to disallow operations such as the transfer of same charge multiple times editing an already transferred charge etc.""" aRChargeTransferYN: String """AR Ledger Credit""" aRLedgerCredit: Float """AR Ledger Debit""" aRLedgerDebit: Float """AR State""" aRState: String """AR Transfer Date""" aRTransferDate: Date """Set Y to transactions when the application parameter ONLY POST TAXES ONCE FOR APARTMENT STYLE BILLING CHARGES is set. Proper rows and net amount will be shown in reports when the parameter is turned on or off.""" aSBOnlyPostTaxesOnceYn: String """Populate the tax rows that are inserted for Trial balance with "ASB_TB_TAX". Other reports and screens will hide these transactions.""" aSBTaxFlag: String """Account Code""" accountCode: Float """Account Name""" accountName: String """Account Number""" accountNumber: String """Account Type Flag""" accountTypeFlag: String """Accountid""" accountid: Float """Adjustment YN""" adjustmentYN: String """Transaction code of the master posting of the automatic adjustment posting for advanced generates.""" advGenerateTrxCode: String """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 """Indicates the automatic adjustment posting for advanced generates. Possible values are ?NA? ?CO?.""" advancedGeneratedAdjustment: String """Advgentranscodeid""" advgentranscodeid: String """Distinguish "Same day" package from a next day package by storing N/S.""" allowanceType: String """Indicates ASB transactions: Rental charge for an [A]partment Style Rental Cycle [O]ffsetting transaction for Rental charge for an Apartment Style Rental Cycle [N]ightly Rental Posting [W]aived Nights Rental Posting""" apartmentStyleBillingType: String """Approval Code""" approvalCode: String """Approval Date""" approvalDate: Date """Approval Status""" approvalStatus: String """Arrangement Code""" arrangementCode: String """Arrangement Description for the Transaction Code.""" arrangementDesc: String """Arrangement ID""" arrangementId: Float """Article ID""" articleId: Float """Indicates the associated receipt number printed for a particular receipt type.""" associatedReceiptNo: Float """Indicates the associated transaction number for a particular receipt type.""" associatedTrxNumber: Float """Authemployeeid""" authemployeeid: Float """Authorizer""" authorizer: String """Indicates if this column was automatically created for Automatic Credit Bills.""" autoCreditbillYn: String """Auto Settle Y/N""" autoSettleYn: String """Billing Event ID""" billingEventID: Float """Bonus Check ID""" bonusCheckId: Float """Bucket code related to this redemption.""" bucketCode: String """Indicates that this transaction was a gaming bucket redemption.""" bucketRedempYn: String """Business Date""" businessDate: Date """Central Cashier Opening Balance""" cCashierOpeningBalance: Float """Central Change Due""" cChangeDue: Float """Central Contract Gross Amount""" cContractGrossAmount: Float """Central Contract Guest Credit""" cContractGuestCredit: Float """Central Contract Guest Debit""" cContractGuestDebit: Float """Central Contract Net Amount""" cContractNetAmount: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Forex Comm Amount""" cForexCommissionAmount: Float """Central Org Ar Led Debit""" cOrganizationARLedgerDebit: Float """Central Org Posted Amount""" cOrganizationPostedAmount: Float """Central Package Allowance""" cPackageAllowance: Float """Central Parallel Gross Amount""" cParallelGrossAmount: Float """Central Parallel Guest Credit""" cParallelGuestCredit: Float """Central Parallel Guest Debit""" cParallelGuestDebit: Float """Central Parallel Net Amount""" cParallelNetAmount: Float """Central Payment Surcharge Amt""" cPaymentSurchargeAmount: Float """Central Tax Rate""" cTaxRate: Float """Central Vat Amount""" cVatAmount: Float """CC Approval Code""" cCApproval: String """Calculate Points YN""" calculatePointsYN: String """Cash Bag Number""" cashBagNumber: String """Cashier""" cashier: String """Cashier Credit""" cashierCredit: Float """Cashier Debit""" cashierDebit: Float """Cashier ID""" cashierID: Float """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 """Central AR Ledger Credit""" centralARLedgerCredit: Float """Central AR Ledger Debit""" centralARLedgerDebit: Float """Central Advanced Generated Transaction Code""" centralAdvancedGeneratedTransactionCode: String """Central Cashier Credit""" centralCashierCredit: Float """Central Cashier Debit""" centralCashierDebit: Float """Central Credit Card Surcharge""" centralCreditCardSurcharge: Float """Central Deposit Amount Paid""" centralDepositAmountPaid: Float """Central Deposit Ledger Credit""" centralDepositLedgerCredit: Float """Central Deposit Ledger Debit""" centralDepositLedgerDebit: Float """Central Gross Amount""" centralGrossAmount: Float """Central Guest Account Ledger Credit""" centralGuestAccountLedgerCredit: Float """Central Guest Account Ledger Debit""" centralGuestAccountLedgerDebit: Float """Central In-House Credit""" centralInHouseCredit: Float """Central In-House Debit""" centralInHouseDebit: Float """Central Market Code""" centralMarketCode: String """Central Market Description""" centralMarketDescription: String """Central Market Group Code""" centralMarketGroupCode: String """Central Market Group Description""" centralMarketGroupDescription: String """Central Net Amount""" centralNetAmount: Float """Central Non Revenue Amount""" centralNonRevenueAmount: Float """Central Package""" centralPackage: String """Central Package Ledger Credit""" centralPackageLedgerCredit: Float """Central Package Ledger Debit""" centralPackageLedgerDebit: Float """Central Posted Amount in Base Currency""" centralPostedAmountInBaseCurrency: Float """Central Price Per Unit""" centralPricePerUnit: Float """Central Revenue Included""" centralRevenueIncluded: Float """Central Transaction Code Description""" centralTransactionCodeDescription: String """Central Trial Balance Amount Gross""" centralTrialBalanceAmountGross: Float """Central Trial Balance Amount Net""" centralTrialBalanceAmountNet: Float """Chain Code""" chainCode: String """Change Due""" changeDue: Float """This field will store the file number for the guest check PNG file which has to be appended to the application settings base URL.""" checkFileId: String """Check Number""" checkNumber: String """Closure Number""" closureNumber: Float """Y => tax posting for a collecting agent""" collectionAgentPostingYn: String """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 """Complinktranscodeid""" complinktranscodeid: String """Compressed Y/N""" compressedYn: String """Contract Foreign Currency ID""" contractforeigncurrencyid: String """Indicates if this transaction is used as part of a correction folio.""" correctionYn: String """Coupon Number""" couponNo: 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 """This is the custom charge date populated by Property Charge Adjustments.""" customChargeDate: Date """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Debit YN""" debitYN: String """Deferred Y/N""" deferredYn: String """Deleted Flag""" deletedFlag: 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 """Depositlinkfintransid""" depositlinkfintransid: Float """Displayflag""" displayflag: String """Cuurency code for parrallel currency.""" dualCurrency: String """Dual Currency Gross Amount""" dualCurrencyGrossAmount: Float """Credit amount on the guest account stored in parrallel currency.""" dualCurrencyGuestCredit: Float """Debit amount on the guest account stored in parrallel currency.""" dualCurrencyGuestDebit: Float """Dual Currency Net Amount""" dualCurrencyNetAmount: Float """Transactions statement date used for OVOS statement reports to allocate transactions into required statement period.""" effectiveDate: Date """Stores the voucher_no from VOUCHERS_DETAILS to keep track of voucher amount consumed.""" electronicVoucherNo: Float """File Name of the Electronically Signed Payment Receipt.""" esignedReceiptName: String """Euro Exchange Rate""" euroExchangeRate: Float """Exchange difference posting transaction number of the posting that generated the exchange difference.""" exchDifferenceTrxNumber: 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 """Export Invoice Type""" expInvoiceType: String """Export Original Invoice""" expOriginalInvoice: String """Oxi interface to External System Result message text.""" extSysResultMsg: String """Transaction ID from external system.""" extTransactionId: String """Flexible Benefit Award certificate number.""" fbaCertificateNumber: String """Number to identify the DML sequence.""" financialDmlSeqNumber: Float """Financial Transaction Code Type""" financialTransactionCodeType: String """Fintransactionid""" fintransactionid: Float """Fintransid""" fintransid: Float """Fiscal Bill Number""" fiscalBillNo: String """Fixed Charges YN""" fixedChargesYN: String """Folio Number""" folioNo: Float """Folio Type""" folioType: String """Folio Type Join""" folioTypeJoin: String """Folio View""" folioView: Float """Folioid""" folioid: Float """Foreign Currency ID""" foreignCurrencyID: String """Foreign Exchange commission amount.""" forexCommAmount: Float """Foreign Exchange commission percentage.""" forexCommPerc: Float """Populate as Y for transactions posted with application settings 1)Currency Exchange Tax and 2)Currency Exchange Offset.""" forexTaxYn: String """Type of Foreign Currency Exchange. B=Buy S=Sell.""" forexType: 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 """HYATT mode: Gold Passport Award Cancel Code. Field will be populated for transactions that are created when awards redeemed in the past are cancelled e.g. when a Folio is Re-opened.""" gpAwardCancelCode: String """HYATT mode: Gold Passport Award Code associated with the redemption of points. Field will be populated for a payment transaction.""" gpAwardCode: String """Gross Amount""" grossAmount: Float """HYATT mode: Indicates if an Award Transaction was cancelled.""" groupAwardCancelledYN: String """Guest Account Ledger Credit""" guestAccountLedgerCredit: Float """Debit amount on the guest account""" guestAccountLedgerDebit: Float """Guest Country""" guestCountry: String """Guest Country Code""" guestCountryCode: String """Specifies the Hotel acct against which this transaction has beenposted.""" hotelAcct: String """In-House Credit""" inHouseCredit: Float """In-House Debit""" inHouseDebit: Float """Identifies if this transaction has had inclusive taxes removed during comping.""" incTaxDeductedYn: String """Ind Adjustment Y/N""" individualAdjustmentYN: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """The name of the user who created the record.""" insertUserName: String """Installments""" installments: Float """Articleid""" internalArticleid: Float """Businessdate""" internalBusinessdate: Date """Cashierid""" internalCashierid: Float """Internal Window ID""" internalWindowId: Float """Internal YN""" internalYN: String """Invoice Close Date""" invoiceCloseDate: Date """Invoice Number""" invoiceNumber: Float """Invoice Type""" invoiceType: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Link Transaction No""" linkTrxNumber: Float """Internal ID to uniquely identify the Property""" locationID: String """Market Code""" marketCode: String """Market Description""" marketDescription: String """Market Display Sequence""" marketDisplaySequence: Float """Market Group Code""" marketGroupCode: String """Market Group Description""" marketGroupDescription: String """Market Group Display Sequence""" marketGroupDisplaySequence: Float """Marketid""" marketid: String """Membership ID""" membershipID: Float """Sequence number generated automatically when packages are posted during manual room and tax.""" mtrxNoAgainstPackage: Float """Name ID""" nameId: Float """Name Tax Type""" nameTaxType: String """Net Amount""" netAmount: Float """Non Revenue Amount""" nonRevenueAmount: Float """Number Dialed.""" numberDialed: String """Transaction Description.""" oTransactionDesc: String """Currency code for contract currency.""" oVOSCurrency: String """Contract equivalent to the GROSS_AMOUNT field value for the transaction number this record applies to.""" oVOSGrossAmount: Float """Stores the credit amount on the guest account in contract currency.""" oVOSGuestCredit: Float """Stores the debit amount on the guest account in contract currency.""" oVOSGuestDebit: Float """Contract equivalent to the NET_AMOUNT field value for the transaction number this record applies to.""" oVOSNetAmount: Float """On Hold YN""" onHoldYN: String """The original transaction amount sent to the financial API.""" orgPostedAmount: Float """Stores the original AR ledger debit amount for Direct Bill transactions.""" organizationArLedgerDebit: Float """Internal ID to uniquely identify the Organization""" organizationID: 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 """Originalresvid""" originalresvid: Float """Others Bag Number""" othersBagNumber: 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 """Packagelinkfintransid""" packagelinkfintransid: Float """Parallel Foreign Currency ID""" parallelforeigncurrencyid: String """Parentfintransid""" parentfintransid: Float """Passerby Name.""" passerByName: String """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 """Processed 8300 YN""" processed8300YN: String """Productid""" productid: String """Profileid""" profileid: Float """Populated with [P] for package profit and [L] for package loss transactions.""" profitLossFlag: String """Proforma Y/N""" proformaYn: String """Code to uniquely identify the Property""" property: String """Property Bill Prefix""" propertyBillPrefix: String """Quantity""" quantity: Float """Queue Name""" queueName: String """Rate Code""" rateCode: String """Ratecodeid""" ratecodeid: 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 """Reservationid""" reservationid: Float """Resvenddate""" resvenddate: Date """Revenue Amount.""" revenueAmount: Float """Stores the trx_no of the reversed payment.""" reversePaymentTrxNumber: Float """Revision Number""" revisionNo: Float """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """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 """Roomid""" roomid: 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 date for comp routings - populated only if routed transaction has trx date less than business date.""" routingDate: Date """Link the posting to the routing instruction that is specified during the setup of routing instructions for guests.""" routingInstrnId: Float """Service Charge Included Revenue Tax Percent""" serviceChargeIncludedRevenueTaxPercent: Float """Indicates if the transaction is a service recovery adjustment.""" serviceRecoveryAdjustmentYn: String """Stores the department code responsible for the adjustment.""" serviceRecoveryDeptCode: String """Settlement Flag""" settlementFlag: String """Source Code""" sourceCode: String """Current transaction uses Net or Gross revenue for Source commission calculation.""" sourceCommissionNetYn: String """Source Description""" sourceDescription: String """Source Display Sequence""" sourceDisplaySequence: Float """Source Group Code""" sourceGroupCode: String """Source Group Description""" sourceGroupDescription: String """Source Group Display Sequence""" sourceGroupDisplaySequence: Float """Sourceid""" sourceid: String """Stores the type of split performed: [A]mount [Q]uantity [P]ercent.""" splitType: String """Identifies if the transaction is stamp duty.""" stampDutyYN: String """Supplement""" supplement: String """Current transaction uses Net or Gross revenue for Travel Agent commission calculation.""" taCommissionNetYn: String """Target Property""" targetResort: String """Targetlocationid""" targetlocationid: String """Tax Deferred Until Check-Out YN""" taxDeferredUntilCheckOutYN: String """Tax Elements""" taxElements: String """Tax Generated YN""" taxGeneratedYN: String """Tax Inclusive YN""" taxInclusiveYN: String """Tax Invoice No""" taxInvNumber: String """Tax Rate""" taxRate: Float """Tax Rate Type""" taxRateType: String """Transaction Code Group""" tcGroup: String """Transaction Code Subgroup""" tcSubgroup: String """Class1 Code.""" tclCode1: String """Class1 Code.""" tclCode2: 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 """Transaction Activity Date""" transactionActivityDate: Date """Transaction Code""" transactionCode: String """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 Reservation Name ID""" transactionReservationNameID: Float """Transaction Status""" transactionStatus: String """Transaction Type""" transactionType: String """Transaction from Account""" transactionFromAccount: Float """Transaction to Account""" transactionToAccount: Float """Transactions-Reason Code""" transactionsReasonCode: String """Transcodearrangementid""" transcodearrangementid: Float """Transferfromaccountid""" transferfromaccountid: Float """Transferfromresvid""" transferfromresvid: Float """Transfertoaccountid""" transfertoaccountid: Float """Transfertoresvid""" transfertoresvid: Float """Travel Agent Commissionable YN""" travelAgentCommissionableYN: String """Trial Balance Amount Gross""" trialBalanceAmountGross: Float """Trial Balance Amount Net""" trialBalanceAmountNet: Float """Transaction Code""" trxCode: String """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 """Transaction type: possible values: [CACH].""" trxType: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Flag to identify an Upsell posting.""" upsellChargeYn: String """User ID""" userID: Float """Tax Amount for Commission.""" vatAmount: Float """Vat Offset Y/N""" vatOffsetYn: String """Vendor Tran ID""" vendorTranID: String } type FinancialTransactionDetailsEventPostingDetailsType { """Block ID""" allotmentid: Float """Block Begin Date""" blockBeginDate: Date """Block End Date""" blockEndDate: Date """Book ID""" bookId: Float """Business Date""" businessDate: DateTime """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Posted To Extra""" cPostedToExtra: Float """Central Posted To Incl""" cPostedToIncl: Float """Central Svc Tax Extra""" cSvcTaxExtra: Float """Central Svc Tax Include""" cSvcTaxInclude: Float """Central Tax Extra""" cTaxExtra: Float """Central Tax Incl""" cTaxIncl: Float """Central Trx Extra""" cTransactionExtra: Float """Central Trx Incl""" cTransactionIncl: Float """Service Charge is calculated [NET] or [GROSS] for Extra Revenue ?""" calculationRuleExtra: String """Service Charge is calculated [NET] or [GROSS] for Included Revenue ?""" calculationRuleIncluded: String """Central Posting - Revenue Extra""" centralPostingRevenueExtra: Float """Central Revenue Included""" centralRevenueIncluded: Float """Central Service Charge - Included""" centralServiceChargeIncluded: Float """Central Service Charge- Extra""" centralServiceChargeExtra: Float """Central Tax Type""" centralTaxType: String """Central Tax Type Description""" centralTaxTypeDescription: String """Central Unit Price""" centralUnitPrice: Float """Check Number""" checkNumber: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Event Post ID Primary Key""" evPostId: Float """Event ID""" eventId: Float """Eventpostingid""" eventpostingid: Float """Extraallotmentid""" extraallotmentid: Float """Extraforresvid""" extraforresvid: Float """Extratranscodeid""" extratranscodeid: String """Includedallotmentid""" includedallotmentid: Float """Includedforresvid""" includedforresvid: Float """Includedtranscodeid""" includedtranscodeid: String """Insert User""" insertUser: Float """Eventid""" internalEventid: 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 """Posted By ID""" postedById: Float """The User ID who posted the message.""" postedByUserName: String """Posted Date Extra""" postedDateExtra: Date """Posted Date Included""" postedDateIncluded: Date """Posted To Extra""" postedToExtra: Float """Posted To Incl""" postedToIncl: Float """Posted YN""" postedYN: String """Posted by Property""" postedByProperty: String """Posted to Room - Extra""" postedToRoomExtra: String """Posted to Room - Included""" postedToRoomIncluded: String """Extra Revenue Amount""" postingRevenueExtra: Float """Postinglocationid""" postinglocationid: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """Resource Name""" resourceName: String """Resource Type""" resourceType: String """Included Revenue Amount""" revenueIncluded: Float """Revenue Type""" revenueType: String """Revenuetypeid""" revenuetypeid: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Service Charge - Included""" serviceChargeIncluded: Float """Service Charge Percentage for Extra Revenue.""" serviceChargePercentExtra: Float """Service Charge Percentage for Included Revenue.""" serviceChargePercentIncluded: Float """Service Charge Transaction Code for Included Revenue.""" serviceChargeTransactionCode: String """Service Charge- Extra""" serviceChargeExtra: Float """Svc Tax Extra""" svcTaxExtra: Float """Svc Tax Include""" svcTaxInclude: Float """Service Charge Transaction Code for Extra Revenue.""" svcTrxCodeExtra: String """Transaction ID for Service Charge included Revenue.""" svcTrxNumberExtra: Float """Transaction ID for Service Charge extra Revenue.""" svcTrxNumberIncl: Float """Tax Extra""" taxExtra: Float """Tax Incl""" taxIncl: Float """Tax Type""" taxType: String """Tax Type Description""" taxTypeDescription: String """Transactioncode for Extra Revenue""" transactionCodeExtraRevenue: String """Transactioncode for Included Revenue""" transactionCodeIncludedRevenue: String """Transaction Extra""" trxExtra: Float """Transaction Incl""" trxIncl: Float """Transaction No Extra""" trxNumberExtra: Float """Transaction No Incl""" trxNumberIncl: Float """Unit Price""" unitPrice: Float """Number of units which will be used to calculate the total revenue to be posted.""" units: Float """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type FinancialTransactionDetailsPropertyBudgetForecastDetailsType { """Accounting Period used by the Property. Valid Values are : CALENDAR or FISCAL.""" accountingType: String """Accounting Year.""" accountingYear: Float """Budget Code""" budgetCode: String """Budget Code Description""" budgetCodeDescription: String """Budget Type""" budgetType: String """Budget Code. Can be either Market Code Transaction Code or Custom Code. Depends on field Budget Code Type.""" budgetValue: String """Budget Value Description""" budgetValueDescription: String """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Revenue""" centralRevenue: Float """Covers""" covers: Float """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """End Date""" endDate: Date """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 """Locked YN""" lockedYN: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Period Type""" periodType: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """Revenue""" revenue: Float """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room Nights""" roomNights: Float """Start Date""" startDate: Date """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type FinancialTransactionDetailsExportMapFintrxcodesDetailsType { """Chain Code""" chainCode: String """Code Can Delete Y/N""" codeCanDeleteYn: String """Code Insert Date""" codeInsertDate: DateTime """Code Insert User""" codeInsertUser: Float """Code Insert User Name""" codeInsertUserName: String """Code Update Date""" codeUpdateDate: DateTime """Code Update User""" codeUpdateUser: Float """Code Update User Name""" codeUpdateUserName: String """Types configured with Y can be mapped via the Combined Export Mapping screen in OPERA. User will be presented with a consolidated view of all codes.""" combinedMappingYn: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Data Type""" dataType: String """Deleted Flag""" deletedFlag: String """Exp Mapping ID""" exportMappingId: Float """Code to be sent in the export.""" exportValue: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Link Insert Date""" linkInsertDate: DateTime """Link Insert User""" linkInsertUser: Float """Link Insert User Name""" linkInsertUserName: String """Link Update Date""" linkUpdateDate: DateTime """Link Update User""" linkUpdateUser: Float """Link Update User Name""" linkUpdateUserName: String """Code of the configuration item to which this mapping type is linked e.g. financial transaction code.""" linkedCode: String """Linked Description""" linkedDescription: String """Internal ID to uniquely identify the Property""" locationID: String """Name of the LOV group to be used (from Screen Design)""" lovName: String """Mapped To Code""" mappedToCode: String """Mapped To Description""" mappedToDescription: String """Code for the mapping code.""" mappingCode: String """Description for the mapping code.""" mappingCodeDescription: String """Mapping Type Code""" mappingTypeCode: String """Mapping Type Description""" mappingTypeDescription: 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 """Required Y/N""" requiredYn: String """Sequence No""" seqNumber: Float """Short text for column headers while configuring consolidated export mapping.""" shortColumnTitle: String """Transaction Code""" trxCode: String """Type Can Delete Y/N""" typeCanDeleteYn: String """Type Insert Date""" typeInsertDate: DateTime """Type Insert User""" typeInsertUser: Float """Type Insert User Name""" typeInsertUserName: String """Type Update Date""" typeUpdateDate: DateTime """Type Update User""" typeUpdateUser: Float """Type Update User Name""" typeUpdateUserName: String """Show LOV button when linking this mapping code to the configuration item.""" useLovYn: String } type FinancialTransactionDetailsExportMapPayMethDetailsType { """Chain Code""" chainCode: String """Code Can Delete Y/N""" codeCanDeleteYn: String """Code Insert Date""" codeInsertDate: DateTime """Code Insert User""" codeInsertUser: Float """Code Insert User Name""" codeInsertUserName: String """Code Update Date""" codeUpdateDate: DateTime """Code Update User""" codeUpdateUser: Float """Code Update User Name""" codeUpdateUserName: String """Types configured with Y can be mapped via the Combined Export Mapping screen in OPERA. User will be presented with a consolidated view of all codes.""" combinedMappingYn: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Data Type""" dataType: String """Deleted Flag""" deletedFlag: String """Exp Mapping ID""" exportMappingId: Float """Code to be sent in the export.""" exportValue: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Link Insert Date""" linkInsertDate: DateTime """Link Insert User""" linkInsertUser: Float """Link Insert User Name""" linkInsertUserName: String """Link Update Date""" linkUpdateDate: DateTime """Link Update User""" linkUpdateUser: Float """Link Update User Name""" linkUpdateUserName: String """Code of the configuration item to which this mapping type is linked e.g. financial transaction code.""" linkedCode: String """Linked Description""" linkedDescription: String """Internal ID to uniquely identify the Property""" locationID: String """Name of the LOV group to be used (from Screen Design)""" lovName: String """Mapped To Code""" mappedToCode: String """Mapped To Description""" mappedToDescription: String """Code for the mapping code.""" mappingCode: String """Description for the mapping code.""" mappingCodeDescription: String """Mapping Type Code""" mappingTypeCode: String """Mapping Type Description""" mappingTypeDescription: 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 """Required Y/N""" requiredYn: String """Sequence No""" seqNumber: Float """Short text for column headers while configuring consolidated export mapping.""" shortColumnTitle: String """Transaction Code""" trxCode: String """Type Can Delete Y/N""" typeCanDeleteYn: String """Type Insert Date""" typeInsertDate: DateTime """Type Insert User""" typeInsertUser: Float """Type Insert User Name""" typeInsertUserName: String """Type Update Date""" typeUpdateDate: DateTime """Type Update User""" typeUpdateUser: Float """Type Update User Name""" typeUpdateUserName: String """Show LOV button when linking this mapping code to the configuration item.""" useLovYn: String } type FinancialTransactionDetailsPropertyPropertyDetailsType { """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 FinancialTransactionDetailsAccountDetailsType { """Account Code""" accountCode: Float """Indicates if a Credit Limit amount will be required "Y" will take precedence over the credit limit amount on Profile level.""" accountCreditLimitYn: String """Account Name""" accountName: String """Account Number""" accountNumber: String """Name on the account in upper case.""" accountSname: String """Status of an account. (Normal Restricted)""" accountStatus: String """Message prompt when the AR Account is defined as restricted.""" accountStatusMsg: String """Account Type""" accountType: String """Account Type Flag""" accountTypeFlag: String """Account Type ID""" accountTypeId: Float """Accountid""" accountid: Float """Acctflagreasonid""" acctflagreasonid: String """Active YN""" activeYN: String """Address ID""" addressId: Float """Address1""" address1: String """Address2""" address2: String """Address3""" address3: String """Age.""" age: Float """Agent""" agent: String """Application User ID of the Account Controller/Agent""" agentUserId: Float """Agentemployeeid""" agentemployeeid: Float """Balance on the account.""" balance: Float """Include the account in batch statement""" batchStmtYn: String """Begin Date""" beginDate: Date """Central Account Type""" centralAccountType: String """Central Balance""" centralBalance: Float """Central Credit Limit""" centralCreditLimit: Float """Central Flagged Reason Code""" centralFlaggedReasonCode: String """Central State""" centralState: String """Central Exchange Date""" centralXchangeDate: Date """Central Exchange Rate""" centralXchangeRate: Float """City""" city: String """Company""" company: String """Contact information.""" contact: String """Country""" country: String """Country Code""" countryCode: String """Country Name""" countryName: String """Credit Limit""" creditLimit: Float """Date when the Credit Limit was updated.""" creditLimitUpdatedOn: DateTime """Summary Currency Code""" currencyCode: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Debtor Name""" debtorName: String """Deleted Flag""" deletedflag: String """Email""" email: String """Email Addr""" emailAddr: String """Email ID""" emailId: Float """Indicates if the email address can be used to send Statements and Reminders by default.""" emailOptInYn: String """End Date""" endDate: Date """Fax""" fax: String """Fax ID""" faxId: Float """Fax Number""" faxNumber: String """The flagged reason code from table AR$_FLAGGED_REASONS.""" flaggedReasonCode: String """Inactive Date""" inactiveDate: DateTime """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Accounttypeid""" internalAccounttypeid: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Date of Last Activity on the AR Account in regards to: transfers between accounts payments applied (not unallocated) un-applied reversed and invoice compressions un-compressions on the account.""" lastActivityDate: DateTime """Fax number to which the last reminder letter was sent.""" lastRemFaxNo: String """Fax number to which the last statement was sent.""" lastStmtFaxNo: String """Internal ID to uniquely identify the Property""" locationID: String """Date on which the last reminder letter was printed.""" lstRemPrtDate: Date """Date on which the last reminder letter was sent.""" lstRemSent: Date """Name of the reminder letter""" lstRemText: String """Stores the statement number of the last statement sent for a particular AR account.""" lstStmtNoSent: Float """Date of Last reminderletter sent""" lstStmtSent: DateTime """If Y the Payment due date calculation begins from the last day of the month of invoice generation date if N then calculation starts from the day of the invoice generation.""" monthEndCalcYn: String """NA Address 1""" nAAddress1: String """NA Address 2""" nAAddress2: String """NA Address 3""" nAAddress3: String """Na City""" naCity: String """Na Country Name""" naCountryName: String """Na State""" naState: String """Na State Description""" naStateDescription: String """Name ID""" nameId: Float """No of persons currently using the account""" numberOfPersons: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Number of days a payment is due for the account.""" paymentDueDays: Float """Status indicator to show the account as a permanent account. User will not be able to delete the account if it is Y""" permAccountYN: String """Phone""" phone: String """Phone ID""" phoneId: Float """Phone Number""" phoneNumber: String """Postal Code""" postalCode: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Primary Y/N""" primaryYn: String """Profileid""" profileid: Float """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Reporting State Description""" repStateDescription: String """Revenue Pool""" revenuePool: String """State""" state: String """State Description""" stateDescription: String """Status""" status: String """Summaryforeigncurrid""" summaryforeigncurrid: String """Super Search Index Text""" superSearchIndexText: String """Supplement""" supplement: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Upper Case Name""" upperCaseName: String """Zip code.""" zip: String } type FinancialTransactionDetailsArticleDetailsType { """Active YN""" activeYN: String """Article Code""" articleCode: String """Article Description""" articleDescription: String """Article ID""" articleId: Float """Available in Post It YN""" availableInPostItYN: String """Central Default Price""" cDefaultPrice: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Article Code""" centralArticleCode: String """Central Article Description""" centralArticleDescription: String """Central Sequence""" centralSequence: Float """Central Transaction Code""" centralTransactionCode: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Default Price""" defaultPrice: Float """Deleted Flag""" deletedflag: String """Description""" description: String """The button colour used in the Postit screen for this article.""" displayColor: String """Inactive Date""" inactiveDate: DateTime """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Articleid""" internalArticleid: 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 """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Reporting Item""" repItem: String """Reporting Item Name""" repItemName: String """Reporting Item Orderby""" repItemOrderby: Float """Reporting Updatedate""" repUpdateDate: DateTime """Sequence""" sequence: Float """Transaction Code""" transactionCode: String """Transcodeid""" transcodeid: String """UPC""" uPC: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type FinancialTransactionDetailsCalendarPeriodDetailsType { """Chain Code""" chainCode: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """End Date""" endDate: Date """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 """Indicates the Parent Period of the current period scope. Used primarily in OBI. Eg. YEAR - QUARTER - MONTH -WEEK""" parentPeriod: String """Parentperiodid""" parentperiodid: String """Period Code""" periodCode: String """Period Description""" periodDescription: String """Indicates Scope of the period. Eg. QUARTER - MONTH -WEEK. Used primarily in OBI.""" periodScope: String """Period Type""" periodType: String """Period Type Description""" periodTypeDesc: String """Periodsetupid""" periodsetupid: Float """Periodsetuppmsref""" periodsetuppmsref: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Start Date""" startDate: Date """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Year""" year: Float """Year Description""" yearDescription: String """Year End Date.""" yearEndDate: Date """Year ID""" yearId: Float """Year Start Date.""" yearStartDate: Date """Year Type.""" yearType: String """Yearsetupid""" yearsetupid: Float } type FinancialTransactionDetailsCashierDetailsType { """Active YN""" activeYN: String """The difference in cash the cashier must pay or receive when the cashier is set up.""" amtDifferenceInitial: Float """Application User Name""" attachedToUser: String """Central Amt Diff Initial""" cAmountDifferenceInitial: Float """Central Amt Float""" cAmountFloat: Float """Central Cashier Bal""" cCashierBalance: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """At the time he closes his account on that day after drop off the difference in cash he has to pay or has to be paid.""" cashierBal: Float """Cashierid""" cashierid: Float """Chain Code""" chainCode: String """Indicates if the cashier is in progress to be closed.""" closureInProgressYn: String """Closure Number""" closureNo: Float """CSR Trx No.""" csrTrxNumber: Float """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Date of last use.""" dateoflastuse: Date """Deleted Flag""" deletedflag: String """Parameter to set up whether the cashier has to drop the whole cash including the float or just the amt excess of float.""" floatOverShort: String """Determines whether the cashier is a General cashier.""" generalCashierYN: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Decides whether the cashier number is used in interfaces or not. The interface cashiers cannot have numbers more than 999.""" interfaceCashierYN: String """Internally used.""" internalUpdateYn: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Identifies if the cashier is used by KIOSK interfaces. Only one KIOSK cashier is allowed.""" kioskCashierYN: String """Date Last Opened.""" lastOpened: Date """Internal ID to uniquely identify the Property""" locationID: String """The no. of times cashier is allowed to open per day.""" maximumDailyUses: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Payments-Cashier Code""" paymentsCashierCode: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Property""" property: String """Property that this cashier is reserved for. Used for floating cashier functionality.""" reservedResort: String """Identifies if this cashier is currently being used as a floating cashier.""" reservedYn: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """The initial amount the cashier should have every day.""" startingAmount: Float """State""" state: String """Time first time he opened on that day.""" timeoffirstopen: Date """Time cashier last closed on that day.""" timeoflastclose: Date """The no. of times the cashier opened his account today.""" timesOpened: Float """Tran Action ID""" tranActionId: Float """Transactions-Cashier Name""" transactionsCashierName: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type FinancialTransactionDetailsEmployeeDetailsType { """Allow user access to Configuration.""" accessConfig: String """Allow user access to End of Day.""" accessEod: String """Allow user access to Opera BI.""" accessObi: String """Allow user access to OCIS.""" accessOcis: String """Allow user access to Channel Mangement.""" accessOcm: String """Allow user access to OCRM.""" accessOcrm: String """Allow user access to Opera Revenue Management System.""" accessOrms: String """Allow user access to ORS.""" accessOrs: String """Allow user access to OXI.""" accessOxi: String """Allow user access to OXIHUB.""" accessOxihub: String """Allow user access to PMS.""" accessPms: String """Allow user access to SC.""" accessSc: String """Allow user access to OPERA S&C Analytics.""" accessScbi: String """Allow user access to SFA.""" accessSfa: String """Allow user access to Utilities.""" accessUtil: String """Indicates if user is allowed to login in the application.""" accountLockedOutYn: String """Agent""" agent: String """Defines the type of user.Valid values: U and G U-->User :: G-->Group""" appUserType: String """Date the authorizer became inactive""" authorizerInactiveDate: DateTime """Default rate code for this authorizer.""" authorizerRateCode: String """Denotes if this user is an authorizer. Allowable values are 'Y' and 'N'""" authorizerYn: String """Birth Date""" birthDate: Date """Business Title""" businessTitle: String """Business Title Description""" businessTitleDescription: String """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Hourly Rate""" cHourlyRate: Float """Central Weekly Salary""" cWeeklySalary: Float """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Date employee was hired""" dateHired: Date """Cashier ID for the User""" defCashierId: Float """Not Used""" defaultForm: String """Not used.""" defaultMfnResort: String """Defaults the Report Module to this Report Group""" defaultReportgroup: String """Stores resort name to which user will log in every time""" defaultResort: String """Deleted Flag""" deletedflag: String """Departmentid""" departmentid: String """Department E-Mail Address.""" deptEmail: String """Dept ID""" deptId: String """Pager number of department manager""" deptManagerPager: String """Description of the department""" deptName: String """Dept Order By""" deptOrderBy: Float """When account is disabled this date is set to date when account should be enabled again""" disabledUntil: Date """E Mail""" eMail: String """Employee Extension Number""" empExtension: String """Emp Status""" empStatus: String """Identifies a hotel employee for incentive programs.""" employeeIncentiveNumber: String """This column is used by Starwood Hotels for Storing their internal employee number""" employeeNumber: String """Employeeid""" employeeid: Float """Date on which user ID will be disabled.""" expiresOn: Date """First""" first: String """Requires the user to change the password at login.""" forcePasswordChangeYn: String """Max hours for Friday""" fridayMax: Float """Min hours for Friday""" fridayMin: Float """Stores General File path for Mailmerge""" generalFilepath: String """Number of Logins allowed after password has expired""" graceLogin: Float """Type of hire: F-Full Time P-Part Time""" hireType: String """If RATE_TYPE=H: hourly employee rate""" hourlyRate: Float """Hours Per Week""" hoursPerWeek: Float """Inactive Description""" inactiveDesc: String """Inactive Start Date""" inactiveFrom: Date """Reason Code for inactive status from REASON table""" inactiveReasonCode: String """Inactive End Date""" inactiveTo: Date """Inactive Flag""" inactiveflag: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Laptop ID""" laptopId: Float """Last""" last: String """Lead Address Code determines primary receipient""" leadAddress: String """Lead Address (email/fax no)""" leadAddressDet: String """Lead Communication Type""" leadComm: String """Internal ID to uniquely identify the Property""" locationID: String """Timestamp with the useraccount was locked out.""" lockoutDate: DateTime """Login Cro""" loginCro: String """Login Domain""" loginDomain: String """Employee Gender""" maleFemale: String """Maximum number of days allowed for checkout in Laptop Module""" maxCheckoutDays: Float """Maximum number of Opera Sessions allowed at single point of time.""" maxUserSessions: Float """User type for OCM mode: [C]orporate User""" mfnUserType: String """Middle""" middle: String """Indiciates if alerts are send to mobile registered guests for required action and manual checkout..""" mobileAlertsYn: String """Max hours for Monday""" mondayMax: Float """Min hours for Monday""" mondayMin: Float """Name Notes""" nameNotes: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Overtime Multiplier""" otMultiplier: Float """Period of Days the Password expires""" passwordChangeDays: Float """TimeStamp of last Password Change""" passwordLastChange: Date """Foreign key to NAME table that links this USER to an Employee""" personNameId: Float """Phone no.""" phoneNo: String """Phone Number""" phoneNumber: String """Indicates if this user can be excluded from user account lock.""" preventAccountLockout: String """Primary Block Owner Name""" primaryBlockOwnerName: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Primary Rooms Owner Code""" primaryRoomsOwnerCode: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Rate Type""" rateType: String """Receive Broadcast Msg""" receiveBroadcastMsg: String """Indicates if a terminated employee shall be rehired""" rehireYn: String """Salary Interval: M-Monthly W-Weekly""" salaryInterval: String """Max hours for Saturday""" saturdayMax: Float """Min hours for Saturday""" saturdayMin: Float """Indicates if this Application User can receive Alerts related to Service Requests.""" serviceRequestAlertsYn: String """Sfa Name""" sfaName: String """Assigned Sales Manager Group(s)""" srepGroup: String """Max hours for Sunday""" sundayMax: Float """Min hours for Sunday""" sundayMin: Float """Termination Reason""" termReason: String """Termination Date""" terminatedDate: Date """Territory""" territory: String """Max hours for Thursday""" thursdayMax: Float """Min hours for Thursday""" thursdayMin: Float """Time zone region selected by the employee.""" timezoneRegion: String """Max hours for Tuesday""" tuesdayMax: Float """Min hours for Tuesday""" tuesdayMin: Float """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Store User File path. for Mailmerge""" userFilepath: String """User ID""" userID: Float """PBX ID - referred as password to access PBX system""" userPbxId: Float """Max hours for Wednesday""" wednesdayMax: Float """Min hours for Wednesday""" wednesdayMin: Float """Maximum total hours this employee can work per week""" weekMax: Float """Minimum total hours this employee can work per week""" weekMin: Float """Weekly Salary""" weeklySalary: Float """Workpermit Expiration date""" workPermitExpdate: Date """Working Permit Number""" workPermitNo: String } type FinancialTransactionDetailsExportMapPackagecodesDetailsType { """Chain Code""" chainCode: String """Code Can Delete Y/N""" codeCanDeleteYn: String """Code Insert Date""" codeInsertDate: DateTime """Code Insert User""" codeInsertUser: Float """Code Insert User Name""" codeInsertUserName: String """Code Update Date""" codeUpdateDate: DateTime """Code Update User""" codeUpdateUser: Float """Code Update User Name""" codeUpdateUserName: String """Types configured with Y can be mapped via the Combined Export Mapping screen in OPERA. User will be presented with a consolidated view of all codes.""" combinedMappingYn: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Data Type""" dataType: String """Deleted Flag""" deletedFlag: String """Exp Mapping ID""" exportMappingId: Float """Code to be sent in the export.""" exportValue: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Link Insert Date""" linkInsertDate: DateTime """Link Insert User""" linkInsertUser: Float """Link Insert User Name""" linkInsertUserName: String """Link Update Date""" linkUpdateDate: DateTime """Link Update User""" linkUpdateUser: Float """Link Update User Name""" linkUpdateUserName: String """Code of the configuration item to which this mapping type is linked e.g. financial transaction code.""" linkedCode: String """Linked Description""" linkedDescription: String """Internal ID to uniquely identify the Property""" locationID: String """Name of the LOV group to be used (from Screen Design)""" lovName: String """Mapped To Code""" mappedToCode: String """Mapped To Description""" mappedToDescription: String """Code for the mapping code.""" mappingCode: String """Description for the mapping code.""" mappingCodeDescription: String """Mapping Type Code""" mappingTypeCode: String """Mapping Type Description""" mappingTypeDescription: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Product""" product: String """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Required Y/N""" requiredYn: String """Sequence No""" seqNumber: Float """Short text for column headers while configuring consolidated export mapping.""" shortColumnTitle: String """Type Can Delete Y/N""" typeCanDeleteYn: String """Type Insert Date""" typeInsertDate: DateTime """Type Insert User""" typeInsertUser: Float """Type Insert User Name""" typeInsertUserName: String """Type Update Date""" typeUpdateDate: DateTime """Type Update User""" typeUpdateUser: Float """Type Update User Name""" typeUpdateUserName: String """Show LOV button when linking this mapping code to the configuration item.""" useLovYn: String } type FinancialTransactionDetailsFinancialPeriodDetailsType { """Chain Code""" chainCode: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """End Date""" endDate: Date """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 """Indicates the Parent Period of the current period scope. Used primarily in OBI. Eg. YEAR - QUARTER - MONTH -WEEK""" parentPeriod: String """Parentperiodid""" parentperiodid: String """Period Code""" periodCode: String """Period Description""" periodDescription: String """Indicates Scope of the period. Eg. QUARTER - MONTH -WEEK. Used primarily in OBI.""" periodScope: String """Period Type""" periodType: String """Period Type Description""" periodTypeDesc: String """Periodsetupid""" periodsetupid: Float """Periodsetuppmsref""" periodsetuppmsref: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Start Date""" startDate: Date """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Year""" year: Float """Year Description""" yearDescription: String """Year End Date.""" yearEndDate: Date """Year ID""" yearId: Float """Year Start Date.""" yearStartDate: Date """Year Type.""" yearType: String """Yearsetupid""" yearsetupid: Float } type FinancialTransactionDetailsFolioTaxDetailsType { """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 FinancialTransactionDetailsForeignCurrencyDetailsType { """Abbreviation""" abbreviation: String """Active YN""" activeYN: String """Can Delete Y/N""" canDeleteYn: String """Chain Code""" chainCode: String """Curr Action ID""" currencyActionId: Float """Currency Code""" currencyCode: String """Currency Description""" currencyDescription: String """Currency Symbol like $ or EURO symbol""" currencySymbol: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Decimals""" decimals: Float """Deleted Flag""" deletedFlag: String """Foreign Currency ID""" foreignCurrencyID: String """Format Mask""" formatMask: String """Inactive Date""" inactiveDate: DateTime """Inactive Flag""" inactiveflag: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Deleted Flag""" internalDeletedflag: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Indicates if this Currency Exchange Rate is available for consumer mobility.""" mobileYn: String """Multiply""" multiply: Float """Order By""" orderBy: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """This will be significant after EURO conversion. The currency before the Euro conversion gets a value Y.""" previousLocalCurrencyYn: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Indicates whether this currency code can be sold though currency exchange.""" sellCurrency: String """Indicates whether the currency is Euro participant.""" trianMethodYn: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Indicates if this currency can be used for Credit Card payments.""" usedForCcPaymentsYn: String } type FinancialTransactionDetailsInvoicePaymentDetailsType { """Amount Applied. you can apply one payment partially to one transactions and partially to another transaction.""" appliedAmount: Float """Date on which the payment was applied.""" businessDate: Date """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Cashier ID""" cashierId: Float """Central Applied Amount""" centralAppliedAmount: Float """Chain Code""" chainCode: String """Consumption Transaction Number""" consumptionTransactionNumber: Float """Transaction no for which you are applying to other transactions.""" consumptionTrx: Float """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Invoicepaymentid""" invoicepaymentid: 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 """Unique Sequence id for each payment applications.""" paymentApplicationId: Float """Payment Transaction Number""" paymentTransactionNumber: Float """Transaction no for which you want to pay for the other transactions.""" paymentTrx: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type FinancialTransactionDetailsProfileAllInformationDetailsType { """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 FinancialTransactionDetailsRateCodeDetailsType { """Not null value in this column indicates that this is ASB Rate. This column also specifies the cycle of ASB rate. MC=Fixed Calendar Month Cycle WC=Fixed Calendar Week Cycle MF= Floating Monthly Cycle WF=Floating Weekly Cycle.""" aSBRateCycle: String """Amount to be added to the base rate when shown on rate query""" addition: String """With Advanced Base Rate Parameter ON this field stores the rate code on which this rate schedule is dynamically based on.""" advBaseRateCode: String """Indicates how rounding of advanced dynamic rate calculation is performed.[U]p [D]own [N]one [C] -Up - keep decimal [F] -Down - keep decimal.""" advBaseRounding: String """Identifies if during the availability check the calculated based amount should be compared to rate detail of BAR rate code.""" advanceBaseCompareYN: String """Indicates if this rate code is an Advanced Daily Base Rate.""" advanceDailyBaseYN: String """Indicates if this rate code is an Advanced Daily Rate.""" advanceDailyRateYN: String """Alternative rate code if current rate is not available""" alternateRateCode: String """Flag to indicate whether to send Rate code to AVH or not.""" availabilityUpdateYn: String """Back To Back YN""" backToBackYN: String """Base Amount""" baseAmount: Float """Flat or Percentage of the Base Rate""" baseFltPct: String """Base Rate Code""" baseRateCode: String """Indicates if rounding of rate is required""" baseRounding: String """Indicating a rate type such as flat rate or percentage rate. Possible values are: FLAT DIFFERENTIAL and NULL.""" baseType: String """This column use to store Percentage or Amount difference between BAR Rate code and this Rate Code.""" bbarBaseAmount: Float """This flag column identify that amount column represent Flat or Percentage value.""" bbarBaseFltPct: String """This column identify the rounding formula for the BBAR Rate calculation.""" bbarBaseRounding: String """This column will identify that Rate Code is Best BAR based rate code or not. Possible values are Y/N.""" bbarBasedYn: String """Identifies if during the availability check the calculated based amount should be compared to rate detail of BBAR rate code.""" bbarCompareYn: String """Bbar Y/N""" bbarYn: String """Block Name""" blockName: String """PCR: Is breakfast is included in this rate code?""" breakfastInclYn: String """Breakfast Price""" breakfastPrice: Float """Business Date""" businessDate: Date """In case of ORMS when this flag is Y system ignore this rate code from Hurdle Check.""" bypassHurdleYn: String """Indicates that this rate code will not go through rank validations if value is 'Y'.""" bypassRankCheckYn: String """Central Base Amount""" cBaseAmount: Float """Central Bbar Base Amount""" cBbarBaseAmount: Float """Central Bfst Price""" cBreakfastPrice: Float """Central Dbase Amount""" cDbaseAmount: Float """Central Discount Rate Amount""" cDiscountRateAmount: Float """Central Dbl Rm Supplement Price""" cDoubleRoomSupplementPrice: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Rate Floor""" cRateFloor: Float """Central Rate Level""" cRateLevel: Float """Central Rod Base Amount""" cRodBaseAmount: Float """Central Room Assignment Value""" cRoomAssignmentValue: Float """Stores the catering package code linked to this rate code.""" catPackageCode: String """Specifies if a catering package is linked to this rate code.""" cateringPackageYN: String """Central Market Code""" centralMarketCode: String """Central Market Description""" centralMarketDescription: String """Central Market Group Code""" centralMarketGroupCode: String """Central Market Group Description""" centralMarketGroupDescription: String """Central Rate Bucket""" centralRateBucket: String """Central Rate Bucket Description""" centralRateBucketDescription: String """Central Rate Category""" centralRateCategory: String """Central Rate Category Description""" centralRateCategoryDescription: String """Central Rate Class""" centralRateClass: String """Central Rate Class Description""" centralRateClassDescription: String """Central Room Type""" centralRoomType: String """Central Room Type Description""" centralRoomTypeDescription: String """Central Source Code""" centralSourceCode: String """Central Source Description""" centralSourceDescription: String """Central Source Group Code""" centralSourceGroupCode: String """Central Source Group Description""" centralSourceGroupDescription: String """Indicates the state of chaange of the rate code with values null=enabled D=disabled P=changes pending of approval""" changeState: String """This field is used to populate rate code commission percentage for informational purposes for GDS and ORS reservation agents""" commissionPercent: Float """Commission Code""" commissionCode: String """Are commissions allowed for this rate code? Y/N""" commissionYn: String """PCR: Commissionable Percentage.""" commissionablePerc: Float """Commissionable Y/N""" commissionableYn: String """Complimentary YN""" complimentaryYN: String """Introduced for Holidex inbound delta rate processing this column stores the value indicating the decimal position specific to the received the currency code.""" currCodeDecimalPos: Float """Currency Code""" currencyCode: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Daily Rates Y/N""" dailyRatesYn: String """Day use reservation Y/N.""" dayUseYN: String """Days the rate restriction is not available for arrival""" daysWhenClosedToArrival: String """Indicates either Flat amount or Percentage increase or decrease from the dynamic base rate.""" dbaseAmount: Float """This flag identify that while checking availability calculated based amount should be compared to rate detail of rate code or not.""" dbaseCompareYn: String """Flat or Percentage of the dynamic base rate code.""" dbaseFltPct: String """The rate code on which this rate shedule is dynamically based on.""" dbaseRateCode: String """Indicates if rounding of dynamic rate calculation is required.""" dbaseRounding: String """Stores the double room supplement price.""" dblRoomSupplementPrice: Float """For BAR dependent Rate Code this flag indicates that when all BAR Rates are closed the Rate Amount should be calculated based on the highest BAR Rate Amount instead of based on its own Rate Detail.""" defaultToHighestBarYn: String """Deleted Flag""" deletedFlag: String """Stores the Deposit maturity preference.""" depositMaturityPreference: String """Department code for the transaction.""" deptCode: String """Discount rate amount value.""" discountRateAmount: Float """Indicates if discount rate amount is a percentage value.""" discountRatePercentageYn: String """Discount Flag.""" discountYN: String """Display Sequence""" displaySequence: Float """Display Set""" displaySet: String """Indicates if the profile should be distributed to the external database.""" distributeYn: String """Stores the double room supplement.""" doubleRoomSupplementYN: String """End Date""" endDate: Date """Indicates if the value set for the specific property.""" eventProperty: String """Exchange Type""" exchangeType: String """Externally Controlled YN""" externallyControlledYN: String """Introduced for Holidex inbound delta rate processing this column stores the value indicating at person level the extra charge begins.""" extraPersonChargeBegins: Float """Fit Discount Level.""" fitDiscountLevel: Float """Published Corporate Rate: Discount Percentage.""" fitDiscountPerc: Float """Flat YN""" flatYN: String """Text displayed on the Folio""" folioText: String """Frequent Flyer YN""" frequentFlyerYN: String """Is this rate code available for GDS""" gDSAllowedYN: String """Group Code""" groupCode: String """To highlight on the rate query""" highlightRateAmountYn: String """House-Use YN""" houseUseYN: String """Inactive Date""" inactiveDate: Date """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Location ID""" internalLocationId: String """Organization ID""" internalOrganizationId: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Long Info""" longInfo: String """Flag to indicate if this is a loyalty program""" loyaltyProgramYN: String """Indicates mandatory reservation profiles. This is used to force entry of profiles on the reservation header if this rate is picked.""" mandateResvProfiles: String """Market Code""" marketCode: String """Market Description""" marketDescription: String """Market Group Code""" marketGroupCode: String """Market Group Description""" marketGroupDescription: String """Contains the rate program information from the MARSHA interface.""" marshaRateProgram: String """Maximum Days Advance Booking""" maximumDaysAdvanceBooking: Float """Maximum Length of Stay""" maximumLengthOfStay: Float """Maximum Occupancy""" maximumOccupancy: Float """Flag used to determine if the rate code is to be sent to MyFidelio.net if the rate is being received from a V6 V7 V8 or OPMS on a lower version on which flag used to determine if the rate code is to be sent to MyFidelio.net does not exist on the rate header.""" mfnUploadYn: String """Minimum Days Advance Booking""" minimumDaysAdvanceBooking: Float """Minimum Occupancy""" minimumOccupancy: Float """Mobile Checkin Allowed Y/N""" mobileCheckinAllowedYn: String """Mobile Chkout Allowed""" mobileChkoutAllowed: String """Amount to be multiplied to the base rate when shown on rate query""" multiplication: String """MyFidelio Upload YN""" myFidelioUploadYN: String """Property is negotiated of search criteria or not.""" negotiatedYN: String """Indicates if the rate code is occupancy based.""" occupancyBasedYn: String """Indicates the occupancy level for hurdle evaluation.""" occupancyLevel: Float """The operator type to use during the calculation of base rates. (ADD_TO SUBTRACT)""" operatorType: String """Order By""" orderBy: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Original Rate Code""" originalRateCode: String """Indicates the order in which this rate should be displayed during the booking process when the ors_rate_sell_sequence functionality is active.""" orsSellSequence: Float """Indicates if we need to override package for hurdle evaluation.""" overridePackageYn: String """Indicates Owners Rate Code. This is used to perform rolling noshow.""" ownerRateYN: String """Package Transaction Code""" packageTransactionCode: String """Package Transaction Code Weekend""" packageTransactionCodeWeekend: String """Wrapper transaction code tax inclusive Y/N""" packageTransactionTaxInclYN: String """Transaction code is inclusive of tax Y/N""" packageTransactionTaxIncludedYN: String """Wrapper transaction code tax inclusive for weekend days Y/N""" packageTransactionWkTaxInclYN: String """Package YN""" packageYN: String """Packages""" packages: String """Indicates whether the rate code is pending for approval or not""" pendingApprovalYn: String """Posting Rhythm""" postingRhythm: String """Number of nights for posting rhythm.""" postingRhythmNights: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Print Rate Y/N""" printRateYn: String """Indicates if restriction for rate is privileged or not.""" privilegedRestrictionYn: String """Indicates if rate is privileged or not.""" privilegedYn: String """Profit Transaction Code""" profitTransactionCode: String """Code to uniquely identify the Property""" property: String """Property Name""" propertyName: String """Any number between -10 and +10. This adjustment factor will be applied to the daily ranking value of table RESORT_DAY_TYPE_DATES for the stay date to determine the Rate code rank value.""" rankAdjustmentFactor: Float """Rank Value""" rankValue: Float """Yield rate bucket""" rateBucket: String """Rate Bucket Description""" rateBucketDescription: String """Indicates if rate Calendar factors such as adder/multiplier should be used for price calculation.""" rateCalendarYn: String """Rate Category""" rateCategory: String """Rate Category Description""" rateCategoryDescription: String """Rate Class""" rateClass: String """Rate Class Description""" rateClassDescription: String """Rate Code ID""" rateCodeId: String """Rate Code Locked Y/N""" rateCodeLockedYn: String """Contains the minimum value of the rate amount which can be defined in the rate details.""" rateFloor: Float """This flag indicates if the Rate Floor Rate is overridden for a particular Rate Code.""" rateFloorOverrideYn: String """Does this rate include tax? Y/N""" rateIncludesTaxYn: String """Rate Label""" rateLabel: String """Rate Level this rate code belongs to.""" rateLevel: Float """Needs to send this rate to GDS or not.""" rateUpdateYN: String """Rateinfo Url""" rateinfoUrl: String """Redemption Rate YN""" redemptionRateYN: String """Regional Availability YN""" regionalAvailabilityYN: String """Indicates if the posting rhythm on the rate code is repeated until the end of the stay otherwise the posting rhythm is applied only once.""" repeatPostingRhythmYn: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Rod Base Amount""" rodBaseAmount: Float """Rod Base Flt Pct""" rodBaseFltPct: String """Rod Base Rounding""" rodBaseRounding: String """Is the group code rate of day based""" rodBasedYn: String """Rod Y/N""" rodYn: String """Room Assignment Value""" roomAssignmentValue: Float """Room Type""" roomType: String """Room Type Description""" roomTypeDescription: String """Holds a copy of the column begin_booking_date while the rate code is disabled or with changes pending of approval""" sdowBeginBookingDate: Date """Holds a copy of the column end_booking_date while the rate code is disabled or with changes pending of approval""" sdowEndBookingDate: Date """PCR: Are Service Charges included in this rate code?""" serviceInclYn: String """Service Percentage included.""" servicePerc: Float """Information to be used in the rate query""" shortInfo: String """Flag used to show or hide rate column in Block Grid and used as default by block reservations.""" showRateAmountYn: String """Source Code""" sourceCode: String """Source Description""" sourceDescription: String """Source Group Code""" sourceGroupCode: String """Source Group Description""" sourceGroupDescription: String """Percentage of included Tax.""" taxIncludedPerc: Float """Tax is included in this rate.""" taxIncludedYn: String """Indicates if the rate is a tiered rate.""" tieredYN: String """Rate transaction code""" transactionCode: String """Transaction Code Weekend""" transactionCodeWeekend: String """Transaction code is inclusive of tax for weekend days Y/N""" transactionTaxWeekendIncludedYN: String """Indicates the lengh of Stay Unit in days. If value is > 1 then it is a pkg rate code.""" unitOfLengthOfStay: Float """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Indicates if the rate code can be upsold""" upsellYn: String """Flag to indicate if this is a voucher benefit rate code.""" voucherBenefitRateYn: String """Indicates weekend days seperated by '' Eg 17 ie Sun and Sat""" weekendDays: String """Wk Dept Code""" wkDeptCode: String """Yield As""" yieldAs: String """Yieldable YN""" yieldableYN: String """Ym Code""" ymCode: String } type FinancialTransactionDetailsRateSeasonDetailsType { """Central Season Code""" centralSeasonCode: String """Central Season Description""" centralSeasonDescription: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Row deleted YN (if set to 'Y' then the row joined by SEQ from postal_codes will not be displayed).""" deletedYn: String """Display Color""" displayColor: String """End Date""" endDate: Date """Inactive Date""" inactiveDate: Date """Inactive Y/N""" inactiveYn: 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 """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 """Rate Code""" rateCode: String """Ratecodeid""" ratecodeid: String """Rateseasonid""" rateseasonid: String """Reporting Item""" repItem: String """Reporting Item Name""" repItemName: String """Reporting Item Orderby""" repItemOrderby: Float """Reporting Updatedate""" repUpdateDate: DateTime """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Season Code""" seasonCode: String """Season Description""" seasonDescription: String """Start Date""" startDate: Date """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type FinancialTransactionDetailsReportCalendarDetailsType { """Business Date""" businessDate: Date """Calendar""" calendar: String """Calendar Description""" calendarDescription: String """Calendarpkid""" calendarpkid: Float """Calendartype""" calendartype: String """Daydesc""" daydesc: String """Dayenddate""" dayenddate: Date """Daytimespan""" daytimespan: Float """Default Calendar Y/N""" defaultCalendarYn: String """Month Description""" monthDescription: String """Period""" period: String """Period End Date""" periodEndDate: Date """Period Start Date""" periodStartDate: Date """Periodpkid""" periodpkid: Float """Periodtimespan""" periodtimespan: Float """Quarter""" quarter: String """Quarter Description""" quarterDescription: String """Quarter End Date""" quarterEndDate: Date """Quarter Start Date""" quarterStartDate: Date """Quarterpkid""" quarterpkid: Float """Quartertimespan""" quartertimespan: Float """Weekcode""" weekcode: String """Weekdesc""" weekdesc: String """Weekenddate""" weekenddate: Date """Weekkey""" weekkey: String """Weekstartdate""" weekstartdate: Date """Weektimespan""" weektimespan: Float """Year""" year: Float """Year Description""" yearDescription: String """Year End Date""" yearEndDate: Date """Year Start Date""" yearStartDate: Date """Yearpkid""" yearpkid: Float """Yeartimespan""" yeartimespan: Float } type FinancialTransactionDetailsReservationDetailsType { """Indicates whether a prorated amount should be used for an Apartment Style Billing rate.""" aSBProratedYn: String """Accompanied YN""" accompaniedYN: String """Accompanying guest names.""" accompanyingName: String """Actual Check In Date Time""" actualCheckInDateTime: DateTime """Actual Check Out Date Time""" actualCheckOutDateTime: DateTime """Actual Check-In Date""" actualCheckInDate: Date """Actual Check-In Time""" actualCheckInTime: String """Actual Check-Out Date""" actualCheckOutDate: Date """Actual Check-Out Time""" actualCheckOutTime: String """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 """Indicates whether the room type inventory was taken from the allotment or House availabilty.""" allotmentRecordType: 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: DateTime """Arrival Estimate Time""" arrivalEstimateTime: Date """Activity begin time""" arrivalTime: String """Arrivaltransportid""" arrivaltransportid: String """Attached Date""" attachedDate: Date """Not used.""" authorizedBillingYN: String """This stores the pmsp.logged_uid who authorizes the direct bill""" authorizedBy: Float """Authorizer ID""" authorizerId: Float """Auto Checkin Y/N""" autoCheckinYn: String """Activates auto population of routing instructions.""" autoPopulateRoutingYn: String """Auto Settle Days""" autoSettleDays: Float """Auto Settle Type""" autoSettleType: String """Auto Settle YN""" autoSettleYN: String """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 Membership ID""" awardMembershipID: Float """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 """Back To Back YN""" backToBackYN: String """Balance on the account.""" balance: Float """Base Rate Amount""" baseRateAmount: Float """Base Rate Code""" baseRateCode: String """Base Rate Currency Code""" baseRateCurrencyCode: String """Based On Rule""" basedOnRule: String """Baseratecurrencyid""" baseratecurrencyid: String """Begin City""" beginCity: String """Begin Datetime""" beginDatetime: DateTime """Begin District""" beginDistrict: String """Begin State""" beginState: String """Stores the actual guest check in date and time.""" beginSystemDateTime: DateTime """Bill Number""" billNumber: String """Billing Contact""" billingContact: String """Billing Contact Display Name""" billingContactDisplayName: String """Billing Contact ID""" billingContactId: Float """Billing Contact Name""" billingContactName: String """Billing Contact Profile ID""" billingcontactprofileid: Float """Block Code""" blockCode: String """Block Create Date""" blockCreateDate: DateTime """Block ID""" blockID: Float """Block Name""" blockName: String """Property this block belongs to.""" blockResort: String """Block Status""" blockStatus: String """Bonus Check ID""" bonusCheckId: Float """Booked Room Category""" bookedRoomCategory: String """Bookedroomcategoryid""" bookedroomcategoryid: String """Business Date Created""" businessDateCreated: Date """Business Datetime Created""" businessDatetimeCreated: DateTime """Bxgy Discount Y/N""" bxgyDiscountYn: String """Central Auto Post Amount""" cAutoPostAmount: Float """Central Base Rate Amount""" cBaseRateAmount: Float """C Discount Amount""" cDiscountAmount: Float """C Discount Amt""" cDiscountAmt: Float """C Effective Rate Amount""" cEffectiveRateAmount: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Fixed Charge""" cFixedCharge: Float """Central Gross Rate Amt""" cGrossRateAmount: Float """Central Local Base Rate Amount""" cLocalBaseRateAmount: Float """Central Net Room Amt""" cNetRoomAmount: Float """Central Original Base Rate""" cOriginalBaseRate: Float """Central Pkg Amt""" cPackageAmount: Float """Central Pkg Tax""" cPackageTax: Float """C Rate Amount""" cRateAmount: Float """Central Room Cost""" cRoomCost: Float """Central Room Tax""" cRoomTax: Float """Central Share Amount Original""" cShareAmountOriginal: Float """Central Upsell Charge""" cUpsellCharge: Float """Cancel Date""" cancelDate: Date """Cancel Reason""" cancelReason: String """Cancel Time""" cancelTime: String """Cancellation Date""" cancellationDate: DateTime """Cancellation Datetime""" cancellationDatetime: DateTime """Cancellation Number""" cancellationNumber: String """Cancellation Reason Description""" cancellationReasonDescription: String """Cancellationreasonid""" cancellationreasonid: String """The user who canceled this Reservation.""" cancelledBy: String """Card Number by Membership Class""" cardNumberByMembershipClass: String """Card Number by Membership Type""" cardNumberByMembershipType: String """Central Approval Amount""" centralApprovalAmount: Float """Central Cancel Reason""" centralCancelReason: String """Central Commission Code""" centralCommissionCode: String """Central Commission Description""" centralCommissionDescription: String """Central Credit Limit""" centralCreditLimit: Float """Central Discount Reason""" centralDiscountReason: String """Central Discount Reason Description""" centralDiscountReasonDescription: String """Central FB Revenue""" centralFBRevenue: Float """Central Guest Type""" centralGuestType: String """Central Hurdle""" centralHurdle: Float """Central Package Code""" centralPackageCode: String """Central Package Code Description""" centralPackageCodeDescription: String """Central Package Forecast Group""" centralPackageForecastGroup: String """Central Package Forecast Group Description""" centralPackageForecastGroupDescription: String """Central Payment Amount""" centralPaymentAmount: Float """Central Projected FB Revenue""" centralProjectedFBRevenue: Float """Central Projected Room Revenue""" centralProjectedRoomRevenue: Float """Central Projected Total Revenue""" centralProjectedTotalRevenue: Float """Central Promotion Description""" centralPromotionDescription: String """Central Rateable Value""" centralRateableValue: Float """Central Reservation Type""" centralReservationType: String """Central Reservation Type Description""" centralReservationTypeDescription: String """Central Room Revenue""" centralRoomRevenue: Float """Central Room Type Code""" centralRoomTypeCode: String """Central Room Type Description""" centralRoomTypeDescription: String """Central Room Type To Charge Code""" centralRoomTypeToChargeCode: String """Central Room Type to Charge Description""" centralRoomTypeToChargeDescription: String """Central Shared Room Rate""" centralSharedRoomRate: Float """Central Special Request Description""" centralSpecialRequestDescription: String """Central Tax Type""" centralTaxType: String """Central Tax Type Description""" centralTaxTypeDescription: String """Central Total Cost of Stay""" centralTotalCostOfStay: Float """Central Total Revenue""" centralTotalRevenue: Float """Central Total Room Rate""" centralTotalRoomRate: Float """Central Waitlist Priority""" centralWaitlistPriority: String """Central Waitlist Priority Description""" centralWaitlistPriorityDescription: String """Central Waitlist Reason""" centralWaitlistReason: String """Central Waitlist Reason Description""" centralWaitlistReasonDescription: String """Chain Code""" chainCode: String """Channel Description""" channelDescription: String """Channel Order By""" channelOrderBy: Float """Channelid""" channelid: String """Check In Initiated By""" checkInInitiatedBy: 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 """Children Ages""" childrenAges: String """Commission Code""" commissionCode: String """Commission Description""" commissionDescription: 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: String """Commissionable YN""" commissionableYN: String """Commissionid""" commissionid: String """Comp House""" compHouse: String """Comp Type Code""" compTypeCode: String """Company City""" companyCity: String """Company Country""" companyCountry: String """Company ID""" companyID: Float """Company Name""" companyName: String """Company Profile Corporate ID""" companyProfileCorporateID: String """Company Profile ID""" companyProfileID: Float """Complimentary YN""" complimentaryYN: String """Compreasonid""" compreasonid: String """Calculated reservation status.""" computedResvStatus: String """Confirmation Leg Number.""" confirmationLegNumber: Float """Shared Confirmation Number""" confirmationNo: String """Consumer Y/N""" consumerYn: String """Contact Name; UDFC02 on reservation.""" contactName: String """Contact Profile ID""" contactProfileID: Float """Contact Profile Name""" contactProfileName: String """The name of the user who created the record.""" createdBy: String """Created By Default Property""" createdByDefaultResort: String """Created Date""" createdDate: Date """Refer to the same column name in the table IFC_WAKE""" createdTime: String """Credit Card Auth Date""" creditCardAuthDate: Date """Credit Card ID""" creditCardId: Float """Credit Limit""" creditLimit: 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: Date """Deleted Flag""" deletedFlag: String """Departtransportid""" departtransportid: String """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 """Stores the Deposit maturity preference.""" depositMaturityType: String """Detatched Date""" detatchedDate: Date """Detatched YN""" detatchedYN: String """Direct Bill Verify Response""" directBillVerifyResponse: String """Directbillauthby""" directbillauthby: Float """Discount Amount""" discountAmount: Float """Discount Amount""" discountAmt: Float """Discount Percentage.""" discountPercent: Float """Discount Prcnt""" discountPrcnt: Float """Discount Reason""" discountReason: String """Discount Reason Description""" discountReasonDescription: 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 """Drop Off Carrier Code""" dropOffCarrierCode: String """Drop Off Date""" dropOffDate: Date """Drop Off Station""" dropOffStation: String """Drop Off Time""" dropOffTime: String """Drop Off Type""" dropOffType: String """Drop Off Type Description""" dropOffTypeDescription: String """Comments related to Estimated Time of Return.""" eTRComments: String """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 City""" endCity: String """End Datetime""" endDatetime: DateTime """End District""" endDistrict: String """End State""" endState: String """Endbusinessdate""" endbusinessdate: Date """Entry Date into the country. (Croatian Requirements)""" entryDate: Date """(Customized) Entry point into the country. (Croatian Requirements)""" entryPoint: String """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 """Exclude From Auto Authorization YN""" excludeFromAutoAuthorizationYN: String """The time when an Advance Checked-In Guest is expected to return to perform the actual Check-In.""" expectedTimeOfReturnETR: DateTime """Used for Croatian Requirement Exports to store a unique checkin number.""" exportCheckinresId: Float """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: String """External Reference""" externalReference: String """External References List""" externalReferencesList: String """Extra Beds""" extraBeds: Float """FB Revenue""" fBRevenue: Float """F&B Revenue Remaining""" fBRevenueRemaining: Float """Fax ID""" faxId: Float """Should a confirmation be faxed for this reservation name? Y/N""" faxYn: String """This stores the codes for the rooms features. Currently not used""" feature: String """Financially Responsible Y/N""" financiallyResponsibleYn: String """Not used.""" fixedCharge: Float """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 Number""" folioNumber: String """Folio Text1""" folioText1: String """Folio Text2""" folioText2: String """Foreign Currency ID""" foreignCurrencyID: String """Free Child""" freeChild: Float """Frequent Flyer Membership YN""" frequentFlyerMembershipYN: String """Gross Rate Future""" grossRateFuture: Float """Gross Rate Past""" grossRatePast: Float """Group Name""" groupName: String """Group Profile AR Number""" groupProfileARNumber: Float """Group Profile AR Number (Central)""" groupProfileARNumberCentral: String """Group Profile Client ID""" groupProfileClientID: String """Group Profile ID""" groupProfileID: Float """Group Profile Name""" groupProfileName: String """Guarantee code before check in. Populated when the guarantee code is changed to CHECKED IN.""" guaranteeCodePreCi: String """Guaranteecodeid""" guaranteecodeid: String """Guest First Name""" guestFirstName: String """This is soundex of GUEST FIRST NAME - Phonotic sound.""" guestFirstNameSdx: String """This is soundex of GUEST LAST NAME - Phonotic sound.""" guestLastNameSdx: String """Signature of the guest""" guestSignature: String """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 """ID by Membership Class""" iDByMembershipClass: String """ID by Membership Type""" iDByMembershipType: String """Guest Address.""" individualCity: String """Country of the guest""" individualCountry: String """Individual First Name""" individualFirstName: String """Individual Last Name""" individualLastName: String """Insert Action Instance ID""" insertActionInstanceId: Float """Insert Date""" insertDate: DateTime """Insert DateTime""" insertDateTime: DateTime """Insert User""" insertUser: Float """Intermediary Y/N""" intermediaryYn: String """Award Membership ID""" internalAwardMembershipId: Float """Baseratecode""" internalBaseratecode: String """Block ID.""" internalBlockId: Float """Companyprofileid""" internalCompanyprofileid: Float """Groupprofileid""" internalGroupprofileid: Float """Sourceprofileid""" internalSourceprofileid: Float """Items and Quantities""" itemsQuantities: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Key Valid Until""" keyValidUntil: Date """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 """Not used.""" lastRoomNumber: String """Latest date when a direct bill settlement was automatically done using the "Direct Bill Batch Folios" option""" lastSettleDate: Date """Lead Time for ordering""" leadTimeDays: Float """Length of Stay""" lengthOfStay: Float """Linked Arrival Date""" linkedArrivalDate: DateTime """Linked Departure Date""" linkedDepartureDate: DateTime """Linked Room Type""" linkedRoomType: String """Membership ID""" listOfMembershipID: String """Local Base Rate Amount""" localBaseRateAmount: Float """Internal ID to uniquely identify the Property""" locationID: String """Loyalty Scheme Membership YN""" loyaltySchemeMembershipYN: String """Mail Y/N""" mailYn: 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 """Marketid""" marketid: String """Mc Gen Begin District""" mcGenBeginDistrict: String """Mc Gen Begin State""" mcGenBeginState: String """Mc Gen End District""" mcGenEndDistrict: String """Mc Gen End State""" mcGenEndState: String """Mc Gen Next Country""" mcGenNextCountry: String """Mc Gen Previous Country""" mcGenPreviousCountry: String """Member Description""" memberDescription: String """Member Level""" memberLevel: String """Member Number""" memberNumber: String """Membership Class""" membershipClass: String """Membership Class Description""" membershipClassDescription: String """Membership Code""" membershipCode: String """Membership ID""" membershipId: Float """Membership Level by Membership Class""" membershipLevelByMembershipClass: String """Membership Type by Membership Class""" membershipTypeByMembershipClass: String """Stores when this Reservation has received a mobile action needed Alert for consumer mobility.""" mobileActionAlertIssued: Date """Marked as Y when the Phone Number/EMail Address is Opt In.""" mobileAudioKeyYn: String """Mobile Checkin Allowed Y/N""" mobileCheckinAllowedYn: String """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 """Next Country""" nextCountry: 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""" originCode: String """Origin Of Booking""" originOfBooking: String """Not used.""" originalBaseRate: Float """Original End Date""" originalEndDate: Date """Original Start Date""" originalStartDate: Date """Owner Ff Flag""" ownerFfFlag: String """Owner or Friends/Family""" ownerOrFriendsFamily: String """Package Code""" packageCode: String """Package Code Description""" packageCodeDescription: String """Package Forecast Group""" packageForecastGroup: String """Package Forecast Group Description""" packageForecastGroupDescription: String """Parent Resv Name ID""" parentReservationNameId: Float """Parentreservationid""" parentreservationid: Float """Part Allotment""" partAllotment: String """Party Code""" partyCode: String """Pax Number""" paxNo: Float """Total amount of payment inclusive of VAT""" paymentAmount: Float """Payment Method""" paymentMethod: String """Paymentmethodid""" paymentmethodid: String """Frequency in number of days when folios should be printed for this reservation""" periodicFolioFreq: Float """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 Type""" pickUpType: String """Pick Up Type Description""" pickUpTypeDescription: 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: DateTime """User id who reviewed the record.""" preArrReviewedUser: Float """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: String """Preference""" preference: String """Preference Type""" preferenceType: String """Preferred Room Type""" preferredRoomType: String """Previous Country""" previousCountry: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Primary Share""" primaryShare: String """Print Rate YN""" printRateYN: String """Projected FB Revenue""" projectedFBRevenue: Float """Projected Room Revenue""" projectedRoomRevenue: Float """Projected Total Revenue""" projectedTotalRevenue: Float """Promotion Code""" promotionCode: String """Promotion Description""" promotionDescription: String """Indicates if the value set for the specific property.""" property: String """Total pseudo membership points accrued for the default membership type.""" pseudoMemTotalPoints: Float """Default membership type used with the Pseudo Membership Points calculation functionality.""" pseudoMemType: String """Purge Date""" purgeDate: DateTime """Purpose of stay.""" purposeOfStay: String """Number of Rooms""" quantity: Float """Queue priority of the reservation.""" queuePriority: Float """Queue Wait Time""" queueWaitTime: Float """Quote ID provided by external system.""" quoteId: String """Rate Amount""" rateAmount: Float """Rate Code""" rateCode: String """Event Reservation Rate Code Description""" rateCodeDescriptions: String """Tier ID for the Rate Detail.""" rateTier: Float """Stay rateable value.""" rateableValue: Float """Ratecodeid""" ratecodeid: String """Rd Housekeeping Expected Service Time""" rdHousekeepingExpectedServiceTime: String """Rd Reservation Status""" rdResvStatus: String """Rden Billing Contact ID""" rdenBillingContactId: Float """Rden Resv Contact ID""" rdenReservationContactId: Float """Rden Reservation Date""" rdenReservationDate: Date """Rden Property""" rdenResort: String """Rotation Rule to be configured for referral flag ?""" referralYn: String """Registration Card Number""" registrationCardNo: String """Registration Number""" registrationNumber: Float """Reinstate Date""" reinstateDate: DateTime """Reporting Channel""" repChannel: String """Reporting Channel Description""" repChannelDescription: String """Report ID""" reportId: String """Reservation Insert Source""" resInsertSource: String """Reservation Insert Source Type""" resInsertSourceType: String """Resv Contact ID""" reservationContactId: Float """Reservation Date""" reservationDate: DateTime """Reservation Name ID""" reservationNameID: Float """Reservation Status""" reservationStatus: String """Reservation Type""" reservationType: String """Reservation Type Description""" reservationTypeDescription: String """Reservationid""" reservationid: Float """Property""" resort: String """Auto generated charge number for Point Of Sale systems to identify guests.""" resortChargeNumber: String """Restriction Override""" restrictionOverride: String """Globally unique ID using SYS_GUID() as the source.""" resvGuid: String """Reservation Nameid""" resvNameid: Float """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 """Rh Room Features""" rhRoomFeatures: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room""" room: String """Room Category""" roomCategory: String """Room Class""" roomClass: String """Room Cost""" roomCost: Float """Room Instructions""" roomInstructions: String """Meeting Room Property""" roomResort: String """Room Revenue""" roomRevenue: Float """Room Revenue Remaining""" roomRevenueRemaining: Float """This is the Turndown room service time.""" roomServiceTime: String """Room Type Description""" roomTypeDescription: String """Room Type To Charge Code""" roomTypeToChargeCode: String """Room Type to Charge Description""" roomTypeToChargeDescription: String """Roomcategoryid""" roomcategoryid: String """Roomid""" roomid: String """Routing YN""" routingYN: String """Is the guest scheduled for automatic check out?""" scheduleCheckoutYn: String """This is CAPITOL version of guest_first_name""" sguestFirstname: String """Sguest Name""" sguestName: String """Share Confirmation Numbers""" shareConfirmationNumbers: String """Share ID.""" shareId: Float """Share Name""" shareName: String """Not used.""" sharePrcnt: Float """Type of revenue""" shareSeqNumber: Float """Share of Rate Amount""" shareOfRateAmount: Float """Shared Guest Name""" sharedGuestName: String """Shared Profile ID""" sharedProfileID: Float """Shared Reservation Status""" sharedReservationStatus: String """Sharing YN""" sharingYN: String """Source City""" sourceCity: String """Source Code""" sourceCode: String """Source Country""" sourceCountry: String """Source Name""" sourceName: String """Source Profile AR Number""" sourceProfileARNumber: Float """Source Profile AR Number (Central)""" sourceProfileARNumberCentral: String """Source Profile IATA Number""" sourceProfileIATANumber: String """Source Profile ID""" sourceProfileID: Float """Source Profile Name""" sourceProfileName: String """Sourceid""" sourceid: String """Special Request""" specialRequest: String """Special Request Description""" specialRequestDescription: 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 """Rate Tier used for exports(DRS).""" statisticalRateTier: Float """Room Type used to calculate statistics for export(DRS).""" statisticalRoomType: Float """Stay Record ID""" stayRecordId: Float """Suite Number""" suiteNumber: String """Super Search Index Text""" superSearchIndexText: String """Ta Record Locator""" taRecordLocator: String """Tax exempt number on the profile""" taxExemptNumber: String """Tax No of Stays""" taxNumberOfStays: Float """Tax Type""" taxType: String """Tax Type Description""" taxTypeDescription: String """Taxtypeid""" taxtypeid: String """Tiad""" tiad: String """Ticket Nos""" ticketNos: String """Total Cost of Stay""" totalCostOfStay: Float """Total Revenue""" totalRevenue: Float """Total Revenue Remaining""" totalRevenueRemaining: Float """Total Room Rate""" totalRoomRate: Float """Track It Groups""" trackItGroups: String """Track It Types""" trackItTypes: String """Transactionid""" transactionid: Float """Travel Agent Address.""" travelAgentCity: String """Travel Agent Country""" travelAgentCountry: String """Travel Agent ID""" travelAgentID: Float """Travel Agent Name""" travelAgentName: String """Travel Agent Profile AR Number""" travelAgentProfileARNumber: Float """Travel Agent Profile AR Number (Central)""" travelAgentProfileARNumberCentral: String """Travel Agent Profile IATA Number""" travelAgentProfileIATANumber: String """Travel Agent Profile ID""" travelAgentProfileID: Float """Travel Agent Profile Name""" travelAgentProfileName: String """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: String """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 """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 """Universal Card ID used by interfaces for key encoding purposes.""" uniCardId: String """Update Date""" updateDate: DateTime """Update Datetime""" updateDatetime: DateTime """Update User""" updateUser: Float """Updated By""" updatedBy: String """Updated By Default Property""" updatedByDefaultResort: String """Updated Date""" updatedDate: Date """Updated Time""" updatedTime: String """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: Date """Visa Number""" visaNumber: String """Waitlist Comment""" waitlistComment: String """This is the waitlist telephone number.""" waitlistPhoneNumber: String """Waitlist Priority""" waitlistPriority: String """Waitlist Priority Description""" waitlistPriorityDescription: String """Waitlist Reason""" waitlistReason: String """Waitlist Reason Description""" waitlistReasonDescription: String """Waitlistpriorityid""" waitlistpriorityid: String """Waitlistreasonid""" waitlistreasonid: String """Walk-In YN""" walkInYN: String """Yieldable Y/N""" yieldableYn: String """Ym Code""" ymCode: String } type FinancialTransactionDetailsRevenuePackagesDetailsType { """Add To Rate YN""" addToRateYN: String """Arrangement Code""" arrangementCode: String """Begin Booking Date""" beginBookingDate: Date """Not used""" bookingDuration: Float """Calculation Rule""" calculationRule: String """Catering Y/N""" cateringYn: String """Central Package Code""" centralPackageCode: String """Central Package Code Description""" centralPackageCodeDescription: String """Central Package Forecast Group""" centralPackageForecastGroup: String """Central Package Forecast Group Description""" centralPackageForecastGroupDescription: String """Currency Code""" currencyCode: String """Currency Desc""" currencyDesc: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Row deleted YN (if set to 'Y' then the row joined by SEQ from postal_codes will not be displayed).""" deletedYn: String """Indicates if a Delivery Time is required.""" deliveryTimeReqrdYn: String """End Booking Date""" endBookingDate: Date """External Locked""" externalLocked: String """Flexible Duration YN""" flexibleDurationYN: String """Not used""" forecastGroupCode: String """Forecast Next Day YN""" forecastNextDayYN: String """Formula""" formula: String """Gen Pl At Eod of Co Date""" genPlAtEodOfCoDate: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Postingrhythm""" internalPostingrhythm: String """Inventoried YN""" inventoriedYN: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Long Info""" longInfo: String """Maximum number of persons""" maxPersons: String """Maximum Persons""" maximumPersons: String """Minimum Advance Booking Days required for the product.""" minimumAdvBookDays: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Outlet Code""" outletCode: String """Override Fixed Rate Y/N""" overrideFixedRateYn: String """POS Account YN""" pOSAccountYN: String """POS Next Day YN""" pOSNextDayYN: String """Package Code""" packageCode: String """Package Code Description""" packageCodeDescription: String """Package Code Short Description""" packageCodeShortDescription: String """Package Forecast Group""" packageForecastGroup: String """Package Forecast Group Description""" packageForecastGroupDescription: String """Package forcast group code""" pkgForcastGroup: String """Pkgforecastgrpid""" pkgforecastgrpid: String """Posting Rhythm""" postingRhythm: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Print Separate YN""" printSeparateYN: String """Product""" product: String """Product Type""" productType: String """Productid""" productid: String """Code to uniquely identify the Property""" property: String """Redemption Product YN""" redemptionProductYN: String """Reporting Item""" repItem: String """Reporting Item Name""" repItemName: String """Reporting Item Orderby""" repItemOrderby: Float """Reporting Updatedate""" repUpdateDate: Date """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Separately Sold YN""" separatelySoldYN: String """Not used""" standardDuration: Float """Not used""" standardPersons: String """Indicates a Reservation Ticket Package.""" ticketsYn: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Valid From Time""" validFromTime: Date """Valid To Time""" validToTime: Date """Web Bookable YN""" webBookableYN: String } type FinancialTransactionDetailsRoomDetailsType { """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 FinancialTransactionDetailsRoutingInstructionDetailsType { """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 FinancialTransactionDetailsTransactionCodeDetailsType { """AR Ledger Payments YN""" aRLedgerPaymentsYN: String """Ar Name ID""" aRNameId: Float """Account Number""" accountNumber: String """Accounting Code""" accountingCode: String """Acctrecvprofileid""" acctrecvprofileid: Float """Adj Trx Code""" adjTrxCode: String """Adjtranscodeid""" adjtranscodeid: String """Arrange Code""" arrangeCode: String """Arrangement Code""" arrangementCode: String """Central Default Price""" cDefaultPrice: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Export Bucket""" cExportBucket: Float """Central Max Amt""" cMaxAmount: Float """Central Min Amt""" cMinimumAmount: Float """CC Code""" cCCode: String """Crs Tax Description""" cRSTaxDesc: String """Cash Transaction Code YN""" cashTransactionCodeYN: String """Cc Type""" ccType: String """Cental Subgroup""" centalSubgroup: String """Central Adjustment Transaction Code""" centralAdjustmentTransactionCode: String """Central Transaction Code""" centralTransactionCode: String """Central Transaction Code Group""" centralTransactionCodeGroup: String """Charge Deferred Until Checkout YN""" chargeDeferredUntilCheckoutYN: String """Check Number Mandatory YN""" checkNumberMandatoryYN: String """Class 1 Mandatory Y/N""" class1MandatoryYn: String """Class 2 Mandatory Y/N""" class2MandatoryYn: String """Commission Code""" commissionCode: Float """Comp Nights Y/N""" compNightsYn: String """Comp Payment Y/N""" compPaymentYn: String """Complimentary YN""" complimentaryYN: String """Corp Prop Flag""" corpPropFlag: String """Corporate Description""" corporateDescription: String """To indicate that the transaction code can be used as a Deposit Transaction Code in Cross Postings. There can be only one transaction code per one resort.""" crossPostingDepositYN: String """To indicate that the transaction code can be used as a Payment Transaction Code in Cross Postings. There can be only one transaction code per one resort.""" crossPostingPaymentYN: String """To indicate that the transaction code can be used as a Sales Transaction Code in Cross Postings. There can be only one transaction code per one resort.""" crossPostingSalesYN: String """Currency Code""" currencyCode: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Daily Plan Folio""" dailyPlanFolio: Float """Ded Owner Rev Y/N""" dedOwnerRevenueYN: String """Default Price""" defaultPrice: Float """Deleted Flag""" deletedFlag: String """Deposit Ledger Payments YN""" depositLedgerPaymentsYN: String """Deposit Posting Only Y/N""" depositPostingOnlyYn: String """Stores the type of the deposit: possible values "RECEIPT" or "FOLIO".""" depositType: String """E Invoice Y/N""" eInvoiceYn: String """Expense Folio""" expenseFolio: Float """Export Bucket""" exportBucket: Float """External Payment Code""" externalPaymentCode: String """Fiscal Payment Y/N""" fiscalPaymentYn: String """Fiscal Transaction Code Type""" fiscalTrxCodeType: String """Foreign Currency ID""" foreignCurrencyID: String """Group Deleted Flag""" gDeletedFlag: String """Group Description""" gDescription: String """Group Insert Date""" gInsertDate: DateTime """Group Insert User""" gInsertUser: Float """Group Order By""" gOrderBy: Float """Group Rep Description""" gRepDescription: String """Group Result Included In Sum Array""" gResultIncludedInSumArray: String """Group Revenuegroupflag""" gRevenuegroupflag: String """Group Tct Class Type1""" gTctClassType1: String """Group Tct Class Type2""" gTctClassType2: String """Group Update Date""" gUpdateDate: DateTime """Group Update User""" gUpdateUser: Float """Group""" group: String """G Class 1 Mandatory Y/N""" groupClass1MandatoryYN: String """G Class 2 Mandatory Y/N""" groupClass2MandatoryYN: String """Group Folio""" groupFolio: Float """G Individual Revenue Gp""" groupIndRevenueGroup: String """G Internal Y/N""" groupInternalYN: String """Gp Points Redemption Y/N""" groupPointsRedemptionYN: String """G Reporting Item""" groupRepItem: String """G Reporting Item Name""" groupRepItemName: String """G Reporting Item Orderby""" groupRepItemOrderby: Float """G Reporting Order By""" groupRepOrderBy: Float """G Reporting Updatedate""" groupRepUpdateDate: DateTime """G Transaction Code Transaction Type""" groupTcTransactionType: String """Guest Ledger Payments YN""" guestLedgerPaymentsYN: String """Inactive Date""" inactiveDate: Date """Inactive Flag""" inactiveflag: String """Include In 8300 Y/N""" includeIn8300Yn: String """Include In Deposit Rule Y/N""" includeInDepositRuleYn: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Deleted Flag""" internalDeletedflag: String """Transaction Code Sub-Group""" internalTransactionCodeSubGroup: String """Internal Y/N""" internalYn: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Manual Post Covers Y/N""" manualPostCoversYn: String """Manual Posting Allowed YN""" manualPostingAllowedYN: String """Maximum Amount""" maximumAmount: Float """Membership YN""" membershipYN: String """Minimum Amount""" minimumAmount: Float """Non Taxable Y/N""" nonTaxableYn: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Owner Rev Y/N""" ownerRevenueYN: String """Payment Tax Invoice Y/N""" paymentTaxInvoiceYn: String """Payment Type""" paymentType: String """Paymentmethodid""" paymentmethodid: String """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 """Type of process that generated this payment. IE PaymentCheck out AR or Passerby.""" processingType: String """Property""" property: String """Quantity Code""" quantityCode: String """Rep Description""" repDescription: String """Reporting Item""" repItem: String """Reporting Item Name""" repItemName: String """Reporting Item Orderby""" repItemOrderby: Float """Reporting Updatedate""" repUpdateDate: DateTime """Result Included In Sum Array""" resultIncludedInSumArray: String """Rev Bucket ID""" revenueBucketId: Float """Rev Gp ID""" revenueGroupId: Float """Revenue YN""" revenueYN: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Rotation Rev Y/N""" rotationRevenueYN: String """Round Factor Y/N""" roundFactorYn: String """Service Recovery Adjustment.""" serviceRecoveryTrxCode: String """Sub-Group Deleted Flag""" sgDeletedFlag: String """Sub-Group Description""" sgDescription: String """Sub-Group Insert Date""" sgInsertDate: DateTime """Sub-Group Insert User""" sgInsertUser: Float """Sub-Group Order By""" sgOrderBy: Float """Sub-Group Result Included In Sum Array""" sgResultIncludedInSumArray: String """Sub-Group Revenuegroupflag""" sgRevenuegroupflag: String """Sub-Group Taxflag""" sgTaxflag: String """Sub-Group Update Date""" sgUpdateDate: DateTime """Sub-Group Update User""" sgUpdateUser: Float """Sg Class 1 Mandatory Y/N""" subGroupClass1MandatoryYN: String """Sg Class 2 Mandatory Y/N""" subGroupClass2MandatoryYN: String """Sg Frequent Flyer Y/N""" subGroupFrequentFlyerYN: String """Sg Gp Points Redemption Y/N""" subGroupGroupPointsRedemptionYN: String """Sg Individual Revenue Gp""" subGroupIndRevenueGroup: String """Sg Internal Y/N""" subGroupInternalYN: String """Sg Reporting Description""" subGroupRepDescription: String """Sg Reporting Order By""" subGroupRepOrderBy: Float """Sg Transaction Code Group And Subgroup""" subGroupTcGroupAndSubgroup: String """Sg Transaction Code Transaction Type""" subGroupTcTransactionType: String """Sub-Group Type""" subGroupType: String """Tax Code Number""" taxCodeNumber: Float """Tax Inclusive YN""" taxInclusiveYN: String """Tax YN""" taxYN: String """Not Used.""" tcBofInterface: String """Not Used.""" tcBofInterface2: String """Not Used.""" tcBofRefCode: String """Not Used.""" tcBofRefCode2: String """Not Used.""" tcResort2: String """Transaction Code Transaction Type""" tcTransactionType: String """Tcl Code Dflt Cl1""" tclCodeDfltCl1: String """Tcl Code Dflt Cl2""" tclCodeDfltCl2: String """Trx Action ID""" transactionActionId: Float """Transaction Code Description""" transactionCodeDescription: String """Transaction Code Group""" transactionCodeGroup: String """Not Used.""" transactionCodeResort: String """Transaction Code Sub-group""" transactionCodeSubGroup: String """Transaction Code Type""" transactionCodeType: String """Transaction Type""" transactionType: String """Transcodearrangementid""" transcodearrangementid: String """Transcodeid""" transcodeid: String """Trx Code""" trxCode: String """Transaction Code Display""" trxCodeDisplay: String """Transaction Service Type""" trxServiceType: String """Transaction Tax Type Code""" trxTaxTypeCode: String """UPC""" uPC: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type FinancialTransactionDetailsTransactionCodeArrangmentDetailsType { """Tax Type code used for certain country requirements.""" arrTaxTypeCode: String """Arrangement Code""" arrangementCode: String """Arrangement Description for the Transaction Code.""" arrangementDescription: String """Arrangement ID""" arrangementId: Float """Arrangement Type""" arrangementType: String """Stores the default value for the arrangement code for revenue buckets in order to group transaction codes.""" bucketValue: String """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Routing Amount""" cRoutingAmount: Float """Central Transaction Code""" centralTransactionCode: String """Central Transaction Code Description""" centralTransactionCodeDescription: String """Comp Y/N""" compYn: String """Complimentary YN""" complimentaryYN: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Daily Y/N""" dailyYn: String """Day1""" day1: String """Day2""" day2: String """Day3""" day3: String """Day4""" day4: String """Day5""" day5: String """Day6""" day6: String """Day7""" day7: String """Deleted Flag""" deletedFlag: String """Specifies the Eligibility to calculate membership points.""" eligibleYn: String """User defined Export Bucket type.""" exportBucketType: String """Inactive Date""" inactiveDate: DateTime """Inactive Flag""" inactiveflag: Date """Inherit the authorizer rate code onto the reservation.""" inheritAuthRatecodeYn: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Deleted Flag""" internalDeletedflag: String """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 """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """Indicates if arrangement code is of a revenue type. Used for country requirements.""" revenueYn: String """Revenueflag""" revenueflag: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Contains amount to route for a routing code. This value will be auto populated to the routing instruction.""" routingAmount: Float """Contains covers to route for a routing code. This value will be auto populated to the routing instruction.""" routingCovers: Float """Routing Percent""" routingPercent: Float """Transaction Code""" transactionCode: String """Transaction Code Description""" transactionCodeDescription: String """Transcodearrangementid""" transcodearrangementid: Float """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type FinancialTransactionDetailsFromReservationDetailsType { """Indicates whether a prorated amount should be used for an Apartment Style Billing rate.""" aSBProratedYn: String """Accompanied YN""" accompaniedYN: String """Accompanying guest names.""" accompanyingName: String """Actual Check In Date Time""" actualCheckInDateTime: DateTime """Actual Check Out Date Time""" actualCheckOutDateTime: DateTime """Actual Check-In Date""" actualCheckInDate: Date """Actual Check-In Time""" actualCheckInTime: String """Actual Check-Out Date""" actualCheckOutDate: Date """Actual Check-Out Time""" actualCheckOutTime: String """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 """Indicates whether the room type inventory was taken from the allotment or House availabilty.""" allotmentRecordType: 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: DateTime """Arrival Estimate Time""" arrivalEstimateTime: Date """Activity begin time""" arrivalTime: String """Arrivaltransportid""" arrivaltransportid: String """Attached Date""" attachedDate: Date """Not used.""" authorizedBillingYN: String """This stores the pmsp.logged_uid who authorizes the direct bill""" authorizedBy: Float """Authorizer ID""" authorizerId: Float """Auto Checkin Y/N""" autoCheckinYn: String """Activates auto population of routing instructions.""" autoPopulateRoutingYn: String """Auto Settle Days""" autoSettleDays: Float """Auto Settle Type""" autoSettleType: String """Auto Settle YN""" autoSettleYN: String """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 Membership ID""" awardMembershipID: Float """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 """Back To Back YN""" backToBackYN: String """Balance on the account.""" balance: Float """Base Rate Amount""" baseRateAmount: Float """Base Rate Code""" baseRateCode: String """Base Rate Currency Code""" baseRateCurrencyCode: String """Based On Rule""" basedOnRule: String """Baseratecurrencyid""" baseratecurrencyid: String """Begin City""" beginCity: String """Begin Datetime""" beginDatetime: DateTime """Begin District""" beginDistrict: String """Begin State""" beginState: String """Stores the actual guest check in date and time.""" beginSystemDateTime: DateTime """Bill Number""" billNumber: String """Billing Contact""" billingContact: String """Billing Contact Display Name""" billingContactDisplayName: String """Billing Contact ID""" billingContactId: Float """Billing Contact Name""" billingContactName: String """Billing Contact Profile ID""" billingcontactprofileid: Float """Block Code""" blockCode: String """Block Create Date""" blockCreateDate: DateTime """Block ID""" blockID: Float """Block Name""" blockName: String """Property this block belongs to.""" blockResort: String """Block Status""" blockStatus: String """Bonus Check ID""" bonusCheckId: Float """Booked Room Category""" bookedRoomCategory: String """Bookedroomcategoryid""" bookedroomcategoryid: String """Business Date Created""" businessDateCreated: Date """Business Datetime Created""" businessDatetimeCreated: DateTime """Bxgy Discount Y/N""" bxgyDiscountYn: String """Central Auto Post Amount""" cAutoPostAmount: Float """Central Base Rate Amount""" cBaseRateAmount: Float """C Discount Amount""" cDiscountAmount: Float """C Discount Amt""" cDiscountAmt: Float """C Effective Rate Amount""" cEffectiveRateAmount: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Fixed Charge""" cFixedCharge: Float """Central Gross Rate Amt""" cGrossRateAmount: Float """Central Local Base Rate Amount""" cLocalBaseRateAmount: Float """Central Net Room Amt""" cNetRoomAmount: Float """Central Original Base Rate""" cOriginalBaseRate: Float """Central Pkg Amt""" cPackageAmount: Float """Central Pkg Tax""" cPackageTax: Float """C Rate Amount""" cRateAmount: Float """Central Room Cost""" cRoomCost: Float """Central Room Tax""" cRoomTax: Float """Central Share Amount Original""" cShareAmountOriginal: Float """Central Upsell Charge""" cUpsellCharge: Float """Cancel Date""" cancelDate: Date """Cancel Reason""" cancelReason: String """Cancel Time""" cancelTime: String """Cancellation Date""" cancellationDate: DateTime """Cancellation Datetime""" cancellationDatetime: DateTime """Cancellation Number""" cancellationNumber: String """Cancellation Reason Description""" cancellationReasonDescription: String """Cancellationreasonid""" cancellationreasonid: String """The user who canceled this Reservation.""" cancelledBy: String """Card Number by Membership Class""" cardNumberByMembershipClass: String """Card Number by Membership Type""" cardNumberByMembershipType: String """Central Approval Amount""" centralApprovalAmount: Float """Central Cancel Reason""" centralCancelReason: String """Central Commission Code""" centralCommissionCode: String """Central Commission Description""" centralCommissionDescription: String """Central Credit Limit""" centralCreditLimit: Float """Central Discount Reason""" centralDiscountReason: String """Central Discount Reason Description""" centralDiscountReasonDescription: String """Central FB Revenue""" centralFBRevenue: Float """Central Guest Type""" centralGuestType: String """Central Hurdle""" centralHurdle: Float """Central Package Code""" centralPackageCode: String """Central Package Code Description""" centralPackageCodeDescription: String """Central Package Forecast Group""" centralPackageForecastGroup: String """Central Package Forecast Group Description""" centralPackageForecastGroupDescription: String """Central Payment Amount""" centralPaymentAmount: Float """Central Projected FB Revenue""" centralProjectedFBRevenue: Float """Central Projected Room Revenue""" centralProjectedRoomRevenue: Float """Central Projected Total Revenue""" centralProjectedTotalRevenue: Float """Central Promotion Description""" centralPromotionDescription: String """Central Rateable Value""" centralRateableValue: Float """Central Reservation Type""" centralReservationType: String """Central Reservation Type Description""" centralReservationTypeDescription: String """Central Room Revenue""" centralRoomRevenue: Float """Central Room Type Code""" centralRoomTypeCode: String """Central Room Type Description""" centralRoomTypeDescription: String """Central Room Type To Charge Code""" centralRoomTypeToChargeCode: String """Central Room Type to Charge Description""" centralRoomTypeToChargeDescription: String """Central Shared Room Rate""" centralSharedRoomRate: Float """Central Special Request Description""" centralSpecialRequestDescription: String """Central Tax Type""" centralTaxType: String """Central Tax Type Description""" centralTaxTypeDescription: String """Central Total Cost of Stay""" centralTotalCostOfStay: Float """Central Total Revenue""" centralTotalRevenue: Float """Central Total Room Rate""" centralTotalRoomRate: Float """Central Waitlist Priority""" centralWaitlistPriority: String """Central Waitlist Priority Description""" centralWaitlistPriorityDescription: String """Central Waitlist Reason""" centralWaitlistReason: String """Central Waitlist Reason Description""" centralWaitlistReasonDescription: String """Channel Description""" channelDescription: String """Channel Order By""" channelOrderBy: Float """Channelid""" channelid: String """Check In Initiated By""" checkInInitiatedBy: 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 """Children Ages""" childrenAges: String """Commission Code""" commissionCode: String """Commission Description""" commissionDescription: 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: String """Commissionable YN""" commissionableYN: String """Commissionid""" commissionid: String """Comp House""" compHouse: String """Comp Type Code""" compTypeCode: String """Company City""" companyCity: String """Company Country""" companyCountry: String """Company ID""" companyID: Float """Company Name""" companyName: String """Company Profile Corporate ID""" companyProfileCorporateID: String """Company Profile ID""" companyProfileID: Float """Complimentary YN""" complimentaryYN: String """Compreasonid""" compreasonid: String """Calculated reservation status.""" computedResvStatus: String """Confirmation Leg Number.""" confirmationLegNumber: Float """Shared Confirmation Number""" confirmationNo: String """Consumer Y/N""" consumerYn: String """Contact Name; UDFC02 on reservation.""" contactName: String """Contact Profile ID""" contactProfileID: Float """Contact Profile Name""" contactProfileName: String """The name of the user who created the record.""" createdBy: String """Created By Default Property""" createdByDefaultResort: String """Created Date""" createdDate: Date """Refer to the same column name in the table IFC_WAKE""" createdTime: String """Credit Card Auth Date""" creditCardAuthDate: Date """Credit Card ID""" creditCardId: Float """Credit Limit""" creditLimit: 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: Date """Deleted Flag""" deletedFlag: String """Departtransportid""" departtransportid: String """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 """Stores the Deposit maturity preference.""" depositMaturityType: String """Detatched Date""" detatchedDate: Date """Detatched YN""" detatchedYN: String """Direct Bill Verify Response""" directBillVerifyResponse: String """Directbillauthby""" directbillauthby: Float """Discount Amount""" discountAmount: Float """Discount Amount""" discountAmt: Float """Discount Percentage.""" discountPercent: Float """Discount Prcnt""" discountPrcnt: Float """Discount Reason""" discountReason: String """Discount Reason Description""" discountReasonDescription: 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 """Drop Off Carrier Code""" dropOffCarrierCode: String """Drop Off Date""" dropOffDate: Date """Drop Off Station""" dropOffStation: String """Drop Off Time""" dropOffTime: String """Drop Off Type""" dropOffType: String """Drop Off Type Description""" dropOffTypeDescription: String """Comments related to Estimated Time of Return.""" eTRComments: String """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 City""" endCity: String """End Datetime""" endDatetime: DateTime """End District""" endDistrict: String """End State""" endState: String """Endbusinessdate""" endbusinessdate: Date """Entry Date into the country. (Croatian Requirements)""" entryDate: Date """(Customized) Entry point into the country. (Croatian Requirements)""" entryPoint: String """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 """Exclude From Auto Authorization YN""" excludeFromAutoAuthorizationYN: String """The time when an Advance Checked-In Guest is expected to return to perform the actual Check-In.""" expectedTimeOfReturnETR: DateTime """Used for Croatian Requirement Exports to store a unique checkin number.""" exportCheckinresId: Float """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: String """External Reference""" externalReference: String """External References List""" externalReferencesList: String """Extra Beds""" extraBeds: Float """FB Revenue""" fBRevenue: Float """F&B Revenue Remaining""" fBRevenueRemaining: Float """Fax ID""" faxId: Float """Should a confirmation be faxed for this reservation name? Y/N""" faxYn: String """This stores the codes for the rooms features. Currently not used""" feature: String """Financially Responsible Y/N""" financiallyResponsibleYn: String """Not used.""" fixedCharge: Float """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 Number""" folioNumber: String """Folio Text1""" folioText1: String """Folio Text2""" folioText2: String """Foreign Currency ID""" foreignCurrencyID: String """Free Child""" freeChild: Float """Frequent Flyer Membership YN""" frequentFlyerMembershipYN: String """Gross Rate Future""" grossRateFuture: Float """Gross Rate Past""" grossRatePast: Float """Group Name""" groupName: String """Group Profile AR Number""" groupProfileARNumber: Float """Group Profile AR Number (Central)""" groupProfileARNumberCentral: String """Group Profile Client ID""" groupProfileClientID: String """Group Profile ID""" groupProfileID: Float """Group Profile Name""" groupProfileName: String """Guarantee code before check in. Populated when the guarantee code is changed to CHECKED IN.""" guaranteeCodePreCi: String """Guaranteecodeid""" guaranteecodeid: String """Guest First Name""" guestFirstName: String """This is soundex of GUEST FIRST NAME - Phonotic sound.""" guestFirstNameSdx: String """This is soundex of GUEST LAST NAME - Phonotic sound.""" guestLastNameSdx: String """Signature of the guest""" guestSignature: String """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 """ID by Membership Class""" iDByMembershipClass: String """ID by Membership Type""" iDByMembershipType: String """Guest Address.""" individualCity: String """Country of the guest""" individualCountry: String """Individual First Name""" individualFirstName: String """Individual Last Name""" individualLastName: String """Insert Action Instance ID""" insertActionInstanceId: Float """Insert Date""" insertDate: DateTime """Insert DateTime""" insertDateTime: DateTime """Insert User""" insertUser: Float """Intermediary Y/N""" intermediaryYn: String """Award Membership ID""" internalAwardMembershipId: Float """Baseratecode""" internalBaseratecode: String """Block ID.""" internalBlockId: Float """Companyprofileid""" internalCompanyprofileid: Float """Groupprofileid""" internalGroupprofileid: Float """Sourceprofileid""" internalSourceprofileid: Float """Items and Quantities""" itemsQuantities: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Key Valid Until""" keyValidUntil: Date """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 """Not used.""" lastRoomNumber: String """Latest date when a direct bill settlement was automatically done using the "Direct Bill Batch Folios" option""" lastSettleDate: Date """Lead Time for ordering""" leadTimeDays: Float """Length of Stay""" lengthOfStay: Float """Linked Arrival Date""" linkedArrivalDate: DateTime """Linked Departure Date""" linkedDepartureDate: DateTime """Linked Room Type""" linkedRoomType: String """Membership ID""" listOfMembershipID: String """Local Base Rate Amount""" localBaseRateAmount: Float """Internal ID to uniquely identify the Property""" locationID: String """Loyalty Scheme Membership YN""" loyaltySchemeMembershipYN: String """Mail Y/N""" mailYn: 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 """Marketid""" marketid: String """Mc Gen Begin District""" mcGenBeginDistrict: String """Mc Gen Begin State""" mcGenBeginState: String """Mc Gen End District""" mcGenEndDistrict: String """Mc Gen End State""" mcGenEndState: String """Mc Gen Next Country""" mcGenNextCountry: String """Mc Gen Previous Country""" mcGenPreviousCountry: String """Member Description""" memberDescription: String """Member Level""" memberLevel: String """Member Number""" memberNumber: String """Membership Class""" membershipClass: String """Membership Class Description""" membershipClassDescription: String """Membership Code""" membershipCode: String """Membership ID""" membershipId: Float """Membership Level by Membership Class""" membershipLevelByMembershipClass: String """Membership Type by Membership Class""" membershipTypeByMembershipClass: String """Stores when this Reservation has received a mobile action needed Alert for consumer mobility.""" mobileActionAlertIssued: Date """Marked as Y when the Phone Number/EMail Address is Opt In.""" mobileAudioKeyYn: String """Mobile Checkin Allowed Y/N""" mobileCheckinAllowedYn: String """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 """Next Country""" nextCountry: 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""" originCode: String """Origin Of Booking""" originOfBooking: String """Not used.""" originalBaseRate: Float """Original End Date""" originalEndDate: Date """Original Start Date""" originalStartDate: Date """Owner Ff Flag""" ownerFfFlag: String """Owner or Friends/Family""" ownerOrFriendsFamily: String """Package Code""" packageCode: String """Package Code Description""" packageCodeDescription: String """Package Forecast Group""" packageForecastGroup: String """Package Forecast Group Description""" packageForecastGroupDescription: String """Parent Resv Name ID""" parentReservationNameId: Float """Parentreservationid""" parentreservationid: Float """Part Allotment""" partAllotment: String """Party Code""" partyCode: String """Pax Number""" paxNo: Float """Total amount of payment inclusive of VAT""" paymentAmount: Float """Payment Method""" paymentMethod: String """Paymentmethodid""" paymentmethodid: String """Frequency in number of days when folios should be printed for this reservation""" periodicFolioFreq: Float """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 Type""" pickUpType: String """Pick Up Type Description""" pickUpTypeDescription: 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: DateTime """User id who reviewed the record.""" preArrReviewedUser: Float """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: String """Preference""" preference: String """Preference Type""" preferenceType: String """Preferred Room Type""" preferredRoomType: String """Previous Country""" previousCountry: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Primary Share""" primaryShare: String """Print Rate YN""" printRateYN: String """Projected FB Revenue""" projectedFBRevenue: Float """Projected Room Revenue""" projectedRoomRevenue: Float """Projected Total Revenue""" projectedTotalRevenue: Float """Promotion Code""" promotionCode: String """Promotion Description""" promotionDescription: String """Indicates if the value set for the specific property.""" property: String """Total pseudo membership points accrued for the default membership type.""" pseudoMemTotalPoints: Float """Default membership type used with the Pseudo Membership Points calculation functionality.""" pseudoMemType: String """Purge Date""" purgeDate: DateTime """Purpose of stay.""" purposeOfStay: String """Number of Rooms""" quantity: Float """Queue priority of the reservation.""" queuePriority: Float """Queue Wait Time""" queueWaitTime: Float """Quote ID provided by external system.""" quoteId: String """Rate Amount""" rateAmount: Float """Rate Code""" rateCode: String """Event Reservation Rate Code Description""" rateCodeDescriptions: String """Tier ID for the Rate Detail.""" rateTier: Float """Stay rateable value.""" rateableValue: Float """Ratecodeid""" ratecodeid: String """Rd Housekeeping Expected Service Time""" rdHousekeepingExpectedServiceTime: String """Rd Reservation Status""" rdResvStatus: String """Rden Billing Contact ID""" rdenBillingContactId: Float """Rden Resv Contact ID""" rdenReservationContactId: Float """Rden Reservation Date""" rdenReservationDate: Date """Rden Property""" rdenResort: String """Rotation Rule to be configured for referral flag ?""" referralYn: String """Registration Card Number""" registrationCardNo: String """Registration Number""" registrationNumber: Float """Reinstate Date""" reinstateDate: DateTime """Reporting Channel""" repChannel: String """Reporting Channel Description""" repChannelDescription: String """Report ID""" reportId: String """Reservation Insert Source""" resInsertSource: String """Reservation Insert Source Type""" resInsertSourceType: String """Resv Contact ID""" reservationContactId: Float """Reservation Date""" reservationDate: DateTime """Reservation Name ID""" reservationNameID: Float """Reservation Status""" reservationStatus: String """Reservation Type""" reservationType: String """Reservation Type Description""" reservationTypeDescription: String """Reservationid""" reservationid: Float """Property""" resort: String """Auto generated charge number for Point Of Sale systems to identify guests.""" resortChargeNumber: String """Restriction Override""" restrictionOverride: String """Globally unique ID using SYS_GUID() as the source.""" resvGuid: String """Reservation Nameid""" resvNameid: Float """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 """Rh Room Features""" rhRoomFeatures: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room""" room: String """Room Category""" roomCategory: String """Room Class""" roomClass: String """Room Cost""" roomCost: Float """Room Instructions""" roomInstructions: String """Meeting Room Property""" roomResort: String """Room Revenue""" roomRevenue: Float """Room Revenue Remaining""" roomRevenueRemaining: Float """This is the Turndown room service time.""" roomServiceTime: String """Room Type Description""" roomTypeDescription: String """Room Type To Charge Code""" roomTypeToChargeCode: String """Room Type to Charge Description""" roomTypeToChargeDescription: String """Roomcategoryid""" roomcategoryid: String """Roomid""" roomid: String """Routing YN""" routingYN: String """Is the guest scheduled for automatic check out?""" scheduleCheckoutYn: String """This is CAPITOL version of guest_first_name""" sguestFirstname: String """Sguest Name""" sguestName: String """Share Confirmation Numbers""" shareConfirmationNumbers: String """Share ID.""" shareId: Float """Share Name""" shareName: String """Not used.""" sharePrcnt: Float """Type of revenue""" shareSeqNumber: Float """Share of Rate Amount""" shareOfRateAmount: Float """Shared Guest Name""" sharedGuestName: String """Shared Profile ID""" sharedProfileID: Float """Shared Reservation Status""" sharedReservationStatus: String """Sharing YN""" sharingYN: String """Source City""" sourceCity: String """Source Code""" sourceCode: String """Source Country""" sourceCountry: String """Source Name""" sourceName: String """Source Profile AR Number""" sourceProfileARNumber: Float """Source Profile AR Number (Central)""" sourceProfileARNumberCentral: String """Source Profile IATA Number""" sourceProfileIATANumber: String """Source Profile ID""" sourceProfileID: Float """Source Profile Name""" sourceProfileName: String """Sourceid""" sourceid: String """Special Request""" specialRequest: String """Special Request Description""" specialRequestDescription: 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 """Rate Tier used for exports(DRS).""" statisticalRateTier: Float """Room Type used to calculate statistics for export(DRS).""" statisticalRoomType: Float """Stay Record ID""" stayRecordId: Float """Suite Number""" suiteNumber: String """Super Search Index Text""" superSearchIndexText: String """Ta Record Locator""" taRecordLocator: String """Tax exempt number on the profile""" taxExemptNumber: String """Tax No of Stays""" taxNumberOfStays: Float """Tax Type""" taxType: String """Tax Type Description""" taxTypeDescription: String """Taxtypeid""" taxtypeid: String """Tiad""" tiad: String """Ticket Nos""" ticketNos: String """Total Cost of Stay""" totalCostOfStay: Float """Total Revenue""" totalRevenue: Float """Total Revenue Remaining""" totalRevenueRemaining: Float """Total Room Rate""" totalRoomRate: Float """Track It Groups""" trackItGroups: String """Track It Types""" trackItTypes: String """Transactionid""" transactionid: Float """Travel Agent Address.""" travelAgentCity: String """Travel Agent Country""" travelAgentCountry: String """Travel Agent ID""" travelAgentID: Float """Travel Agent Name""" travelAgentName: String """Travel Agent Profile AR Number""" travelAgentProfileARNumber: Float """Travel Agent Profile AR Number (Central)""" travelAgentProfileARNumberCentral: String """Travel Agent Profile IATA Number""" travelAgentProfileIATANumber: String """Travel Agent Profile ID""" travelAgentProfileID: Float """Travel Agent Profile Name""" travelAgentProfileName: String """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: String """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 """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 """Universal Card ID used by interfaces for key encoding purposes.""" uniCardId: String """Update Date""" updateDate: DateTime """Update Datetime""" updateDatetime: DateTime """Update User""" updateUser: Float """Updated By""" updatedBy: String """Updated By Default Property""" updatedByDefaultResort: String """Updated Date""" updatedDate: Date """Updated Time""" updatedTime: String """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: Date """Visa Number""" visaNumber: String """Waitlist Comment""" waitlistComment: String """This is the waitlist telephone number.""" waitlistPhoneNumber: String """Waitlist Priority""" waitlistPriority: String """Waitlist Priority Description""" waitlistPriorityDescription: String """Waitlist Reason""" waitlistReason: String """Waitlist Reason Description""" waitlistReasonDescription: String """Waitlistpriorityid""" waitlistpriorityid: String """Waitlistreasonid""" waitlistreasonid: String """Walk-In YN""" walkInYN: String """Yieldable Y/N""" yieldableYn: String """Ym Code""" ymCode: String } type FinancialTransactionDetailsToReservationDetailsType { """Indicates whether a prorated amount should be used for an Apartment Style Billing rate.""" aSBProratedYn: String """Accompanied YN""" accompaniedYN: String """Accompanying guest names.""" accompanyingName: String """Actual Check In Date Time""" actualCheckInDateTime: DateTime """Actual Check Out Date Time""" actualCheckOutDateTime: DateTime """Actual Check-In Date""" actualCheckInDate: Date """Actual Check-In Time""" actualCheckInTime: String """Actual Check-Out Date""" actualCheckOutDate: Date """Actual Check-Out Time""" actualCheckOutTime: String """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 """Indicates whether the room type inventory was taken from the allotment or House availabilty.""" allotmentRecordType: 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: DateTime """Arrival Estimate Time""" arrivalEstimateTime: Date """Activity begin time""" arrivalTime: String """Arrivaltransportid""" arrivaltransportid: String """Attached Date""" attachedDate: Date """Not used.""" authorizedBillingYN: String """This stores the pmsp.logged_uid who authorizes the direct bill""" authorizedBy: Float """Authorizer ID""" authorizerId: Float """Auto Checkin Y/N""" autoCheckinYn: String """Activates auto population of routing instructions.""" autoPopulateRoutingYn: String """Auto Settle Days""" autoSettleDays: Float """Auto Settle Type""" autoSettleType: String """Auto Settle YN""" autoSettleYN: String """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 Membership ID""" awardMembershipID: Float """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 """Back To Back YN""" backToBackYN: String """Balance on the account.""" balance: Float """Base Rate Amount""" baseRateAmount: Float """Base Rate Code""" baseRateCode: String """Base Rate Currency Code""" baseRateCurrencyCode: String """Based On Rule""" basedOnRule: String """Baseratecurrencyid""" baseratecurrencyid: String """Begin City""" beginCity: String """Begin Datetime""" beginDatetime: DateTime """Begin District""" beginDistrict: String """Begin State""" beginState: String """Stores the actual guest check in date and time.""" beginSystemDateTime: DateTime """Bill Number""" billNumber: String """Billing Contact""" billingContact: String """Billing Contact Display Name""" billingContactDisplayName: String """Billing Contact ID""" billingContactId: Float """Billing Contact Name""" billingContactName: String """Billing Contact Profile ID""" billingcontactprofileid: Float """Block Code""" blockCode: String """Block Create Date""" blockCreateDate: DateTime """Block ID""" blockID: Float """Block Name""" blockName: String """Property this block belongs to.""" blockResort: String """Block Status""" blockStatus: String """Bonus Check ID""" bonusCheckId: Float """Booked Room Category""" bookedRoomCategory: String """Bookedroomcategoryid""" bookedroomcategoryid: String """Business Date Created""" businessDateCreated: Date """Business Datetime Created""" businessDatetimeCreated: DateTime """Bxgy Discount Y/N""" bxgyDiscountYn: String """Central Auto Post Amount""" cAutoPostAmount: Float """Central Base Rate Amount""" cBaseRateAmount: Float """C Discount Amount""" cDiscountAmount: Float """C Discount Amt""" cDiscountAmt: Float """C Effective Rate Amount""" cEffectiveRateAmount: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Fixed Charge""" cFixedCharge: Float """Central Gross Rate Amt""" cGrossRateAmount: Float """Central Local Base Rate Amount""" cLocalBaseRateAmount: Float """Central Net Room Amt""" cNetRoomAmount: Float """Central Original Base Rate""" cOriginalBaseRate: Float """Central Pkg Amt""" cPackageAmount: Float """Central Pkg Tax""" cPackageTax: Float """C Rate Amount""" cRateAmount: Float """Central Room Cost""" cRoomCost: Float """Central Room Tax""" cRoomTax: Float """Central Share Amount Original""" cShareAmountOriginal: Float """Central Upsell Charge""" cUpsellCharge: Float """Cancel Date""" cancelDate: Date """Cancel Reason""" cancelReason: String """Cancel Time""" cancelTime: String """Cancellation Date""" cancellationDate: DateTime """Cancellation Datetime""" cancellationDatetime: DateTime """Cancellation Number""" cancellationNumber: String """Cancellation Reason Description""" cancellationReasonDescription: String """Cancellationreasonid""" cancellationreasonid: String """The user who canceled this Reservation.""" cancelledBy: String """Card Number by Membership Class""" cardNumberByMembershipClass: String """Card Number by Membership Type""" cardNumberByMembershipType: String """Central Approval Amount""" centralApprovalAmount: Float """Central Cancel Reason""" centralCancelReason: String """Central Commission Code""" centralCommissionCode: String """Central Commission Description""" centralCommissionDescription: String """Central Credit Limit""" centralCreditLimit: Float """Central Discount Reason""" centralDiscountReason: String """Central Discount Reason Description""" centralDiscountReasonDescription: String """Central FB Revenue""" centralFBRevenue: Float """Central Guest Type""" centralGuestType: String """Central Hurdle""" centralHurdle: Float """Central Package Code""" centralPackageCode: String """Central Package Code Description""" centralPackageCodeDescription: String """Central Package Forecast Group""" centralPackageForecastGroup: String """Central Package Forecast Group Description""" centralPackageForecastGroupDescription: String """Central Payment Amount""" centralPaymentAmount: Float """Central Projected FB Revenue""" centralProjectedFBRevenue: Float """Central Projected Room Revenue""" centralProjectedRoomRevenue: Float """Central Projected Total Revenue""" centralProjectedTotalRevenue: Float """Central Promotion Description""" centralPromotionDescription: String """Central Rateable Value""" centralRateableValue: Float """Central Reservation Type""" centralReservationType: String """Central Reservation Type Description""" centralReservationTypeDescription: String """Central Room Revenue""" centralRoomRevenue: Float """Central Room Type Code""" centralRoomTypeCode: String """Central Room Type Description""" centralRoomTypeDescription: String """Central Room Type To Charge Code""" centralRoomTypeToChargeCode: String """Central Room Type to Charge Description""" centralRoomTypeToChargeDescription: String """Central Shared Room Rate""" centralSharedRoomRate: Float """Central Special Request Description""" centralSpecialRequestDescription: String """Central Tax Type""" centralTaxType: String """Central Tax Type Description""" centralTaxTypeDescription: String """Central Total Cost of Stay""" centralTotalCostOfStay: Float """Central Total Revenue""" centralTotalRevenue: Float """Central Total Room Rate""" centralTotalRoomRate: Float """Central Waitlist Priority""" centralWaitlistPriority: String """Central Waitlist Priority Description""" centralWaitlistPriorityDescription: String """Central Waitlist Reason""" centralWaitlistReason: String """Central Waitlist Reason Description""" centralWaitlistReasonDescription: String """Channel Description""" channelDescription: String """Channel Order By""" channelOrderBy: Float """Channelid""" channelid: String """Check In Initiated By""" checkInInitiatedBy: 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 """Children Ages""" childrenAges: String """Commission Code""" commissionCode: String """Commission Description""" commissionDescription: 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: String """Commissionable YN""" commissionableYN: String """Commissionid""" commissionid: String """Comp House""" compHouse: String """Comp Type Code""" compTypeCode: String """Company City""" companyCity: String """Company Country""" companyCountry: String """Company ID""" companyID: Float """Company Name""" companyName: String """Company Profile Corporate ID""" companyProfileCorporateID: String """Company Profile ID""" companyProfileID: Float """Complimentary YN""" complimentaryYN: String """Compreasonid""" compreasonid: String """Calculated reservation status.""" computedResvStatus: String """Confirmation Leg Number.""" confirmationLegNumber: Float """Shared Confirmation Number""" confirmationNo: String """Consumer Y/N""" consumerYn: String """Contact Name; UDFC02 on reservation.""" contactName: String """Contact Profile ID""" contactProfileID: Float """Contact Profile Name""" contactProfileName: String """The name of the user who created the record.""" createdBy: String """Created By Default Property""" createdByDefaultResort: String """Created Date""" createdDate: Date """Refer to the same column name in the table IFC_WAKE""" createdTime: String """Credit Card Auth Date""" creditCardAuthDate: Date """Credit Card ID""" creditCardId: Float """Credit Limit""" creditLimit: 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: Date """Deleted Flag""" deletedFlag: String """Departtransportid""" departtransportid: String """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 """Stores the Deposit maturity preference.""" depositMaturityType: String """Detatched Date""" detatchedDate: Date """Detatched YN""" detatchedYN: String """Direct Bill Verify Response""" directBillVerifyResponse: String """Directbillauthby""" directbillauthby: Float """Discount Amount""" discountAmount: Float """Discount Amount""" discountAmt: Float """Discount Percentage.""" discountPercent: Float """Discount Prcnt""" discountPrcnt: Float """Discount Reason""" discountReason: String """Discount Reason Description""" discountReasonDescription: 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 """Drop Off Carrier Code""" dropOffCarrierCode: String """Drop Off Date""" dropOffDate: Date """Drop Off Station""" dropOffStation: String """Drop Off Time""" dropOffTime: String """Drop Off Type""" dropOffType: String """Drop Off Type Description""" dropOffTypeDescription: String """Comments related to Estimated Time of Return.""" eTRComments: String """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 City""" endCity: String """End Datetime""" endDatetime: DateTime """End District""" endDistrict: String """End State""" endState: String """Endbusinessdate""" endbusinessdate: Date """Entry Date into the country. (Croatian Requirements)""" entryDate: Date """(Customized) Entry point into the country. (Croatian Requirements)""" entryPoint: String """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 """Exclude From Auto Authorization YN""" excludeFromAutoAuthorizationYN: String """The time when an Advance Checked-In Guest is expected to return to perform the actual Check-In.""" expectedTimeOfReturnETR: DateTime """Used for Croatian Requirement Exports to store a unique checkin number.""" exportCheckinresId: Float """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: String """External Reference""" externalReference: String """External References List""" externalReferencesList: String """Extra Beds""" extraBeds: Float """FB Revenue""" fBRevenue: Float """F&B Revenue Remaining""" fBRevenueRemaining: Float """Fax ID""" faxId: Float """Should a confirmation be faxed for this reservation name? Y/N""" faxYn: String """This stores the codes for the rooms features. Currently not used""" feature: String """Financially Responsible Y/N""" financiallyResponsibleYn: String """Not used.""" fixedCharge: Float """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 Number""" folioNumber: String """Folio Text1""" folioText1: String """Folio Text2""" folioText2: String """Foreign Currency ID""" foreignCurrencyID: String """Free Child""" freeChild: Float """Frequent Flyer Membership YN""" frequentFlyerMembershipYN: String """Gross Rate Future""" grossRateFuture: Float """Gross Rate Past""" grossRatePast: Float """Group Name""" groupName: String """Group Profile AR Number""" groupProfileARNumber: Float """Group Profile AR Number (Central)""" groupProfileARNumberCentral: String """Group Profile Client ID""" groupProfileClientID: String """Group Profile ID""" groupProfileID: Float """Group Profile Name""" groupProfileName: String """Guarantee code before check in. Populated when the guarantee code is changed to CHECKED IN.""" guaranteeCodePreCi: String """Guaranteecodeid""" guaranteecodeid: String """Guest First Name""" guestFirstName: String """This is soundex of GUEST FIRST NAME - Phonotic sound.""" guestFirstNameSdx: String """This is soundex of GUEST LAST NAME - Phonotic sound.""" guestLastNameSdx: String """Signature of the guest""" guestSignature: String """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 """ID by Membership Class""" iDByMembershipClass: String """ID by Membership Type""" iDByMembershipType: String """Guest Address.""" individualCity: String """Country of the guest""" individualCountry: String """Individual First Name""" individualFirstName: String """Individual Last Name""" individualLastName: String """Insert Action Instance ID""" insertActionInstanceId: Float """Insert Date""" insertDate: DateTime """Insert DateTime""" insertDateTime: DateTime """Insert User""" insertUser: Float """Intermediary Y/N""" intermediaryYn: String """Award Membership ID""" internalAwardMembershipId: Float """Baseratecode""" internalBaseratecode: String """Block ID.""" internalBlockId: Float """Companyprofileid""" internalCompanyprofileid: Float """Groupprofileid""" internalGroupprofileid: Float """Sourceprofileid""" internalSourceprofileid: Float """Items and Quantities""" itemsQuantities: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Key Valid Until""" keyValidUntil: Date """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 """Not used.""" lastRoomNumber: String """Latest date when a direct bill settlement was automatically done using the "Direct Bill Batch Folios" option""" lastSettleDate: Date """Lead Time for ordering""" leadTimeDays: Float """Length of Stay""" lengthOfStay: Float """Linked Arrival Date""" linkedArrivalDate: DateTime """Linked Departure Date""" linkedDepartureDate: DateTime """Linked Room Type""" linkedRoomType: String """Membership ID""" listOfMembershipID: String """Local Base Rate Amount""" localBaseRateAmount: Float """Internal ID to uniquely identify the Property""" locationID: String """Loyalty Scheme Membership YN""" loyaltySchemeMembershipYN: String """Mail Y/N""" mailYn: 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 """Marketid""" marketid: String """Mc Gen Begin District""" mcGenBeginDistrict: String """Mc Gen Begin State""" mcGenBeginState: String """Mc Gen End District""" mcGenEndDistrict: String """Mc Gen End State""" mcGenEndState: String """Mc Gen Next Country""" mcGenNextCountry: String """Mc Gen Previous Country""" mcGenPreviousCountry: String """Member Description""" memberDescription: String """Member Level""" memberLevel: String """Member Number""" memberNumber: String """Membership Class""" membershipClass: String """Membership Class Description""" membershipClassDescription: String """Membership Code""" membershipCode: String """Membership ID""" membershipId: Float """Membership Level by Membership Class""" membershipLevelByMembershipClass: String """Membership Type by Membership Class""" membershipTypeByMembershipClass: String """Stores when this Reservation has received a mobile action needed Alert for consumer mobility.""" mobileActionAlertIssued: Date """Marked as Y when the Phone Number/EMail Address is Opt In.""" mobileAudioKeyYn: String """Mobile Checkin Allowed Y/N""" mobileCheckinAllowedYn: String """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 """Next Country""" nextCountry: 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""" originCode: String """Origin Of Booking""" originOfBooking: String """Not used.""" originalBaseRate: Float """Original End Date""" originalEndDate: Date """Original Start Date""" originalStartDate: Date """Owner Ff Flag""" ownerFfFlag: String """Owner or Friends/Family""" ownerOrFriendsFamily: String """Package Code""" packageCode: String """Package Code Description""" packageCodeDescription: String """Package Forecast Group""" packageForecastGroup: String """Package Forecast Group Description""" packageForecastGroupDescription: String """Parent Resv Name ID""" parentReservationNameId: Float """Parentreservationid""" parentreservationid: Float """Part Allotment""" partAllotment: String """Party Code""" partyCode: String """Pax Number""" paxNo: Float """Total amount of payment inclusive of VAT""" paymentAmount: Float """Payment Method""" paymentMethod: String """Paymentmethodid""" paymentmethodid: String """Frequency in number of days when folios should be printed for this reservation""" periodicFolioFreq: Float """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 Type""" pickUpType: String """Pick Up Type Description""" pickUpTypeDescription: 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: DateTime """User id who reviewed the record.""" preArrReviewedUser: Float """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: String """Preference""" preference: String """Preference Type""" preferenceType: String """Preferred Room Type""" preferredRoomType: String """Previous Country""" previousCountry: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Primary Share""" primaryShare: String """Print Rate YN""" printRateYN: String """Projected FB Revenue""" projectedFBRevenue: Float """Projected Room Revenue""" projectedRoomRevenue: Float """Projected Total Revenue""" projectedTotalRevenue: Float """Promotion Code""" promotionCode: String """Promotion Description""" promotionDescription: String """Indicates if the value set for the specific property.""" property: String """Total pseudo membership points accrued for the default membership type.""" pseudoMemTotalPoints: Float """Default membership type used with the Pseudo Membership Points calculation functionality.""" pseudoMemType: String """Purge Date""" purgeDate: DateTime """Purpose of stay.""" purposeOfStay: String """Number of Rooms""" quantity: Float """Queue priority of the reservation.""" queuePriority: Float """Queue Wait Time""" queueWaitTime: Float """Quote ID provided by external system.""" quoteId: String """Rate Amount""" rateAmount: Float """Rate Code""" rateCode: String """Event Reservation Rate Code Description""" rateCodeDescriptions: String """Tier ID for the Rate Detail.""" rateTier: Float """Stay rateable value.""" rateableValue: Float """Ratecodeid""" ratecodeid: String """Rd Housekeeping Expected Service Time""" rdHousekeepingExpectedServiceTime: String """Rd Reservation Status""" rdResvStatus: String """Rden Billing Contact ID""" rdenBillingContactId: Float """Rden Resv Contact ID""" rdenReservationContactId: Float """Rden Reservation Date""" rdenReservationDate: Date """Rden Property""" rdenResort: String """Rotation Rule to be configured for referral flag ?""" referralYn: String """Registration Card Number""" registrationCardNo: String """Registration Number""" registrationNumber: Float """Reinstate Date""" reinstateDate: DateTime """Reporting Channel""" repChannel: String """Reporting Channel Description""" repChannelDescription: String """Report ID""" reportId: String """Reservation Insert Source""" resInsertSource: String """Reservation Insert Source Type""" resInsertSourceType: String """Resv Contact ID""" reservationContactId: Float """Reservation Date""" reservationDate: DateTime """Reservation Name ID""" reservationNameID: Float """Reservation Status""" reservationStatus: String """Reservation Type""" reservationType: String """Reservation Type Description""" reservationTypeDescription: String """Reservationid""" reservationid: Float """Property""" resort: String """Auto generated charge number for Point Of Sale systems to identify guests.""" resortChargeNumber: String """Restriction Override""" restrictionOverride: String """Globally unique ID using SYS_GUID() as the source.""" resvGuid: String """Reservation Nameid""" resvNameid: Float """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 """Rh Room Features""" rhRoomFeatures: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room""" room: String """Room Category""" roomCategory: String """Room Class""" roomClass: String """Room Cost""" roomCost: Float """Room Instructions""" roomInstructions: String """Meeting Room Property""" roomResort: String """Room Revenue""" roomRevenue: Float """Room Revenue Remaining""" roomRevenueRemaining: Float """This is the Turndown room service time.""" roomServiceTime: String """Room Type Description""" roomTypeDescription: String """Room Type To Charge Code""" roomTypeToChargeCode: String """Room Type to Charge Description""" roomTypeToChargeDescription: String """Roomcategoryid""" roomcategoryid: String """Roomid""" roomid: String """Routing YN""" routingYN: String """Is the guest scheduled for automatic check out?""" scheduleCheckoutYn: String """This is CAPITOL version of guest_first_name""" sguestFirstname: String """Sguest Name""" sguestName: String """Share Confirmation Numbers""" shareConfirmationNumbers: String """Share ID.""" shareId: Float """Share Name""" shareName: String """Not used.""" sharePrcnt: Float """Type of revenue""" shareSeqNumber: Float """Share of Rate Amount""" shareOfRateAmount: Float """Shared Guest Name""" sharedGuestName: String """Shared Profile ID""" sharedProfileID: Float """Shared Reservation Status""" sharedReservationStatus: String """Sharing YN""" sharingYN: String """Source City""" sourceCity: String """Source Code""" sourceCode: String """Source Country""" sourceCountry: String """Source Name""" sourceName: String """Source Profile AR Number""" sourceProfileARNumber: Float """Source Profile AR Number (Central)""" sourceProfileARNumberCentral: String """Source Profile IATA Number""" sourceProfileIATANumber: String """Source Profile ID""" sourceProfileID: Float """Source Profile Name""" sourceProfileName: String """Sourceid""" sourceid: String """Special Request""" specialRequest: String """Special Request Description""" specialRequestDescription: 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 """Rate Tier used for exports(DRS).""" statisticalRateTier: Float """Room Type used to calculate statistics for export(DRS).""" statisticalRoomType: Float """Stay Record ID""" stayRecordId: Float """Suite Number""" suiteNumber: String """Super Search Index Text""" superSearchIndexText: String """Ta Record Locator""" taRecordLocator: String """Tax exempt number on the profile""" taxExemptNumber: String """Tax No of Stays""" taxNumberOfStays: Float """Tax Type""" taxType: String """Tax Type Description""" taxTypeDescription: String """Taxtypeid""" taxtypeid: String """Tiad""" tiad: String """Ticket Nos""" ticketNos: String """Total Cost of Stay""" totalCostOfStay: Float """Total Revenue""" totalRevenue: Float """Total Revenue Remaining""" totalRevenueRemaining: Float """Total Room Rate""" totalRoomRate: Float """Track It Groups""" trackItGroups: String """Track It Types""" trackItTypes: String """Transactionid""" transactionid: Float """Travel Agent Address.""" travelAgentCity: String """Travel Agent Country""" travelAgentCountry: String """Travel Agent ID""" travelAgentID: Float """Travel Agent Name""" travelAgentName: String """Travel Agent Profile AR Number""" travelAgentProfileARNumber: Float """Travel Agent Profile AR Number (Central)""" travelAgentProfileARNumberCentral: String """Travel Agent Profile IATA Number""" travelAgentProfileIATANumber: String """Travel Agent Profile ID""" travelAgentProfileID: Float """Travel Agent Profile Name""" travelAgentProfileName: String """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: String """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 """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 """Universal Card ID used by interfaces for key encoding purposes.""" uniCardId: String """Update Date""" updateDate: DateTime """Update Datetime""" updateDatetime: DateTime """Update User""" updateUser: Float """Updated By""" updatedBy: String """Updated By Default Property""" updatedByDefaultResort: String """Updated Date""" updatedDate: Date """Updated Time""" updatedTime: String """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: Date """Visa Number""" visaNumber: String """Waitlist Comment""" waitlistComment: String """This is the waitlist telephone number.""" waitlistPhoneNumber: String """Waitlist Priority""" waitlistPriority: String """Waitlist Priority Description""" waitlistPriorityDescription: String """Waitlist Reason""" waitlistReason: String """Waitlist Reason Description""" waitlistReasonDescription: String """Waitlistpriorityid""" waitlistpriorityid: String """Waitlistreasonid""" waitlistreasonid: String """Walk-In YN""" walkInYN: String """Yieldable Y/N""" yieldableYn: String """Ym Code""" ymCode: String }