# title : OPERA Cloud RnA CateringEventPostings GraphQL API, # description : GraphQL API to cater for Event posting details including revenues by property, Block, Event and Revenue groups. # 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! } # Mandatory filters: # The following filters are mandatory required filters. # Please ensure the request includes all the below fields. # - eventpostingDetailsResort input CateringEventPostingsQueryArgumentsType { """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! @mandatoryInput """Resource Type""" eventpostingDetailsPostedBy: StringInput """Revenue Type""" eventpostingDetailsRevenueType: StringInput """Block ID""" eventDetailsAllotmentid: FloatInput """Block ID""" eventDetailsBookId: FloatInput """Block End Date""" eventDetailsAllotmentenddate: DateInput """Chain Code""" eventDetailsChainCode: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" eventDetailsDsi: FloatInput """End Date""" eventDetailsEndDate: DateTimeInput """End Date Time""" eventDetailsEndDateTime: DateInput """Event Property.""" eventDetailsEvResort: StringInput """Ev Type""" eventDetailsEvType: StringInput """Event ID""" eventDetailsEventId: FloatInput """Event Link Type""" eventDetailsEventLinkType: StringInput """Event Property""" eventDetailsResort: StringInput """Event Status""" eventDetailsEvStatus: StringInput """Eventlocationid""" eventDetailsEventlocationid: StringInput """Eventtypeid""" eventDetailsEventtypeid: StringInput """Group ID""" eventDetailsGroupId: FloatInput """Insert Date""" eventDetailsInsertDate: DateTimeInput """Eventid""" eventDetailsEventid: FloatInput """JRN Update Date and Time""" eventDetailsJrnupdatedttm: DateTimeInput """Linked Event""" eventDetailsEventLinkId: FloatInput """Internal ID to uniquely identify the Property""" eventDetailsLocationid: StringInput """Master Event ID""" eventDetailsMasterEventId: FloatInput """Internal ID to uniquely identify the Organization""" eventDetailsOrganizationid: FloatInput """Pkg Ev ID""" eventDetailsPkgEvId: FloatInput """Packageeventid""" eventDetailsPackageeventid: FloatInput """Parenteventid""" eventDetailsParenteventid: FloatInput """Package Link""" eventDetailsPkgLink: FloatInput """Roomid""" eventDetailsRoomid: StringInput """Space""" eventDetailsRoom: StringInput """Start Date""" eventDetailsStartDate: DateTimeInput """Start Date Time""" eventDetailsStartDateTime: DateInput """Tracecode""" eventDetailsTracecode: StringInput """Update Date""" eventDetailsUpdateDate: DateTimeInput """Agent Contact Name ID""" allotmentDetailsAgentContactNameId: FloatInput """Agent Name ID""" allotmentDetailsAgentNameId: FloatInput """Block Code""" allotmentDetailsAllotmentCode: StringInput """Block ID""" allotmentDetailsAllotmentHeaderId: FloatInput """Block Owner Code""" allotmentDetailsOwnerCode: StringInput """External S&C vendor booking ID and used in HYATT-mode.""" allotmentDetailsBookingId: StringInput """Booking Status Order""" allotmentDetailsBookingStatusOrder: FloatInput """Determines block being [G] - Group or [W] - Wholesale.""" allotmentDetailsBlockType: StringInput """Central Xchange Date""" allotmentDetailsCXchangeDate: DateInput """Chain Code""" allotmentDetailsChainCode: StringInput """Company Name ID""" allotmentDetailsCompanyNameId: FloatInput """Contact Name ID""" allotmentDetailsContactNameId: FloatInput """Created Date""" allotmentDetailsInsertDate: DateTimeInput """DSI Internal Data Source ID to identify Opera Chain and instance""" allotmentDetailsDsi: FloatInput """Due Date Sorting Column.""" allotmentDetailsDueDateOrd: DateInput """End Date""" allotmentDetailsEndDate: DateInput """Insert User""" allotmentDetailsInsertUser: FloatInput """STAR MODE: ISAC opportunity ID.""" allotmentDetailsIsacOpptyId: StringInput """JRN Update Date and Time""" allotmentDetailsJrnupdatedttm: DateTimeInput """Market Code""" allotmentDetailsMarketCode: StringInput """Parent Block ID""" allotmentDetailsSuperBlockId: FloatInput """Parent Resort""" allotmentDetailsSuperBlockResort: StringInput """Profile Id. ( Name_Id ) of the Group Profile attached to this business block.""" allotmentDetailsMasterNameId: FloatInput """Internal ID to uniquely identify the Organization""" allotmentDetailsOrganizationid: FloatInput """ORMS Block Class""" allotmentDetailsOrmsBlockClass: StringInput """Owner""" allotmentDetailsOwner: FloatInput """Code to uniquely identify the Property""" allotmentDetailsResort: StringInput """Rate Code""" allotmentDetailsRateCode: StringInput """Reservation Type""" allotmentDetailsGuaranteeCode: StringInput """Room Status""" allotmentDetailsBookingStatus: StringInput """Shoulder End""" allotmentDetailsShoulderEndDate: DateInput """Shoulder Start""" allotmentDetailsShoulderBeginDate: DateInput """Source Name ID""" allotmentDetailsSourceNameId: FloatInput """Start Date""" allotmentDetailsBeginDate: DateInput """Tour Code.""" allotmentDetailsTourcode: StringInput """This is upper-case description of regular description column for fast search""" allotmentDetailsUdescription: StringInput """Updated Date""" allotmentDetailsUpdateDate: DateTimeInput """Multi Byte Description in uppercase""" allotmentDetailsXudescription: StringInput """AR Ledger Credit""" financialtransincrevenuetaxDetailsArLedCredit: FloatInput """AR Ledger Debit""" financialtransincrevenuetaxDetailsArLedDebit: FloatInput """AR State""" financialtransincrevenuetaxDetailsArState: StringInput """Account Code""" financialtransincrevenuetaxDetailsArNumber: FloatInput """Accountid""" financialtransincrevenuetaxDetailsAccountid: FloatInput """Article ID""" financialtransincrevenuetaxDetailsArticleId: FloatInput """Authemployeeid""" financialtransincrevenuetaxDetailsAuthemployeeid: FloatInput """Bonus Check ID""" financialtransincrevenuetaxDetailsBonusCheckId: FloatInput """Business Date""" financialtransincrevenuetaxDetailsBusinessDate: DateInput """Central Xchange Date""" financialtransincrevenuetaxDetailsCXchangeDate: DateInput """Central Xchange Rate""" financialtransincrevenuetaxDetailsCXchangeRate: FloatInput """Cashier ID""" financialtransincrevenuetaxDetailsCashierId: FloatInput """Chain Code""" financialtransincrevenuetaxDetailsChainCode: StringInput """Check Number""" financialtransincrevenuetaxDetailsChequeNumber: StringInput """Closure Number""" financialtransincrevenuetaxDetailsClosureNo: FloatInput """Trx code of original transaction that was turned into a comp""" financialtransincrevenuetaxDetailsCompLinkTrxCode: StringInput """Complinktranscodeid""" financialtransincrevenuetaxDetailsComplinktranscodeid: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" financialtransincrevenuetaxDetailsDsi: FloatInput """Exchange difference posting transaction number of the posting that generated the exchange difference.""" financialtransincrevenuetaxDetailsExchDiffTrxNo: FloatInput """Number to identify the DML sequence.""" financialtransincrevenuetaxDetailsFinDmlSeqNo: FloatInput """Fintransactionid""" financialtransincrevenuetaxDetailsFintransactionid: FloatInput """Fintransid""" financialtransincrevenuetaxDetailsFintransid: FloatInput """Folio Number""" financialtransincrevenuetaxDetailsBillNo: FloatInput """Folio View""" financialtransincrevenuetaxDetailsFolioView: FloatInput """Folioid""" financialtransincrevenuetaxDetailsFolioid: FloatInput """From Resv ID""" financialtransincrevenuetaxDetailsFromResvId: FloatInput """This is the transaction type which says whether it is a Consumption(C) Payment (FC) or Package (PK) and it is inherited from transaction code.""" financialtransincrevenuetaxDetailsFtSubtype: StringInput """Guest Account Ledger Credit""" financialtransincrevenuetaxDetailsGuestAccountCredit: FloatInput """Debit amount on the guest account""" financialtransincrevenuetaxDetailsGuestAccountDebit: FloatInput """Specifies the Hotel acct against which this transaction has beenposted.""" financialtransincrevenuetaxDetailsHotelAcct: StringInput """Insert Date""" financialtransincrevenuetaxDetailsInsertDate: DateTimeInput """Articleid""" financialtransincrevenuetaxDetailsArticleid: FloatInput """Businessdate""" financialtransincrevenuetaxDetailsBusinessdate: DateInput """Cashierid""" financialtransincrevenuetaxDetailsCashierid: FloatInput """Internal Window ID""" financialtransincrevenuetaxDetailsFolioNo: FloatInput """Invoice Number""" financialtransincrevenuetaxDetailsInvoiceNo: FloatInput """JRN Update Date and Time""" financialtransincrevenuetaxDetailsJrnupdatedttm: DateTimeInput """Link Transaction No""" financialtransincrevenuetaxDetailsLinkTrxNo: FloatInput """Internal ID to uniquely identify the Property""" financialtransincrevenuetaxDetailsLocationid: StringInput """Name ID""" financialtransincrevenuetaxDetailsNameId: FloatInput """Internal ID to uniquely identify the Organization""" financialtransincrevenuetaxDetailsOrganizationid: FloatInput """Original Resv Name ID""" financialtransincrevenuetaxDetailsOriginalResvNameId: FloatInput """Original Room""" financialtransincrevenuetaxDetailsOriginalRoom: StringInput """Originalresvid""" financialtransincrevenuetaxDetailsOriginalresvid: FloatInput """Package""" financialtransincrevenuetaxDetailsProduct: StringInput """Credit amount on the guest package account.""" financialtransincrevenuetaxDetailsPackageCredit: FloatInput """Debit amount on the guest package account""" financialtransincrevenuetaxDetailsPackageDebit: FloatInput """Packagelinkfintransid""" financialtransincrevenuetaxDetailsPackagelinkfintransid: FloatInput """Parentfintransid""" financialtransincrevenuetaxDetailsParentfintransid: FloatInput """Postit Number""" financialtransincrevenuetaxDetailsPostitNo: FloatInput """Productid""" financialtransincrevenuetaxDetailsProductid: StringInput """Profileid""" financialtransincrevenuetaxDetailsProfileid: FloatInput """Code to uniquely identify the Property""" financialtransincrevenuetaxDetailsResort: StringInput """Rate Code""" financialtransincrevenuetaxDetailsRateCode: StringInput """Ratecodeid""" financialtransincrevenuetaxDetailsRatecodeid: StringInput """Indicates the receipt type. Different receipts are identified by different types""" financialtransincrevenuetaxDetailsRecptType: StringInput """Reservationid""" financialtransincrevenuetaxDetailsReservationid: FloatInput """Room Number""" financialtransincrevenuetaxDetailsRoom: StringInput """Roomid""" financialtransincrevenuetaxDetailsRoomid: StringInput """TRX_NO of the transaction associated with this rounding factor posting.""" financialtransincrevenuetaxDetailsRoundLinkTrxno: FloatInput """Link the posting to the routing instruction that is specified during the setup of routing instructions for guests.""" financialtransincrevenuetaxDetailsRoutingInstrnId: FloatInput """Tax Elements""" financialtransincrevenuetaxDetailsTaxElements: StringInput """Transaction Code Group""" financialtransincrevenuetaxDetailsTcGroup: StringInput """Transaction Code Subgroup""" financialtransincrevenuetaxDetailsTcSubgroup: StringInput """Tran Action ID""" financialtransincrevenuetaxDetailsTranActionId: FloatInput """Transaction Code""" financialtransincrevenuetaxDetailsTranscodeid: StringInput """Transaction Date""" financialtransincrevenuetaxDetailsTrxDate: DateInput """Transaction Number Added By""" financialtransincrevenuetaxDetailsTrxNoAddedBy: FloatInput """Transaction Reservation Name ID""" financialtransincrevenuetaxDetailsResvNameId: FloatInput """Transaction Code""" financialtransincrevenuetaxDetailsTrxCode: StringInput """Trx Number""" financialtransincrevenuetaxDetailsTrxNo: FloatInput """Trx Number Against Package""" financialtransincrevenuetaxDetailsTrxNoAgainstPackage: FloatInput """The trx_no against which this transaction gets adjusted.""" financialtransincrevenuetaxDetailsTrxNoAdjust: FloatInput """Transaction No Header""" financialtransincrevenuetaxDetailsTrxNoHeader: FloatInput """User ID""" financialtransincrevenuetaxDetailsAuthorizerId: FloatInput """AR Ledger Credit""" financialtransextrarevenuetaxDetailsArLedCredit: FloatInput """AR Ledger Debit""" financialtransextrarevenuetaxDetailsArLedDebit: FloatInput """AR State""" financialtransextrarevenuetaxDetailsArState: StringInput """Account Code""" financialtransextrarevenuetaxDetailsArNumber: FloatInput """Accountid""" financialtransextrarevenuetaxDetailsAccountid: FloatInput """Article ID""" financialtransextrarevenuetaxDetailsArticleId: FloatInput """Authemployeeid""" financialtransextrarevenuetaxDetailsAuthemployeeid: FloatInput """Bonus Check ID""" financialtransextrarevenuetaxDetailsBonusCheckId: FloatInput """Business Date""" financialtransextrarevenuetaxDetailsBusinessDate: DateInput """Central Xchange Date""" financialtransextrarevenuetaxDetailsCXchangeDate: DateInput """Central Xchange Rate""" financialtransextrarevenuetaxDetailsCXchangeRate: FloatInput """Cashier ID""" financialtransextrarevenuetaxDetailsCashierId: FloatInput """Chain Code""" financialtransextrarevenuetaxDetailsChainCode: StringInput """Check Number""" financialtransextrarevenuetaxDetailsChequeNumber: StringInput """Closure Number""" financialtransextrarevenuetaxDetailsClosureNo: FloatInput """Trx code of original transaction that was turned into a comp""" financialtransextrarevenuetaxDetailsCompLinkTrxCode: StringInput """Complinktranscodeid""" financialtransextrarevenuetaxDetailsComplinktranscodeid: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" financialtransextrarevenuetaxDetailsDsi: FloatInput """Exchange difference posting transaction number of the posting that generated the exchange difference.""" financialtransextrarevenuetaxDetailsExchDiffTrxNo: FloatInput """Number to identify the DML sequence.""" financialtransextrarevenuetaxDetailsFinDmlSeqNo: FloatInput """Fintransactionid""" financialtransextrarevenuetaxDetailsFintransactionid: FloatInput """Fintransid""" financialtransextrarevenuetaxDetailsFintransid: FloatInput """Folio Number""" financialtransextrarevenuetaxDetailsBillNo: FloatInput """Folio View""" financialtransextrarevenuetaxDetailsFolioView: FloatInput """Folioid""" financialtransextrarevenuetaxDetailsFolioid: FloatInput """From Resv ID""" financialtransextrarevenuetaxDetailsFromResvId: FloatInput """This is the transaction type which says whether it is a Consumption(C) Payment (FC) or Package (PK) and it is inherited from transaction code.""" financialtransextrarevenuetaxDetailsFtSubtype: StringInput """Guest Account Ledger Credit""" financialtransextrarevenuetaxDetailsGuestAccountCredit: FloatInput """Debit amount on the guest account""" financialtransextrarevenuetaxDetailsGuestAccountDebit: FloatInput """Specifies the Hotel acct against which this transaction has beenposted.""" financialtransextrarevenuetaxDetailsHotelAcct: StringInput """Insert Date""" financialtransextrarevenuetaxDetailsInsertDate: DateTimeInput """Articleid""" financialtransextrarevenuetaxDetailsArticleid: FloatInput """Businessdate""" financialtransextrarevenuetaxDetailsBusinessdate: DateInput """Cashierid""" financialtransextrarevenuetaxDetailsCashierid: FloatInput """Internal Window ID""" financialtransextrarevenuetaxDetailsFolioNo: FloatInput """Invoice Number""" financialtransextrarevenuetaxDetailsInvoiceNo: FloatInput """JRN Update Date and Time""" financialtransextrarevenuetaxDetailsJrnupdatedttm: DateTimeInput """Link Transaction No""" financialtransextrarevenuetaxDetailsLinkTrxNo: FloatInput """Internal ID to uniquely identify the Property""" financialtransextrarevenuetaxDetailsLocationid: StringInput """Name ID""" financialtransextrarevenuetaxDetailsNameId: FloatInput """Internal ID to uniquely identify the Organization""" financialtransextrarevenuetaxDetailsOrganizationid: FloatInput """Original Resv Name ID""" financialtransextrarevenuetaxDetailsOriginalResvNameId: FloatInput """Original Room""" financialtransextrarevenuetaxDetailsOriginalRoom: StringInput """Originalresvid""" financialtransextrarevenuetaxDetailsOriginalresvid: FloatInput """Package""" financialtransextrarevenuetaxDetailsProduct: StringInput """Credit amount on the guest package account.""" financialtransextrarevenuetaxDetailsPackageCredit: FloatInput """Debit amount on the guest package account""" financialtransextrarevenuetaxDetailsPackageDebit: FloatInput """Packagelinkfintransid""" financialtransextrarevenuetaxDetailsPackagelinkfintransid: FloatInput """Parentfintransid""" financialtransextrarevenuetaxDetailsParentfintransid: FloatInput """Postit Number""" financialtransextrarevenuetaxDetailsPostitNo: FloatInput """Productid""" financialtransextrarevenuetaxDetailsProductid: StringInput """Profileid""" financialtransextrarevenuetaxDetailsProfileid: FloatInput """Code to uniquely identify the Property""" financialtransextrarevenuetaxDetailsResort: StringInput """Rate Code""" financialtransextrarevenuetaxDetailsRateCode: StringInput """Ratecodeid""" financialtransextrarevenuetaxDetailsRatecodeid: StringInput """Indicates the receipt type. Different receipts are identified by different types""" financialtransextrarevenuetaxDetailsRecptType: StringInput """Reservationid""" financialtransextrarevenuetaxDetailsReservationid: FloatInput """Room Number""" financialtransextrarevenuetaxDetailsRoom: StringInput """Roomid""" financialtransextrarevenuetaxDetailsRoomid: StringInput """TRX_NO of the transaction associated with this rounding factor posting.""" financialtransextrarevenuetaxDetailsRoundLinkTrxno: FloatInput """Link the posting to the routing instruction that is specified during the setup of routing instructions for guests.""" financialtransextrarevenuetaxDetailsRoutingInstrnId: FloatInput """Tax Elements""" financialtransextrarevenuetaxDetailsTaxElements: StringInput """Transaction Code Group""" financialtransextrarevenuetaxDetailsTcGroup: StringInput """Transaction Code Subgroup""" financialtransextrarevenuetaxDetailsTcSubgroup: StringInput """Tran Action ID""" financialtransextrarevenuetaxDetailsTranActionId: FloatInput """Transaction Code""" financialtransextrarevenuetaxDetailsTranscodeid: StringInput """Transaction Date""" financialtransextrarevenuetaxDetailsTrxDate: DateInput """Transaction Number Added By""" financialtransextrarevenuetaxDetailsTrxNoAddedBy: FloatInput """Transaction Reservation Name ID""" financialtransextrarevenuetaxDetailsResvNameId: FloatInput """Transaction Code""" financialtransextrarevenuetaxDetailsTrxCode: StringInput """Trx Number""" financialtransextrarevenuetaxDetailsTrxNo: FloatInput """Trx Number Against Package""" financialtransextrarevenuetaxDetailsTrxNoAgainstPackage: FloatInput """The trx_no against which this transaction gets adjusted.""" financialtransextrarevenuetaxDetailsTrxNoAdjust: FloatInput """Transaction No Header""" financialtransextrarevenuetaxDetailsTrxNoHeader: FloatInput """User ID""" financialtransextrarevenuetaxDetailsAuthorizerId: FloatInput """AR Ledger Credit""" financialtranssvcchargeincrevDetailsArLedCredit: FloatInput """AR Ledger Debit""" financialtranssvcchargeincrevDetailsArLedDebit: FloatInput """AR State""" financialtranssvcchargeincrevDetailsArState: StringInput """Account Code""" financialtranssvcchargeincrevDetailsArNumber: FloatInput """Accountid""" financialtranssvcchargeincrevDetailsAccountid: FloatInput """Article ID""" financialtranssvcchargeincrevDetailsArticleId: FloatInput """Authemployeeid""" financialtranssvcchargeincrevDetailsAuthemployeeid: FloatInput """Bonus Check ID""" financialtranssvcchargeincrevDetailsBonusCheckId: FloatInput """Business Date""" financialtranssvcchargeincrevDetailsBusinessDate: DateInput """Central Xchange Date""" financialtranssvcchargeincrevDetailsCXchangeDate: DateInput """Central Xchange Rate""" financialtranssvcchargeincrevDetailsCXchangeRate: FloatInput """Cashier ID""" financialtranssvcchargeincrevDetailsCashierId: FloatInput """Chain Code""" financialtranssvcchargeincrevDetailsChainCode: StringInput """Check Number""" financialtranssvcchargeincrevDetailsChequeNumber: StringInput """Closure Number""" financialtranssvcchargeincrevDetailsClosureNo: FloatInput """Trx code of original transaction that was turned into a comp""" financialtranssvcchargeincrevDetailsCompLinkTrxCode: StringInput """Complinktranscodeid""" financialtranssvcchargeincrevDetailsComplinktranscodeid: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" financialtranssvcchargeincrevDetailsDsi: FloatInput """Exchange difference posting transaction number of the posting that generated the exchange difference.""" financialtranssvcchargeincrevDetailsExchDiffTrxNo: FloatInput """Number to identify the DML sequence.""" financialtranssvcchargeincrevDetailsFinDmlSeqNo: FloatInput """Fintransactionid""" financialtranssvcchargeincrevDetailsFintransactionid: FloatInput """Fintransid""" financialtranssvcchargeincrevDetailsFintransid: FloatInput """Folio Number""" financialtranssvcchargeincrevDetailsBillNo: FloatInput """Folio View""" financialtranssvcchargeincrevDetailsFolioView: FloatInput """Folioid""" financialtranssvcchargeincrevDetailsFolioid: FloatInput """From Resv ID""" financialtranssvcchargeincrevDetailsFromResvId: FloatInput """This is the transaction type which says whether it is a Consumption(C) Payment (FC) or Package (PK) and it is inherited from transaction code.""" financialtranssvcchargeincrevDetailsFtSubtype: StringInput """Guest Account Ledger Credit""" financialtranssvcchargeincrevDetailsGuestAccountCredit: FloatInput """Debit amount on the guest account""" financialtranssvcchargeincrevDetailsGuestAccountDebit: FloatInput """Specifies the Hotel acct against which this transaction has beenposted.""" financialtranssvcchargeincrevDetailsHotelAcct: StringInput """Insert Date""" financialtranssvcchargeincrevDetailsInsertDate: DateTimeInput """Articleid""" financialtranssvcchargeincrevDetailsArticleid: FloatInput """Businessdate""" financialtranssvcchargeincrevDetailsBusinessdate: DateInput """Cashierid""" financialtranssvcchargeincrevDetailsCashierid: FloatInput """Internal Window ID""" financialtranssvcchargeincrevDetailsFolioNo: FloatInput """Invoice Number""" financialtranssvcchargeincrevDetailsInvoiceNo: FloatInput """JRN Update Date and Time""" financialtranssvcchargeincrevDetailsJrnupdatedttm: DateTimeInput """Link Transaction No""" financialtranssvcchargeincrevDetailsLinkTrxNo: FloatInput """Internal ID to uniquely identify the Property""" financialtranssvcchargeincrevDetailsLocationid: StringInput """Name ID""" financialtranssvcchargeincrevDetailsNameId: FloatInput """Internal ID to uniquely identify the Organization""" financialtranssvcchargeincrevDetailsOrganizationid: FloatInput """Original Resv Name ID""" financialtranssvcchargeincrevDetailsOriginalResvNameId: FloatInput """Original Room""" financialtranssvcchargeincrevDetailsOriginalRoom: StringInput """Originalresvid""" financialtranssvcchargeincrevDetailsOriginalresvid: FloatInput """Package""" financialtranssvcchargeincrevDetailsProduct: StringInput """Credit amount on the guest package account.""" financialtranssvcchargeincrevDetailsPackageCredit: FloatInput """Debit amount on the guest package account""" financialtranssvcchargeincrevDetailsPackageDebit: FloatInput """Packagelinkfintransid""" financialtranssvcchargeincrevDetailsPackagelinkfintransid: FloatInput """Parentfintransid""" financialtranssvcchargeincrevDetailsParentfintransid: FloatInput """Postit Number""" financialtranssvcchargeincrevDetailsPostitNo: FloatInput """Productid""" financialtranssvcchargeincrevDetailsProductid: StringInput """Profileid""" financialtranssvcchargeincrevDetailsProfileid: FloatInput """Code to uniquely identify the Property""" financialtranssvcchargeincrevDetailsResort: StringInput """Rate Code""" financialtranssvcchargeincrevDetailsRateCode: StringInput """Ratecodeid""" financialtranssvcchargeincrevDetailsRatecodeid: StringInput """Indicates the receipt type. Different receipts are identified by different types""" financialtranssvcchargeincrevDetailsRecptType: StringInput """Reservationid""" financialtranssvcchargeincrevDetailsReservationid: FloatInput """Room Number""" financialtranssvcchargeincrevDetailsRoom: StringInput """Roomid""" financialtranssvcchargeincrevDetailsRoomid: StringInput """TRX_NO of the transaction associated with this rounding factor posting.""" financialtranssvcchargeincrevDetailsRoundLinkTrxno: FloatInput """Link the posting to the routing instruction that is specified during the setup of routing instructions for guests.""" financialtranssvcchargeincrevDetailsRoutingInstrnId: FloatInput """Tax Elements""" financialtranssvcchargeincrevDetailsTaxElements: StringInput """Transaction Code Group""" financialtranssvcchargeincrevDetailsTcGroup: StringInput """Transaction Code Subgroup""" financialtranssvcchargeincrevDetailsTcSubgroup: StringInput """Tran Action ID""" financialtranssvcchargeincrevDetailsTranActionId: FloatInput """Transaction Code""" financialtranssvcchargeincrevDetailsTranscodeid: StringInput """Transaction Date""" financialtranssvcchargeincrevDetailsTrxDate: DateInput """Transaction Number Added By""" financialtranssvcchargeincrevDetailsTrxNoAddedBy: FloatInput """Transaction Reservation Name ID""" financialtranssvcchargeincrevDetailsResvNameId: FloatInput """Transaction Code""" financialtranssvcchargeincrevDetailsTrxCode: StringInput """Trx Number""" financialtranssvcchargeincrevDetailsTrxNo: FloatInput """Trx Number Against Package""" financialtranssvcchargeincrevDetailsTrxNoAgainstPackage: FloatInput """The trx_no against which this transaction gets adjusted.""" financialtranssvcchargeincrevDetailsTrxNoAdjust: FloatInput """Transaction No Header""" financialtranssvcchargeincrevDetailsTrxNoHeader: FloatInput """User ID""" financialtranssvcchargeincrevDetailsAuthorizerId: FloatInput """AR Ledger Credit""" financialtranssvcchargeextrarevDetailsArLedCredit: FloatInput """AR Ledger Debit""" financialtranssvcchargeextrarevDetailsArLedDebit: FloatInput """AR State""" financialtranssvcchargeextrarevDetailsArState: StringInput """Account Code""" financialtranssvcchargeextrarevDetailsArNumber: FloatInput """Accountid""" financialtranssvcchargeextrarevDetailsAccountid: FloatInput """Article ID""" financialtranssvcchargeextrarevDetailsArticleId: FloatInput """Authemployeeid""" financialtranssvcchargeextrarevDetailsAuthemployeeid: FloatInput """Bonus Check ID""" financialtranssvcchargeextrarevDetailsBonusCheckId: FloatInput """Business Date""" financialtranssvcchargeextrarevDetailsBusinessDate: DateInput """Central Xchange Date""" financialtranssvcchargeextrarevDetailsCXchangeDate: DateInput """Central Xchange Rate""" financialtranssvcchargeextrarevDetailsCXchangeRate: FloatInput """Cashier ID""" financialtranssvcchargeextrarevDetailsCashierId: FloatInput """Chain Code""" financialtranssvcchargeextrarevDetailsChainCode: StringInput """Check Number""" financialtranssvcchargeextrarevDetailsChequeNumber: StringInput """Closure Number""" financialtranssvcchargeextrarevDetailsClosureNo: FloatInput """Trx code of original transaction that was turned into a comp""" financialtranssvcchargeextrarevDetailsCompLinkTrxCode: StringInput """Complinktranscodeid""" financialtranssvcchargeextrarevDetailsComplinktranscodeid: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" financialtranssvcchargeextrarevDetailsDsi: FloatInput """Exchange difference posting transaction number of the posting that generated the exchange difference.""" financialtranssvcchargeextrarevDetailsExchDiffTrxNo: FloatInput """Number to identify the DML sequence.""" financialtranssvcchargeextrarevDetailsFinDmlSeqNo: FloatInput """Fintransactionid""" financialtranssvcchargeextrarevDetailsFintransactionid: FloatInput """Fintransid""" financialtranssvcchargeextrarevDetailsFintransid: FloatInput """Folio Number""" financialtranssvcchargeextrarevDetailsBillNo: FloatInput """Folio View""" financialtranssvcchargeextrarevDetailsFolioView: FloatInput """Folioid""" financialtranssvcchargeextrarevDetailsFolioid: FloatInput """From Resv ID""" financialtranssvcchargeextrarevDetailsFromResvId: FloatInput """This is the transaction type which says whether it is a Consumption(C) Payment (FC) or Package (PK) and it is inherited from transaction code.""" financialtranssvcchargeextrarevDetailsFtSubtype: StringInput """Guest Account Ledger Credit""" financialtranssvcchargeextrarevDetailsGuestAccountCredit: FloatInput """Debit amount on the guest account""" financialtranssvcchargeextrarevDetailsGuestAccountDebit: FloatInput """Specifies the Hotel acct against which this transaction has beenposted.""" financialtranssvcchargeextrarevDetailsHotelAcct: StringInput """Insert Date""" financialtranssvcchargeextrarevDetailsInsertDate: DateTimeInput """Articleid""" financialtranssvcchargeextrarevDetailsArticleid: FloatInput """Businessdate""" financialtranssvcchargeextrarevDetailsBusinessdate: DateInput """Cashierid""" financialtranssvcchargeextrarevDetailsCashierid: FloatInput """Internal Window ID""" financialtranssvcchargeextrarevDetailsFolioNo: FloatInput """Invoice Number""" financialtranssvcchargeextrarevDetailsInvoiceNo: FloatInput """JRN Update Date and Time""" financialtranssvcchargeextrarevDetailsJrnupdatedttm: DateTimeInput """Link Transaction No""" financialtranssvcchargeextrarevDetailsLinkTrxNo: FloatInput """Internal ID to uniquely identify the Property""" financialtranssvcchargeextrarevDetailsLocationid: StringInput """Name ID""" financialtranssvcchargeextrarevDetailsNameId: FloatInput """Internal ID to uniquely identify the Organization""" financialtranssvcchargeextrarevDetailsOrganizationid: FloatInput """Original Resv Name ID""" financialtranssvcchargeextrarevDetailsOriginalResvNameId: FloatInput """Original Room""" financialtranssvcchargeextrarevDetailsOriginalRoom: StringInput """Originalresvid""" financialtranssvcchargeextrarevDetailsOriginalresvid: FloatInput """Package""" financialtranssvcchargeextrarevDetailsProduct: StringInput """Credit amount on the guest package account.""" financialtranssvcchargeextrarevDetailsPackageCredit: FloatInput """Debit amount on the guest package account""" financialtranssvcchargeextrarevDetailsPackageDebit: FloatInput """Packagelinkfintransid""" financialtranssvcchargeextrarevDetailsPackagelinkfintransid: FloatInput """Parentfintransid""" financialtranssvcchargeextrarevDetailsParentfintransid: FloatInput """Postit Number""" financialtranssvcchargeextrarevDetailsPostitNo: FloatInput """Productid""" financialtranssvcchargeextrarevDetailsProductid: StringInput """Profileid""" financialtranssvcchargeextrarevDetailsProfileid: FloatInput """Code to uniquely identify the Property""" financialtranssvcchargeextrarevDetailsResort: StringInput """Rate Code""" financialtranssvcchargeextrarevDetailsRateCode: StringInput """Ratecodeid""" financialtranssvcchargeextrarevDetailsRatecodeid: StringInput """Indicates the receipt type. Different receipts are identified by different types""" financialtranssvcchargeextrarevDetailsRecptType: StringInput """Reservationid""" financialtranssvcchargeextrarevDetailsReservationid: FloatInput """Room Number""" financialtranssvcchargeextrarevDetailsRoom: StringInput """Roomid""" financialtranssvcchargeextrarevDetailsRoomid: StringInput """TRX_NO of the transaction associated with this rounding factor posting.""" financialtranssvcchargeextrarevDetailsRoundLinkTrxno: FloatInput """Link the posting to the routing instruction that is specified during the setup of routing instructions for guests.""" financialtranssvcchargeextrarevDetailsRoutingInstrnId: FloatInput """Tax Elements""" financialtranssvcchargeextrarevDetailsTaxElements: StringInput """Transaction Code Group""" financialtranssvcchargeextrarevDetailsTcGroup: StringInput """Transaction Code Subgroup""" financialtranssvcchargeextrarevDetailsTcSubgroup: StringInput """Tran Action ID""" financialtranssvcchargeextrarevDetailsTranActionId: FloatInput """Transaction Code""" financialtranssvcchargeextrarevDetailsTranscodeid: StringInput """Transaction Date""" financialtranssvcchargeextrarevDetailsTrxDate: DateInput """Transaction Number Added By""" financialtranssvcchargeextrarevDetailsTrxNoAddedBy: FloatInput """Transaction Reservation Name ID""" financialtranssvcchargeextrarevDetailsResvNameId: FloatInput """Transaction Code""" financialtranssvcchargeextrarevDetailsTrxCode: StringInput """Trx Number""" financialtranssvcchargeextrarevDetailsTrxNo: FloatInput """Trx Number Against Package""" financialtranssvcchargeextrarevDetailsTrxNoAgainstPackage: FloatInput """The trx_no against which this transaction gets adjusted.""" financialtranssvcchargeextrarevDetailsTrxNoAdjust: FloatInput """Transaction No Header""" financialtranssvcchargeextrarevDetailsTrxNoHeader: FloatInput """User ID""" financialtranssvcchargeextrarevDetailsAuthorizerId: FloatInput } type Query { """Event posting details including revenues by property Block Event and Revenue groups""" cateringEventPostings(limit: Int offset: Int input: CateringEventPostingsQueryArgumentsType!): [CateringEventPostingsType] } type CateringEventPostingsType { """Event Posting Details""" eventPostingDetails: CateringEventPostingsEventPostingDetailsType """Event Details""" eventDetails: CateringEventPostingsEventDetailsType """Block""" blockDetails: CateringEventPostingsBlockDetailsType """Financial Transaction Inc Revenue Tax Details""" financialTransactionIncRevenueTaxDetails: CateringEventPostingsFinancialTransactionIncRevenueTaxDetailsType """Financial Transaction Extra Revenue Tax Details""" financialTransactionExtraRevenueTaxDetails: CateringEventPostingsFinancialTransactionExtraRevenueTaxDetailsType """Financial Transaction Svc Charge Inc Revenue Details""" financialTransactionSvcChargeIncRevDetails: CateringEventPostingsFinancialTransactionSvcChargeIncRevDetailsType """Financial Transaction Svc Charge Extra Revenue Details""" financialTransactionSvcChargeExtraRevDetails: CateringEventPostingsFinancialTransactionSvcChargeExtraRevDetailsType cateringEventPostingsRecordCount: Int } type CateringEventPostingsEventPostingDetailsType { """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 CateringEventPostingsEventDetailsType { """Actual Attendees""" actualAttendees: Float """Block ID""" allotmentid: Float """Specifies if attendees can register for this event.""" allowRegistryYn: String """Attendees""" attendees: Float """Average Rate""" averageRate: Float """Block End Date""" blockEndDate: DateTime """Block ID""" blockID: Float """Block Start Date""" blockStartDate: Date """Block End Date""" bookingBlockEndDate: Date """Central Total Revenue""" cTotalRevenue: Float """Central Discount Amount""" centralDiscountAmount: Float """Central Meal Type""" centralMealType: String """Central Package Price""" centralPackagePrice: Float """Central Rental Amount""" centralRentalAmount: Float """Central Room Class""" centralRoomClass: String """Central Room Class Description""" centralRoomClassDescription: String """Chain Code""" chainCode: String """Combination Room YN""" combinationRoomYN: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Detailed Posting = 'Y' indicated that non included menu items will be posted individually and the unit price is stored when posting any revenue.""" detailedPostingYn: String """Discount Amount""" discountAmount: Float """Discount Percentage""" discountPercentage: Float """Do Not Move""" doNotMove: String """Door Card""" doorCard: String """Display Doorcard Y/N.""" doorcardYn: String """Doorcardflag""" doorcardflag: String """Duration""" duration: Float """End Date""" endDate: DateTime """End Date Time""" endDateTime: Date """End Time""" endTime: String """End Time with Teardown""" endTimeWithTeardown: String """Event Property.""" evResort: String """Ev Status Order By""" evStatusOrderBy: Float """Ev Type""" evType: String """Event ID""" eventID: Float """Event ID STR""" eventIDSTR: String """Event Link Type""" eventLinkType: String """Event Name""" eventName: String """Event Property""" eventProperty: String """Event Status""" eventStatus: String """Eventlocationid""" eventlocationid: String """Eventtypeid""" eventtypeid: String """Exclude From Forecast Y/N""" excludeFromForecastYn: String """Excludefromforecastflag""" excludefromforecastflag: String """Expected Attendees""" expectedAttendees: Float """Fba ID""" fbaId: Float """Flat Package Price YN""" flatPackagePriceYN: String """Even though resources may be booked only the forecasted values will drive reporting revenue and production revenues.""" forecastRevenueOnlyYn: String """Forecastrevenueonlyflag""" forecastrevenueonlyflag: String """Group ID""" groupId: Float """Guaranteed Attendees""" guaranteedAttendees: Float """Hourly Rental Rate YN""" hourlyRentalRateYN: String """Inactive Date""" inactiveDate: Date """Stores the INCLUDE_SETUP_IN_HOURLY_RATE parameter value at the time this rate was calculated hourly for the first time.""" includeSetupInHourlyRateYN: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Inspection Date""" inspectedDate: Date """Inspection User""" inspectedUser: Float """Function Space has been inspected""" inspectedYn: String """Eventid""" internalEventid: Float """Is Part of a Package YN""" isPartOfAPackageYN: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Linked Event""" linkedEvent: Float """Internal ID to uniquely identify the Property""" locationID: String """Loud Event""" loudEvent: String """Master Event ID""" masterEventID: Float """Master Event YN""" masterEventYN: String """Maximum number of groups for a Shared function space allowed.""" maxGroup: Float """Meal Type Code""" mealType: String """Type of meeting room""" meetingRoomType: String """Meeting Room YN""" meetingRoomYN: String """Minimum Revenue Y/N""" minimumRevenueYn: String """On the Books Attendees""" onTheBooksAttendees: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Stores the original EVENT_ID prior to a migration.""" origEventId: Float """Package Actual Attendees""" packageActualAttendees: Float """Package Code""" packageCode: String """Package Discount Percentage""" packageDiscountPercentage: Float """Pkg Ev ID""" packageEvId: Float """Expected Attendees""" packageExpAttendees: Float """Guranteed Attendees""" packageGuaranteedAttendees: Float """Package ID""" packageID: Float """Package Name""" packageName: String """Package Price""" packagePrice: Float """Package Property""" packageProperty: String """Packageeventid""" packageeventid: Float """Parenteventid""" parenteventid: Float """Package Act Attendees""" pkgActAttendees: Float """Package Exp Attendees""" pkgExportAttendees: Float """Package Gua Attendees""" pkgGuaAttendees: Float """Package Link""" pkgLink: Float """Package Name""" pkgName: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Rental Amount""" rentalAmount: Float """Room Ratecode""" rentalCode: String """Rental Rate Type""" rentalRateType: String """Allow manual Edit of Actual figures""" revenueActualization: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room Class""" roomClass: String """Room Class Description""" roomClassDescription: String """Room Type""" roomType: String """Roomid""" roomid: String """Roomsetuptypeid""" roomsetuptypeid: String """Identifies if the user can select a rate code in central system for this event otherwise "CUSTOM" is used.""" selectRatecodeInCentralYn: String """Set Attendees""" setAttendees: Float """Setup Style""" setupStyle: String """Setup Time""" setupTime: Float """Shareable Space""" shareableSpace: String """Shared YN""" sharedYN: String """Space""" space: String """Space Description""" spaceDescription: String """Start Date""" startDate: DateTime """Start Date Time""" startDateTime: Date """Start Time""" startTime: String """Start Time with Setup""" startTimeWithSetup: String """Date when the status was changed""" statusDate: Date """Tear-Down Time""" tearDownTime: Float """Total Available Rooms""" totalAvailableRooms: Float """Total Blocked Rooms""" totalBlockedRooms: Float """Total Contracted Rooms""" totalContractedRooms: Float """Total Original Rooms""" totalOriginalRooms: Float """Total Pickup Rooms""" totalPickupRooms: Float """Total Revenue""" totalRevenue: Float """Tracecode""" tracecode: String """Turn to Status""" turnToStatus: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Stores the migrated V6 Event ID.""" v6EventId: Float """Event is waitlisted?""" waitlistYn: String """Waitlistflag""" waitlistflag: String """Ignore Waitlist Flag?""" wlIgnoreYn: String } type CateringEventPostingsBlockDetailsType { """Action ID""" actionId: Float """Actual Average Room Rate""" actualAverageRoomRate: Float """Actual F&B Revenue""" actualFBRevenue: Float """Other revenue""" actualOtherRevenue: Float """Actual Room Nights Sold""" actualRoomNightsSold: Float """Actual revenue of the room""" actualRoomRevenue: Float """Add Info""" addInfo: String """Agent Contact Name ID""" agentContactNameId: Float """Agent Name ID""" agentNameId: Float """Agentprofileid""" agentprofileid: Float """All Aliases""" allAliases: String """All Block Owners""" allBlockOwners: String """All Catering Owners""" allCateringOwners: String """All Company Contacts""" allCompanyContacts: String """All Rate Codes""" allRateCodes: String """All Room Owners""" allRoomOwners: String """All Room Pools""" allRoomPools: String """All Room Types""" allRoomTypes: String """All Source Contacts""" allSourceContacts: String """All Travel Agent Contacts""" allTravelAgentContacts: String """Allotment Origin""" allotmentOrigin: String """Type of Block alloted for the group.""" allotmentType: String """Allotmentcurrencyid""" allotmentcurrencyid: String """Block ID""" allotmentid: Float """Allow a pickup for a group with this booking status""" allowPickup: String """Multi Byte Description Field""" alternateBlockName: String """Alternate Dates""" alternateDates: String """Arrival Time""" arrivalTime: DateTime """URL pointing to Lead Attachments.""" attachmentURL: String """Attendees Guaranteed""" attendeesGuaranteed: Float """Indicates if forecast figures should be automatically loaded for this business block.""" autoLoadForecastYn: String """Average Rate""" averageRate: Float """Date when the BEO report was last printed for this business block.""" bEOLastPrint: DateTime """Stores the original block begin date. Any date ealier will be treated as a Shoulder date.""" beginDateOriginal: Date """Block Alias""" blockAlias: String """Block Code""" blockCode: String """Block Date Actual""" blockDateActual: Date """Block Date Definite""" blockDateDefinite: DateTime """Block Date Prospect""" blockDateProspect: DateTime """Block Date Tentative""" blockDateTentative: DateTime """Block Description""" blockDescription: String """Block ID""" blockID: Float """Classifies this allotment record: MASTER_ALLOCATION SUB_ALLOCATION SUB_BOOKING SUB_TOUR SUB_ITINERARY""" blockMode: String """Block Owner Code""" blockOwnerCode: String """Block Owner Full Name""" blockOwnerFullName: String """Block Package""" blockPackage: String """Block Package Description""" blockPackageDescription: String """Block Status""" blockStatus: String """Block Status Description""" blockStatusDescription: String """Block Type Code""" blockTypeCode: String """Block Type Code Description""" blockTypeCodeDescription: String """Blockpackageid""" blockpackageid: String """External S&C vendor booking ID and used in HYATT-mode.""" bookingId: String """Booking Method Order By""" bookingMethodOrderBy: Float """Booking Status Order""" bookingStatusOrder: Float """Determines block being [G] - Group or [W] - Wholesale.""" bookingType: String """Booking Type Description""" bookingTypeDescription: String """Bookingmethod Inactive Date""" bookingmethodInactiveDate: Date """Bookingsourceid""" bookingsourceid: String """Bookingstatusid""" bookingstatusid: String """Bookingtypeid""" bookingtypeid: String """Breakfast Description""" breakfastDescription: String """PCR: The estimated breakfast price for this ratecode.""" breakfastInclPrice: Float """PCR: Is breakfast is included in this rate code?""" breakfastInclYn: String """Breakfast Included""" breakfastIncluded: String """Breakfast Price""" breakfastPrice: Float """BWI eLeadID for tracking purposes.""" bwiLeadId: String """URL populated bu CRS.""" bwiUrl: String """Central Bfst Incl Price""" cBreakfastInclPrice: Float """Central Bfst Price""" cBreakfastPrice: Float """Central Comp Room Value""" cCompRoomValue: Float """Central Dbl Rm Supplement Price""" cDoubleRoomSupplementPrice: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Fb Commission 1""" cFBCommission1: Float """Central Fb Commission 2""" cFBCommission2: Float """Central Porterage Price""" cPorteragePrice: Float """Central Rm Commission 1""" cRoomCommission1: Float """Central Rm Commission 2""" cRoomCommission2: Float """Central Service Charge""" cServiceCharge: Float """Central Service Fee""" cServiceFee: Float """CRS Guaranteed Y/N""" cRSGtdYn: String """Not Used""" cancelRule: String """Canceldestinationid""" canceldestinationid: String """Cancellation Destination""" cancellationDestination: String """Cancellation Destination Description""" cancellationDestinationDescription: String """Cancellation Number""" cancellationNumber: Float """Cancellation Penalty Amount""" cancellationPenaltyAmount: Float """Cancellationreasonid""" cancellationreasonid: String """Catering Cutoff""" catCutoff: Date """Cat Date Prospect""" catDateProspect: DateTime """Catering Owner""" catOwner: Float """Property of Catering Owner""" catOwnerProperty: String """Cat Return To Inventory""" catReturnToInventory: String """Cat Starting Status""" catStartingStatus: String """Catcurrencyid""" catcurrencyid: String """Catering Cancellation Date""" cateringCancellationDate: Date """Catering Cancellation Description""" cateringCancellationDescription: String """Catering Cancellation Number""" cateringCancellationNumber: Float """Catering Cancellation Reason""" cateringCancellationReason: String """Catering Currency""" cateringCurrency: String """Catering Date Actual""" cateringDateActual: Date """Catering Decision Date""" cateringDecisionDate: Date """Catering Deduct Inventory""" cateringDeductInventory: String """Catering Exchange Rate""" cateringExchangeRate: Float """Catering Followup Date""" cateringFollowupDate: Date """Catering only Revenue.""" cateringOnlyYN: String """Catering Order By""" cateringOrderBy: Float """Catering Owner Code""" cateringOwnerCode: String """Catering Owner Full Name""" cateringOwnerFullName: String """Catering Pkgs Y/N""" cateringPkgsYn: String """Catering Quote Currency""" cateringQuoteCurrency: String """Catering Status""" cateringStatus: String """Catering Status Color""" cateringStatusColor: String """Catering Status Description""" cateringStatusDescription: String """Catering Status Type describes Inventory behaviour""" cateringStatusType: String """Cateringcancelreasonid""" cateringcancelreasonid: Float """Cateringcurrencyid""" cateringcurrencyid: String """Catering Owner Employee ID""" cateringowneremployeeid: Float """Catering Quote Currency ID""" cateringquotecurrencyid: String """Cateringstatusid""" cateringstatusid: String """Cenral FB Revenue""" cenralFBRevenue: Float """Central Actual Average Room Rate""" centralActualAverageRoomRate: Float """Central Actual FB Revenue""" centralActualFBRevenue: Float """Central Actual Other Revenue""" centralActualOtherRevenue: Float """Central Actual Room Revenue""" centralActualRoomRevenue: Float """Central Average Room Rate""" centralAverageRoomRate: Float """Central Block Package""" centralBlockPackage: String """Central Block Package Description""" centralBlockPackageDescription: String """Central Block Status""" centralBlockStatus: String """Central Block Status Description""" centralBlockStatusDescription: String """Central Block Type Code""" centralBlockTypeCode: String """Central Block Type Code Description""" centralBlockTypeCodeDescription: String """Central Booking Type""" centralBookingType: String """Central Booking Type Description""" centralBookingTypeDescription: String """Central Cancellation Destination""" centralCancellationDestination: String """Central Cancellation Destination Description""" centralCancellationDestinationDescription: String """Central Cancellation Penalty Amount""" centralCancellationPenaltyAmount: Float """Central Catering Status""" centralCateringStatus: String """Central Catering Status Description""" centralCateringStatusDescription: String """Central Conversion Code""" centralConversionCode: String """Central Coversion Code Description""" centralCoversionCodeDescription: String """Central Industry Code""" centralIndustryCode: String """Central Industry Code Description""" centralIndustryCodeDescription: String """Central Items for this Block""" centralItemsForThisBlock: String """Central Market Description""" centralMarketDescription: String """Central Market code""" centralMarketCode: String """Central Meeting Budget""" centralMeetingBudget: Float """Central Meeting Revenue""" centralMeetingRevenue: Float """Central Origin Code""" centralOriginCode: String """Central Origin Code Description""" centralOriginCodeDescription: String """Central Other Revenue""" centralOtherRevenue: Float """Stores the name and phone number of the primary central owner.""" centralOwner: String """Central Payment""" centralPayment: String """Central Payment Description""" centralPaymentDescription: String """Central Ranking Code""" centralRankingCode: String """Central Ranking Code Description""" centralRankingCodeDescription: String """Central Reservation Method Code""" centralReservationMethodCode: String """Central Reservation Method Description""" centralReservationMethodDescription: String """Central Reservation Type""" centralReservationType: String """Central Reservation Type Description""" centralReservationTypeDescription: String """Central Room Revenue""" centralRoomRevenue: Float """Central Source Code""" centralSourceCode: String """Central Source Code Description""" centralSourceCodeDescription: String """Central Tax Amount""" centralTaxAmount: Float """Chain Code""" chainCode: String """Channelid""" channelid: String """Code""" code: String """Communication Address for Contact 1 (E-mail / Fax #)""" comAddress: String """Communication Address for Contact 2 (E-mail / Fax #)""" comAddress2: String """Communication Address for Contact 3 (E-mail / Fax #)""" comAddress3: String """How this lead is to be sent. [EMAIL|FAX|PRINT]""" comMethod: String """How this lead is to be sent. [EMAIL|FAX|PRINT|DATA]""" comMethod2: String """How this lead is to be sent. [EMAIL|FAX|PRINT|DATA]""" comMethod3: String """Commission Amount""" commissionAmount: String """PCR: Commissionable Percentage.""" commissionablePerc: Float """Commissionable Y/N""" commissionableYn: String """Complimentary Rooms based per Stay (Y) or per Night (N)""" compPerStayYn: String """Complimentary Rooms: Value given to Customer""" compRoomValue: Float """Number of complimentary Rooms""" compRooms: Float """Complimentary Rooms: Fixed amount (Y) or calculated (N)""" compRoomsFixedYn: String """Company All""" companyAll: String """Company Name ID""" companyNameId: Float """Companyprofileid""" companyprofileid: Float """Competition""" competition: String """Contact Name ID""" contactNameId: Float """Contactprofileid""" contactprofileid: Float """Contract Number""" contractNumber: String """Control Block Y/N""" controlBlockLocally: String """Conversion Code""" conversionCode: String """Coversion Code Description""" coversionCodeDescription: String """The name of the user who created the record.""" createdBy: String """Created Date""" createdDate: DateTime """Indicates if the block was created as an Opportunity""" createdAsOpportunityYN: String """Credit Card ID""" creditCardId: Float """Currency""" currency: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Date Acl""" dateAcl: Date """Date Cfl""" dateCfl: Date """Date Definite""" dateDefinite: DateTime """Date Lsl""" dateLsl: Date """Date Opened for Pickup""" dateOpenedForPickup: Date """Date Pel""" datePel: DateTime """Date Tdl""" dateTdl: DateTime """Date Tentative""" dateTentative: DateTime """Stores the double room supplement price.""" dblRoomSupplementPrice: Float """Deduct the reservations with this booking status from the inventory""" deductInventory: String """Defualt Posting Master ID""" defaultPmReservationNameId: Float """Deleted Flag""" deletedflag: String """Departure Time""" departureTime: DateTime """Description""" description: String """Distributed""" distributed: String """Timestamp of the last date/time the distributed_yn flag was set to Y.""" distributedDate: DateTime """Dml Sequence No""" dmlSeqNumber: Float """Stores the double room supplement.""" doubleRoomSupplementYN: String """Download Date""" downloadDate: Date """Download Property""" downloadResort: String """Download Srep""" downloadSrep: Float """Due Date""" dueDate: Date """Due Date Sorting Column.""" dueDateOrd: Date """End Date""" endDate: Date """Stores the original block End date. Any date later will be treated as a Shoulder date.""" endDateOriginal: Date """Endbusinessdate""" endbusinessdate: Date """Event Attendees""" eventAttendees: Float """Exchange Posting Type""" exchangePostingType: String """Exchange Rate""" exchangeRate: Float """The message that will pop up if the block is excluded (not allowed) to modify/create reservation/cancel reservation.""" exclusionMessage: String """External Reference""" externalReference: String """External RFP ID.""" externalRfpId: String """External RFP System Identification Code.""" externalRfpSystem: String """Externally Locked""" externallyLocked: String """Projected F&B Revenue.""" fBRevenue: Float """Currency code for the F&B Agendas attached to the business block.""" fbAgendaCurrency: String """stores FB commission for Agent 1""" fbCommission1: Float """stores FB commission for Agent 2""" fbCommission2: Float """Operation Mode for FIT Contracts [ SFA=SFA control RC=Ratecode RA=RateAmounts ]""" fitContractMode: String """Fit Discount Level.""" fitDiscountLevel: Float """Published Corporate Rate: Discount Percentage.""" fitDiscountPerc: Float """Fitdiscounttype""" fitdiscounttype: String """Determines if rate check is done for Occ1 or Occ1 and Additional Rate.""" flatRateYn: String """Followup Date""" followupDate: Date """Can the Function space booked under master allocation or master block be overbooked by sub-allocations or sub-blocks ?""" fsOverbookingYn: String """Function Type""" functionType: String """Group IATA Number.""" giid: String """Greek Contract Number.""" greekContractNr: String """Group Account ID""" groupAccountID: Float """Guaranteecodeid""" guaranteecodeid: String """Rate Guaranteed Y/N.""" guaranteedRate: String """Guaranteed YN""" guaranteedYN: String """Hideacctinfoflag""" hideacctinfoflag: String """SCH Mode: Number of days before the arrival date a reservation can be canceled without losing the deposit.""" hlxCanxNoticeDays: Float """SCH Mode: Determines if Travel Agent commission will be paid on reservations booked through the HOLIDEX Plus TACP program.""" hlxCommissionableYn: String """SCH Mode: All Description DD Secured.""" hlxDdSecuredYn: String """SCH Mode: Number of Days Deposit due to guarantee the guest booking.""" hlxDepositDays: Float """SCH Mode: Secured from DI Display.""" hlxDiSecuredYn: String """SCH Mode: Housing Information Secured.""" hlxHousinginfoSecuredYn: String """SCH Mode: Rates Secured from All Displays""" hlxRateAllSecuredYn: String """SCH Mode: Rates Secured from GNR.""" hlxRatesGnrSecuredYn: String """SCH Mode: Return One Day at a time.""" hlxReturnEachDayYn: String """Inactive Date""" inactiveDate: Date """Inactive Flag""" inactiveflag: String """Indicates the Non-Compete code of a block.""" industryCode: String """Industry Code Description""" industryCodeDescription: String """Not Used""" info: String """Information Board""" informationBoard: String """Insert User""" insertUser: Float """Inventory Control""" inventoryControl: String """Inventory Cut-Off Date""" inventoryCutOffDate: Date """Inventory Cut-Off Days""" inventoryCutOffDays: Float """STAR MODE: ISAC opportunity ID.""" isacOpptyId: String """Items""" items: String """Items for this Block""" itemsForThisBlock: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """If set to ?Y? lead will not be converted to booking upon lead sending.""" keepLeadControlYN: String """Laptop Change""" laptopChange: Float """Lead Origin""" leadOrigin: String """Lead Sent YN""" leadSentYN: String """Lead Source""" leadSource: String """Lead Type""" leadType: String """Indication that the Property has updated the Lead Information will prevent further SFA updates.""" leadchangeBypropertyYn: String """Leaderrorflag""" leaderrorflag: String """Leadisnewflag""" leadisnewflag: String """Leadoriginid""" leadoriginid: String """Leadreceivedflag""" leadreceivedflag: String """Name of Contact 1 (Free text or from RESORT_CONTACTS)""" leadsend: String """Name of Contact 2 (Free text or from RESORT_CONTACTS)""" leadsend2: String """Name of Contact 3 (Free text or from RESORT_CONTACTS)""" leadsend3: String """Leadserverpendingflag""" leadserverpendingflag: String """Leadsourceid""" leadsourceid: String """Leadstatus""" leadstatus: String """STAR MODE: Date when the OPERA block was linked to an ISAC opportunity.""" linkDate: Date """Internal ID to uniquely identify the Property""" locationID: String """Competitor to whom the booking was lost.""" lostTo: String """Mainmarket""" mainmarket: String """Mainmarketid""" mainmarketid: String """Block was cutoff manullay""" manuallyCutoffYN: String """MARRIOTT mode: Marsha Event Type.""" marEventType: String """MARRIOTT mode: Marsha column for Housing Protected.""" marHouseProtectYn: String """MARRIOTT mode: Specifies if the Marsha block has a rolling end date.""" marRollEndDateYn: String """Market Code""" marketCode: String """Market Description""" marketDescription: String """Marketid""" marketid: String """Parent Block ID""" masterBlockID: Float """Parent Resort""" masterBlockProperty: String """Profile Id. ( Name_Id ) of the Group Profile attached to this business block.""" masterNameId: Float """Meeting Budget""" meetingBudget: Float """Meeting Revenue for SFA""" meetingRevenue: Float """Offset Type""" offsetType: String """Order By""" orderBy: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Stores the original ALLOTMENT_HEADER_ID prior to a migration.""" origAllotmentHeaderId: Float """Origin Code""" originCode: String """Origin Code Description""" originCodeDescription: String """Original Block Start Date used as identifier in the HOLIDEX interface.""" originalBeginDateHolidex: Date """Original End Date""" originalEndDate: Date """Not used""" originalRateCode: String """Original Start Date""" originalStartDate: Date """Originalratecodeid""" originalratecodeid: String """ORMS Block Class""" ormsBlockClass: String """ORMS Final Block""" ormsFinalBlock: String """Reason for which a review of the ORMS forecast is required. If the value is null it means forecast has been reviewed. If the value is Forecast increased (FI) Forecast decreased (FD) Blocked Rooms increased (BRI) Blocked Rooms decreased (BRD) New block (NB) User required review (URR) then it means forecast has not been reviewed.""" ormsForecastReviewReason: String """ORMS Transient Block""" ormsTransientBlock: String """Projected Other Revenue.""" otherRevenue: Float """Owner""" owner: Float """Owner Property""" ownerResort: String """Owneremployeeid""" owneremployeeid: Float """Ownerlocationd""" ownerlocationd: String """Parentallotmentid""" parentallotmentid: Float """Payment""" payment: String """Payment Description""" paymentDescription: String """Paymentmethodid""" paymentmethodid: String """Persons Per Room""" personsPerRoom: Float """Porterage Included""" porterageIncluded: String """Porterage Price""" porteragePrice: Float """Pot Average Room Rate""" potAverageRoomRate: Float """Pot FB Revenue1""" potFbRevenue1: Float """Pot Other Revenue1""" potOtherRevenue1: Float """Projected Room Nights.""" potRoomNights: Float """Pot Room Revenue1""" potRoomRevenue1: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Print Rate""" printRate: String """Profile ID""" profileId: Float """Program""" program: String """Code to uniquely identify the Property""" property: String """Indicates if events in webProposal should be combined in the generated XML.""" proposalCombineEventsYn: String """Decision Date Selection: [R]ooms Decision Date / [C]atering Decision Date.""" proposalDecisionSelection: String """Stores the user choice for either [R]ooms or [C]atering follow-up date to be passed to webProposal. NULL is treated as Rooms follow-up date.""" proposalFollowupSelection: String """If Y then Alternate Names will be used in the webProposal XML tags for and .""" proposalInclAltNamesYn: String """Owner Selection: [O]verall Owner / [R]ooms Owner / [C]atering Owner.""" proposalOwnerSelection: String """Proposal Sent Date""" proposalSentDate: DateTime """Show price per event on webProposal.""" proposalShowEventpriceYn: String """Show PMS roomtypes on webProposal otherwise S&C roomtypes are shown.""" proposalShowPmsRoomTypeYn: String """Show function space names on webProposal.""" proposalShowSpacenameYn: String """Unit of measurement used for function spaces in webProposal XML. Possible values: METRIC IMPERIAL or NONE.""" proposalSpaceMeasurement: String """Proposal View Token""" proposalViewToken: String """Indicates that negotiated rates need to be published.""" publishRatesYn: String """Indicates the ranking of a block.""" rankingCode: String """Ranking Code Description""" rankingCodeDescription: String """Rate Code""" rateCode: String """Indicates if the rate code can be overridden.""" rateOverride: String """Reason why the rate code was overridden used for FIT Contracts.""" rateOverrideReason: String """Indicates that a Rate Protection exists for this booking: [A]ll [S]ome [N]one. No other group can be booked using rates lower than the one that is flagged as rate protect.""" rateProtect: String """Rate Tier""" rateTier: Float """Ratecodeid""" ratecodeid: String """Ready for Distribution""" readyForDistribution: String """Indicates if a lead has been regenerated (copied and lost) by the system and differentiates between leads that have been lost by the user or due to changes to the lead master.""" regeneratedLeadYn: String """Rep Bookingmethod Orderby""" repBookingmethodOrderby: Float """Rep Bs Order By""" repBsOrderBy: Float """Rep Cat Order By""" repCatOrderBy: Float """Reply Date""" replDate: DateTime """Reply Communication Method""" replVia: String """Lead Replystatus [ACL|TDL]""" replstatus: String """Reply By""" replyBy: Float """Representative""" representative: String """Reservation Method""" reservationMethod: String """Reservation Type""" reservationType: String """The Description of the Guarantee code.""" reservationTypeDescription: String """Reservationid""" reservationid: Float """Reserve Inventory YN""" reserveInventoryYN: String """Final resort where Booking is confirmed -via Lead process.""" resortBooked: String """Default discount percentage applied to catering items.""" resourceDiscountPercent: Float """Response Time.""" respTime: Float """The unit of time (from UNIT_OF_TIME table).""" respTimeCode: String """Return the reservations with this booking status from the inventory""" returnToInventory: String """Not used""" rivMarketSegment: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """stores Rooms commission for Agent 1""" roomCommission1: Float """stores Rooms commission for Agent 2""" roomCommission2: Float """Room Nights Sold""" roomNightsSold: Float """Room Owner Code""" roomOwnerCode: String """Room Owner Full Name""" roomOwnerFullName: String """Projected Room Revenue.""" roomRevenue: Float """Transaction Code for posting room revenue from blocked reservations.""" roomRevenueTransactionCode: String """Room Status""" roomStatus: String """Rooming List Due""" roomingListDue: Date """Stores Rooming List Rules.""" roomingListRules: String """Rooms Cancellation Date""" roomsCancellationDate: Date """Rooms Cancellation Reason""" roomsCancellationReason: String """Rooms Cancellation Reason Description""" roomsCancellationReasonDescription: String """Rooms Currency""" roomsCurrency: String """Rooms Decision Date""" roomsDecisionDate: Date """Rooms Exchange Rate""" roomsExchangeRate: Float """Rooms Owner""" roomsOwner: Float """Property of Rooms Salesmanager""" roomsOwnerResort: String """Rooms Per Day""" roomsPerDay: Float """Rooms Quote Currency""" roomsQuoteCurrency: String """Roomsowneremployeeid""" roomsowneremployeeid: Float """Not used""" salesId: String """Sbegindate""" sbegindate: Date """Quote ID reference for the last printed catering quote report (S&C Quotation Report).""" scQuoteId: String """Sell Thru Indicator.""" sellThruYn: String """Identifies if a business block needs to be send to Central based on KEY_PROFILE_YN in NAME.""" sendToCentralYn: String """Senddate""" senddate: Date """Sent By""" sentBy: Float """Sent Date""" sentDate: DateTime """Sent Via""" sentVia: String """Service Charge""" serviceCharge: Float """Service Fee Amount per room/night""" serviceFee: Float """Service Fee applies?""" serviceFeeYn: String """PCR: Are Service Charges included in this rate code?""" serviceInclYn: String """Service Percentage included.""" servicePerc: Float """Shoulder End""" shoulderEnd: Date """Shoulder Start""" shoulderStart: Date """Flag used to show or hide rate column in Block Grid and used as default by block reservations.""" showRateAmountYN: String """Snapshot has been created""" snapshotSetup: String """Source Code""" sourceCode: String """Source Code Description""" sourceCodeDescription: String """Source Contact All""" sourceContactAll: String """Source Name ID""" sourceNameId: Float """Sourceid""" sourceid: Float """Sourceprofprofileid""" sourceprofprofileid: Float """Start Date""" startDate: Date """Booking starting status (intial pickup)""" startingStatus: String """Status""" status: String """Status Color""" statusColor: String """Type of booking status (initial)""" statusType: String """Sub Allocation YN""" subAllocationYN: String """Super Search Index Text""" superSearchIndexText: String """Suppress Rate""" suppressRate: String """Indicates if original grid will be copied to contract grid. Performed in the allotment_detail trigger.""" syncContractYn: String """Synchronize Sub-Blocks with Master Block if Y""" synchronize: String """Tax Amount""" taxAmount: Float """Percentage of included Tax.""" taxIncludedPerc: Float """Tax is included in this rate.""" taxIncludedYn: String """Tax Type""" taxType: String """Taxtypeid""" taxtypeid: String """To be Determined Rates""" tbdRates: String """Tdl Reason""" tdlReason: String """Not used""" tentativeLevel: Float """Stores the TLPe - Response ID""" tlpResponseid: String """Stores the TLPe - Result URL.""" tlpUrl: String """Tour Code.""" tourCode: String """Trace Code""" traceCode: String """Trace Description""" traceDescription: String """Indicate that no other block of the same industry can be booked for the selected dates.Non-Compete indicator : [A]ll [S]ome [N]one.""" trackChangesYN: String """Travel Agent All""" travelAgentAll: String """Travel Agent Record Locator""" travelAgentRecordLocator: String """Turndownreasonid""" turndownreasonid: Float """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 """Not in use.""" ualias: String """This is upper-case description of regular description column for fast search""" udescription: String """Update Date by LEAD REPLY.""" updateDateExternal: Date """Update User""" updateUser: Float """Updated By""" updatedBy: String """Updated Date""" updatedDate: DateTime """Upload Date""" uploadDate: Date """Indicates if this business block can be booked via the web (OWS).""" webBookable: String """Indicates if this business block allows overbooking when rooms are available on the non-deduct block grid even if there are no rooms available on the house level.""" webOverbookYN: String """Multi Byte Description in uppercase""" xudescription: String } type CateringEventPostingsFinancialTransactionIncRevenueTaxDetailsType { """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 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 Included Revenue Tax""" centralIncludedRevenueTax: 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 """Included Revenue Tax""" includedRevenueTax: Float """Included Revenue Tax Percent""" includedRevenueTaxPercent: Float """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 """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 """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 CateringEventPostingsFinancialTransactionExtraRevenueTaxDetailsType { """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 Ledger Credit""" centralDepositLedgerCredit: Float """Central Deposit Ledger Debit""" centralDepositLedgerDebit: Float """Central Extra Revenue Tax""" centralExtraRevenueTax: 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 """Extra Revenue Tax""" extraRevenueTax: Float """Extra Revenue Tax Percent""" extraRevenueTaxPercent: Float """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 """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 """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 CateringEventPostingsFinancialTransactionSvcChargeIncRevDetailsType { """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 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 Service Charge Included Revenue Tax""" centralServiceChargeIncludedRevenueTax: 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 """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""" serviceChargeIncludedRevenueTax: 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 CateringEventPostingsFinancialTransactionSvcChargeExtraRevDetailsType { """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 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 Service Charge Extra Revenue Tax""" centralServiceChargeExtraRevenueTax: 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 """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 Extra Revenue Tax""" serviceChargeExtraRevenueTax: Float """Service Charge Extra Revenue Tax Percent""" serviceChargeExtraRevenueTaxPercent: 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 }