# title : OPERA Cloud RnA FinancialTransactionDetailsExtended GraphQL API, # description : GraphQL API to cater for Provide financial transaction information with extended or additional details such as routing, cashiers, currency, etc. # Compatible with OPERA Cloud RnA release 26.1.0.0. # This document and all content within is available under the Universal Permissive License v 1.0 # (https://oss.oracle.com/licenses/upl). Copyright (c) 2020,2026 Oracle and/or its affiliates # version : 26.1.0.0 # termsOfService : https://www.oracle.com/legal/terms.html # contact_email : hospitality_apis_ww_grp@oracle.com # license : https://opensource.org/licenses/upl directive @stream(if: Boolean, label: String, initialCount: Int = 0) on FIELD directive @conditionalInputPair(pair: Int) on INPUT_FIELD_DEFINITION directive @mandatoryInput on INPUT_FIELD_DEFINITION scalar Date scalar DateTime # Date format: "YYYY-MM-DD" input DateInput{ _eq: Date _ne: Date _in: [Date] _nin: [Date] _gt: Date _lt: Date _gte: Date _lte: Date _btn: DateRangeInput _isNull: Boolean } input DateRangeInput { start: Date! end: Date! } # Datetime format: "YYYY-MM-DD HH24:MI:SS" input DateTimeInput { _eq: DateTime _ne: DateTime _in: [DateTime] _nin: [DateTime] _gt: DateTime _lt: DateTime _gte: DateTime _lte: DateTime _btn: DateTimeRangeInput _isNull: Boolean } input DateTimeRangeInput { start: DateTime! end: DateTime! } input StringInput { _eq: String _ne: String _in: [String] _nin: [String] _gt: String _lt: String _gte: String _lte: String _isNull: Boolean } input FloatInput { _eq: Float _ne: Float _in: [Float] _nin: [Float] _gt: Float _lt: Float _gte: Float _lte: Float _btn: FloatRangeInput _isNull: Boolean } input FloatRangeInput { start: Float! end: Float! } # Conditional Mandatory filters: # At least one filter from each required filter pair must be provided. # Please ensure the request includes at least one filter from each required pair. # Pair - [1] # - financialunifiedDetailsResort # Pair - [2] # - financialunifiedDetailsFromResvId # - financialunifiedDetailsFtArLedCredit # - financialunifiedDetailsFtArLedDebit # - financialunifiedDetailsFtArNumber # - financialunifiedDetailsFtArticleId # - financialunifiedDetailsFtBillNo # - financialunifiedDetailsFtBusinessDate # - financialunifiedDetailsFtCashierId # - financialunifiedDetailsFtChequeNumber # - financialunifiedDetailsFtClosureNo # - financialunifiedDetailsFtCompLinkTrxCode # - financialunifiedDetailsFtFinDmlSeqNo # - financialunifiedDetailsFtFolioNo # - financialunifiedDetailsFtFolioView # - financialunifiedDetailsFtGuestAccountCredit # - financialunifiedDetailsFtGuestAccountDebit # - financialunifiedDetailsFtInsertDate # - financialunifiedDetailsFtInvoiceNo # - financialunifiedDetailsFtOriginalResvNameId # - financialunifiedDetailsFtOriginalRoom # - financialunifiedDetailsFtPostitNo # - financialunifiedDetailsFtProduct # - financialunifiedDetailsFtProfileid # - financialunifiedDetailsFtRateCode # - financialunifiedDetailsFtRoom # - financialunifiedDetailsFtRoundLinkTrxno # - financialunifiedDetailsFtRoutingInstrnId # - financialunifiedDetailsFtTranActionId # - financialunifiedDetailsFtTrxDate # - financialunifiedDetailsFtTrxNo # - financialunifiedDetailsFtTrxNoAddedBy # - financialunifiedDetailsFtTrxNoAdjust # - financialunifiedDetailsFtTrxNoAgainstPackage # - financialunifiedDetailsFtTrxNoHeader # - financialunifiedDetailsResvNameId input FinancialTransactionDetailsExtendedQueryArgumentsType { """AR Ledger Credit""" financialunifiedDetailsFtArLedCredit: FloatInput @conditionalInputPair(pair: 2) """AR Ledger Debit""" financialunifiedDetailsFtArLedDebit: FloatInput @conditionalInputPair(pair: 2) """AR State""" financialunifiedDetailsFtArState: StringInput """Account Code""" financialunifiedDetailsFtArNumber: FloatInput @conditionalInputPair(pair: 2) """Article ID""" financialunifiedDetailsFtArticleId: FloatInput @conditionalInputPair(pair: 2) """Business Date""" financialunifiedDetailsFtBusinessDate: DateInput @conditionalInputPair(pair: 2) """Cashier ID""" financialunifiedDetailsFtCashierId: FloatInput @conditionalInputPair(pair: 2) """Check Number""" financialunifiedDetailsFtChequeNumber: StringInput @conditionalInputPair(pair: 2) """Closure Number""" financialunifiedDetailsFtClosureNo: FloatInput @conditionalInputPair(pair: 2) """Trx code of original transaction that was turned into a comp""" financialunifiedDetailsFtCompLinkTrxCode: StringInput @conditionalInputPair(pair: 2) """DSI Internal Data Source ID to identify Opera Chain and instance""" financialunifiedDetailsDsi: FloatInput """Number to identify the DML sequence.""" financialunifiedDetailsFtFinDmlSeqNo: FloatInput @conditionalInputPair(pair: 2) """Folio Number""" financialunifiedDetailsFtBillNo: FloatInput @conditionalInputPair(pair: 2) """Folio View""" financialunifiedDetailsFtFolioView: FloatInput @conditionalInputPair(pair: 2) """From Resv ID""" financialunifiedDetailsFromResvId: FloatInput @conditionalInputPair(pair: 2) """This is the transaction type which says whether it is a Consumption(C) Payment (FC) or Package (PK) and it is inherited from transaction code.""" financialunifiedDetailsFtFtSubtype: StringInput """Guest Account Ledger Credit""" financialunifiedDetailsFtGuestAccountCredit: FloatInput @conditionalInputPair(pair: 2) """Debit amount on the guest account""" financialunifiedDetailsFtGuestAccountDebit: FloatInput @conditionalInputPair(pair: 2) """Insert Date""" financialunifiedDetailsFtInsertDate: DateTimeInput @conditionalInputPair(pair: 2) """Internal Window ID""" financialunifiedDetailsFtFolioNo: FloatInput @conditionalInputPair(pair: 2) """Invoice Number""" financialunifiedDetailsFtInvoiceNo: FloatInput @conditionalInputPair(pair: 2) """Internal ID to uniquely identify the Organization""" financialunifiedDetailsOrganizationid: FloatInput """Original Resv Name ID""" financialunifiedDetailsFtOriginalResvNameId: FloatInput @conditionalInputPair(pair: 2) """Original Room""" financialunifiedDetailsFtOriginalRoom: StringInput @conditionalInputPair(pair: 2) """Package""" financialunifiedDetailsFtProduct: StringInput @conditionalInputPair(pair: 2) """Credit amount on the guest package account.""" financialunifiedDetailsFtPackageCredit: FloatInput """Debit amount on the guest package account""" financialunifiedDetailsFtPackageDebit: FloatInput """Postit Number""" financialunifiedDetailsFtPostitNo: FloatInput @conditionalInputPair(pair: 2) """Profile ID""" financialunifiedDetailsFtProfileid: FloatInput @conditionalInputPair(pair: 2) """Property""" financialunifiedDetailsResort: StringInput @conditionalInputPair(pair: 1) """Rate Code""" financialunifiedDetailsFtRateCode: StringInput @conditionalInputPair(pair: 2) """Indicates the receipt type. Different receipts are identified by different types""" financialunifiedDetailsFtRecptType: StringInput """Reservation Name ID""" financialunifiedDetailsResvNameId: FloatInput @conditionalInputPair(pair: 2) """Room Number""" financialunifiedDetailsFtRoom: StringInput @conditionalInputPair(pair: 2) """TRX_NO of the transaction associated with this rounding factor posting.""" financialunifiedDetailsFtRoundLinkTrxno: FloatInput @conditionalInputPair(pair: 2) """Link the posting to the routing instruction that is specified during the setup of routing instructions for guests.""" financialunifiedDetailsFtRoutingInstrnId: FloatInput @conditionalInputPair(pair: 2) """Tax Elements""" financialunifiedDetailsFtTaxElements: StringInput """Transaction Code Group""" financialunifiedDetailsFtTcGroup: StringInput """Transaction Code Subgroup""" financialunifiedDetailsFtTcSubgroup: StringInput """Tran Action ID""" financialunifiedDetailsFtTranActionId: FloatInput @conditionalInputPair(pair: 2) """Transaction Date""" financialunifiedDetailsFtTrxDate: DateInput @conditionalInputPair(pair: 2) """Transaction Number Added By""" financialunifiedDetailsFtTrxNoAddedBy: FloatInput @conditionalInputPair(pair: 2) """Trx Number""" financialunifiedDetailsFtTrxNo: FloatInput @conditionalInputPair(pair: 2) """Trx Number Against Package""" financialunifiedDetailsFtTrxNoAgainstPackage: FloatInput @conditionalInputPair(pair: 2) """The trx_no against which this transaction gets adjusted.""" financialunifiedDetailsFtTrxNoAdjust: FloatInput @conditionalInputPair(pair: 2) """Transaction No Header""" financialunifiedDetailsFtTrxNoHeader: FloatInput @conditionalInputPair(pair: 2) """Central Xchange Date""" transcodeDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" transcodeDetailsDsi: FloatInput """JRN Update Date and Time""" transcodeDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" transcodeDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" transcodeDetailsOrganizationid: FloatInput """Property""" transcodeDetailsResort: StringInput """Transcodeid""" transcodeDetailsTranscodeid: StringInput """Trx Code""" transcodeDetailsTrxCode: StringInput """Actual Check In Date Time""" fromReservationDetailsActualCheckInDateTime: DateTimeInput """Actual Check Out Date Time""" fromReservationDetailsActualCheckOutDateTime: DateTimeInput """Actual Check-Out Date""" fromReservationDetailsActualCheckOutDate: DateInput """Addressee Name ID""" fromReservationDetailsAddresseeNameId: FloatInput """Block ID""" fromReservationDetailsAllotmentid: FloatInput """Arrival Date""" fromReservationDetailsTruncBeginDate: DateInput """Billing Contact ID""" fromReservationDetailsBillingContactId: FloatInput """Billing Contact Profile ID""" fromReservationDetailsBillingcontactprofileid: FloatInput """Block ID""" fromReservationDetailsAllotmentHeaderId: FloatInput """Bonus Check ID""" fromReservationDetailsBonusCheckId: FloatInput """Business Date Created""" fromReservationDetailsBusinessDateCreated: DateInput """Central Xchange Date""" fromReservationDetailsCXchangeDate: DateInput """Cancellation Date""" fromReservationDetailsCancellationDate: DateTimeInput """Cancellation Number""" fromReservationDetailsCancellationNo: StringInput """Shared Confirmation Number""" fromReservationDetailsConfirmationNo: StringInput """Credit Card ID""" fromReservationDetailsCreditCardId: FloatInput """Custom Reference Number""" fromReservationDetailsCustomReference: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" fromReservationDetailsDsi: FloatInput """Departure Date""" fromReservationDetailsTruncEndDate: DateInput """End Datetime""" fromReservationDetailsEnddatetime: DateTimeInput """Endbusinessdate""" fromReservationDetailsEndbusinessdate: DateInput """Event ID""" fromReservationDetailsEventId: FloatInput """Date the folio was changed to closed.""" fromReservationDetailsFolioCloseDate: DateInput """Guaranteecodeid""" fromReservationDetailsGuaranteecodeid: StringInput """Guestprofileid""" fromReservationDetailsGuestprofileid: FloatInput """Insert Action Instance ID""" fromReservationDetailsInsertActionInstanceId: FloatInput """Insert Date""" fromReservationDetailsInsertDate: DateTimeInput """Insert DateTime""" fromReservationDetailsInsertdatetime: DateTimeInput """Insert User""" fromReservationDetailsInsertUser: FloatInput """Award Membership ID""" fromReservationDetailsAwardMembershipId: FloatInput """JRN Update Date and Time""" fromReservationDetailsJrnupdatedttm: DateTimeInput """Linked Departure Date""" fromReservationDetailsEndDate: DateTimeInput """Internal ID to uniquely identify the Property""" fromReservationDetailsLocationid: StringInput """Name Usage Type""" fromReservationDetailsNameUsageType: StringInput """Internal ID to uniquely identify the Organization""" fromReservationDetailsOrganizationid: FloatInput """Original End Date""" fromReservationDetailsOriginalEndDate: DateInput """Parent Resv Name ID""" fromReservationDetailsParentResvNameId: FloatInput """Parentreservationid""" fromReservationDetailsParentreservationid: FloatInput """Identifies the charging status of the reservation after check out. O=Open Checkout P=Charging Privileges C=Closed Checkout.""" fromReservationDetailsPostCoFlag: StringInput """Quote ID provided by external system.""" fromReservationDetailsQuoteId: StringInput """Resv Contact ID""" fromReservationDetailsResvContactId: FloatInput """Reservation Name ID""" fromReservationDetailsResvNameId: FloatInput """Reservation Status""" fromReservationDetailsResvStatus: StringInput """Reservation Type""" fromReservationDetailsGuaranteeCode: StringInput """Reservationid""" fromReservationDetailsReservationid: FloatInput """Property""" fromReservationDetailsResort: StringInput """Auto generated charge number for Point Of Sale systems to identify guests.""" fromReservationDetailsResortChargeNumber: StringInput """Reservation Nameid""" fromReservationDetailsResvNameid: FloatInput """Resvcontactprofileid""" fromReservationDetailsResvcontactprofileid: FloatInput """Rh Billing Contact ID""" fromReservationDetailsRhBillingContactId: FloatInput """Rh Resv Contact ID""" fromReservationDetailsRhResvContactId: FloatInput """Room Category""" fromReservationDetailsRoomCategory: StringInput """Roomcategoryid""" fromReservationDetailsRoomcategoryid: StringInput """Is the guest scheduled for automatic check out?""" fromReservationDetailsScheduleCheckoutYn: StringInput """This is CAPITOL version of guest_first_name""" fromReservationDetailsSguestFirstname: StringInput """Sguest Name""" fromReservationDetailsSguestName: StringInput """Shared Profile ID""" fromReservationDetailsNameId: FloatInput """Shared Reservation Status""" fromReservationDetailsReservationStatus: StringInput """Stores resv_name_id of the original multi room reservation from which this reservation is split off.""" fromReservationDetailsSplitFromResvNameId: FloatInput """Splitfromreservationid""" fromReservationDetailsSplitfromreservationid: FloatInput """This is the actual check out date with no time component.""" fromReservationDetailsTruncActualCheckOutDate: DateInput """Universal Card ID used by interfaces for key encoding purposes.""" fromReservationDetailsUniCardId: StringInput """Update Date""" fromReservationDetailsUpdateDate: DateTimeInput """Update Datetime""" fromReservationDetailsUpdatedatetime: DateTimeInput """The primary key for this table.""" guestprofileallDetailsNameId: FloatInput """Profile is active or not.""" guestprofileallDetailsActiveYn: StringInput """This is a name_id (Profile number) of profiles that exist in a Central database in a typical CRS environment.""" guestprofileallDetailsCrsNameid: FloatInput """Chain Code""" guestprofileallDetailsChainCode: StringInput """The unique key of this name stores IATA# Company # etc.""" guestprofileallDetailsNameCode: StringInput """The company group or company group user ID in hierarchical format""" guestprofileallDetailsCompanyGroupId: StringInput """Used in S&C Module.""" guestprofileallDetailsContactFlag: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" guestprofileallDetailsDsi: FloatInput """Direct Bill Batch Type""" guestprofileallDetailsDirectBillBatchType: StringInput """The last name of the individual Profile and Search name ofr the other Types of Profiles (Group Travel Agent & Source) are stored in this column.""" guestprofileallDetailsLast: StringInput """Keep guest in history Y/N""" guestprofileallDetailsHistoryYn: StringInput """The date the record was marked as inactive""" guestprofileallDetailsInactiveDate: DateInput """Index Name""" guestprofileallDetailsIndexName: StringInput """Organization ID""" guestprofileallDetailsOrganizationId: FloatInput """JRN Update Date and Time""" guestprofileallDetailsJrnupdatedttm: DateTimeInput """The type of Profile.""" guestprofileallDetailsNameType: StringInput """Internal ID to uniquely identify the Organization""" guestprofileallDetailsOrganizationid: FloatInput """The primary key for this table.""" guestprofileallDetailsProfileId: FloatInput """The type of Profile.""" guestprofileallDetailsProfileType: StringInput """Resort for which Job is registered.""" guestprofileallDetailsResortRegistered: StringInput """This column store the Name of the Company Profiles.""" guestprofileallDetailsCompany: StringInput """The Uppercase value of Last or Company.""" guestprofileallDetailsSname: StringInput """Internal Indexed field for Searching by Extended Byte Name.""" guestprofileallDetailsSxname: StringInput """Uppercase value of First Name.""" guestprofileallDetailsSfirst: StringInput """Used in QMS Module""" guestprofileallDetailsSrepCode: StringInput """Internal Indexed field for Searching by Extended Byte First Name.""" guestprofileallDetailsSxfirstName: StringInput """The date the record was modified""" guestprofileallDetailsUpdateDate: DateTimeInput """The primary key for this table.""" payeeprofileDetailsNameId: FloatInput """Profile is active or not.""" payeeprofileDetailsActiveYn: StringInput """This is a name_id (Profile number) of profiles that exist in a Central database in a typical CRS environment.""" payeeprofileDetailsCrsNameid: FloatInput """Chain Code""" payeeprofileDetailsChainCode: StringInput """The unique key of this name stores IATA# Company # etc.""" payeeprofileDetailsNameCode: StringInput """The company group or company group user ID in hierarchical format""" payeeprofileDetailsCompanyGroupId: StringInput """Used in S&C Module.""" payeeprofileDetailsContactFlag: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" payeeprofileDetailsDsi: FloatInput """Direct Bill Batch Type""" payeeprofileDetailsDirectBillBatchType: StringInput """The last name of the individual Profile and Search name ofr the other Types of Profiles (Group Travel Agent & Source) are stored in this column.""" payeeprofileDetailsLast: StringInput """Keep guest in history Y/N""" payeeprofileDetailsHistoryYn: StringInput """The date the record was marked as inactive""" payeeprofileDetailsInactiveDate: DateTimeInput """Index Name""" payeeprofileDetailsIndexName: StringInput """Organization ID""" payeeprofileDetailsOrganizationId: FloatInput """JRN Update Date and Time""" payeeprofileDetailsJrnupdatedttm: DateTimeInput """The type of Profile.""" payeeprofileDetailsNameType: StringInput """Internal ID to uniquely identify the Organization""" payeeprofileDetailsOrganizationid: FloatInput """The primary key for this table.""" payeeprofileDetailsProfileId: FloatInput """The type of Profile.""" payeeprofileDetailsProfileType: StringInput """Resort for which Job is registered.""" payeeprofileDetailsResortRegistered: StringInput """This column store the Name of the Company Profiles.""" payeeprofileDetailsCompany: StringInput """The Uppercase value of Last or Company.""" payeeprofileDetailsSname: StringInput """Internal Indexed field for Searching by Extended Byte Name.""" payeeprofileDetailsSxname: StringInput """Uppercase value of First Name.""" payeeprofileDetailsSfirst: StringInput """Used in QMS Module""" payeeprofileDetailsSrepCode: StringInput """Internal Indexed field for Searching by Extended Byte First Name.""" payeeprofileDetailsSxfirstName: StringInput """The date the record was modified""" payeeprofileDetailsUpdateDate: DateTimeInput """The first line of street address.""" payeeaddressDetailsAddress1: StringInput """The second line of street address.""" payeeaddressDetailsAddress2: StringInput """The third line of street address.""" payeeaddressDetailsAddress3: StringInput """The fourth line of street address.""" payeeaddressDetailsAddress4: StringInput """The primary key for this table.""" payeeaddressDetailsAddressId: FloatInput """Address Language""" payeeaddressDetailsLanguageCode: StringInput """Description for each language code.""" payeeaddressDetailsLanguageDesc: StringInput """The type of address.""" payeeaddressDetailsAddressType: StringInput """The description of this value.""" payeeaddressDetailsAddressTypeDesc: StringInput """The postal barcode for the address.""" payeeaddressDetailsBarcode: StringInput """Not used.""" payeeaddressDetailsBeginDate: DateInput """Central State""" payeeaddressDetailsRepStateCode: StringInput """Central State Description""" payeeaddressDetailsRepState: StringInput """The Chain code of the chain for which this record belongs to.""" payeeaddressDetailsChainCode: StringInput """The city for this address.""" payeeaddressDetailsCity: StringInput """The Timestamp when this record was cleansed.""" payeeaddressDetailsCleansedDatetime: DateTimeInput """The error message why this record was not cleansed.""" payeeaddressDetailsCleansedErrormsg: StringInput """Specifies how the address elements match with the postal reference data.""" payeeaddressDetailsCleansedMatchstatus: StringInput """Status of Address Cleansing. Null = Record is not cleansed. C = Cleansed. F = Failure.""" payeeaddressDetailsCleansedStatus: StringInput """Validation Status as returned by the Address Cleansing System.""" payeeaddressDetailsCleansedValidationstatus: StringInput """The unique key of this name stores IATA# Company # etc.""" payeeaddressDetailsNameCode: StringInput """Country .""" payeeaddressDetailsCountryCode: StringInput """Country name.""" payeeaddressDetailsCountry: StringInput """The user that created the record""" payeeaddressDetailsInsertUser: FloatInput """The date the record was created""" payeeaddressDetailsInsertDate: DateTimeInput """DSI Internal Data Source ID to identify Opera Chain and instance""" payeeaddressDetailsDsi: FloatInput """Deleted Y/n""" payeeaddressDetailsDeletedFlag: StringInput """Not used.""" payeeaddressDetailsEndDate: DateInput """The first name of an individual name.""" payeeaddressDetailsFirst: StringInput """Not used.""" payeeaddressDetailsForeignCountry: StringInput """Not used.""" payeeaddressDetailsInCareOf: StringInput """The date the record was marked as inactive""" payeeaddressDetailsInactiveDate: DateTimeInput """Inactive Y/n""" payeeaddressDetailsInactiveFlag: StringInput """Organization ID""" payeeaddressDetailsOrganizationId: FloatInput """JRN Update Date and Time""" payeeaddressDetailsJrnupdatedttm: DateTimeInput """Code to synchronize with Laptop. (not used)""" payeeaddressDetailsLaptopChange: FloatInput """Last property that updated this record.""" payeeaddressDetailsLastUpdatedResort: StringInput """Name""" payeeaddressDetailsName: StringInput """Internal ID to uniquely identify the Organization""" payeeaddressDetailsOrganizationid: FloatInput """The postal code of this address.""" payeeaddressDetailsZipCode: StringInput """City Extension mainly used for UK addresses.""" payeeaddressDetailsCityExt: StringInput """Internal Primary Key ID to uniquely identify the row""" payeeaddressDetailsPkid: FloatInput """Profile having Multiple Addresses Need to have one Primary Address for each Type.""" payeeaddressDetailsPrimaryYn: StringInput """The primary key for this table.""" payeeaddressDetailspayeeaddressId: FloatInput """The reference to the NAME record that owns this address.""" payeeaddressDetailsNameId: FloatInput """The reference to the NAME record that owns this address.""" payeeaddressDetailsProfileId: FloatInput """Province.""" payeeaddressDetailsProvince: StringInput """RnA Insertdate""" payeeaddressDetailsRnaInsertdate: DateTimeInput """RnA Updatedate""" payeeaddressDetailsRnaUpdatedate: DateTimeInput """State""" payeeaddressDetailsState: StringInput """The state of this address.""" payeeaddressDetailsStateCode: StringInput """The date the record was modified""" payeeaddressDetailsUpdateDate: DateTimeInput """The user that modified the record""" payeeaddressDetailsUpdateUser: FloatInput """Actual Check In Date Time""" toReservationDetailsActualCheckInDateTime: DateTimeInput """Actual Check Out Date Time""" toReservationDetailsActualCheckOutDateTime: DateTimeInput """Actual Check-Out Date""" toReservationDetailsActualCheckOutDate: DateInput """Addressee Name ID""" toReservationDetailsAddresseeNameId: FloatInput """Block ID""" toReservationDetailsAllotmentid: FloatInput """Arrival Date""" toReservationDetailsTruncBeginDate: DateInput """Billing Contact ID""" toReservationDetailsBillingContactId: FloatInput """Billing Contact Profile ID""" toReservationDetailsBillingcontactprofileid: FloatInput """Block ID""" toReservationDetailsAllotmentHeaderId: FloatInput """Bonus Check ID""" toReservationDetailsBonusCheckId: FloatInput """Business Date Created""" toReservationDetailsBusinessDateCreated: DateInput """Central Xchange Date""" toReservationDetailsCXchangeDate: DateInput """Cancellation Date""" toReservationDetailsCancellationDate: DateTimeInput """Cancellation Number""" toReservationDetailsCancellationNo: StringInput """Shared Confirmation Number""" toReservationDetailsConfirmationNo: StringInput """Credit Card ID""" toReservationDetailsCreditCardId: FloatInput """Custom Reference Number""" toReservationDetailsCustomReference: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" toReservationDetailsDsi: FloatInput """Departure Date""" toReservationDetailsTruncEndDate: DateInput """End Datetime""" toReservationDetailsEnddatetime: DateTimeInput """Endbusinessdate""" toReservationDetailsEndbusinessdate: DateInput """Event ID""" toReservationDetailsEventId: FloatInput """Date the folio was changed to closed.""" toReservationDetailsFolioCloseDate: DateInput """Guaranteecodeid""" toReservationDetailsGuaranteecodeid: StringInput """Guestprofileid""" toReservationDetailsGuestprofileid: FloatInput """Insert Action Instance ID""" toReservationDetailsInsertActionInstanceId: FloatInput """Insert Date""" toReservationDetailsInsertDate: DateTimeInput """Insert DateTime""" toReservationDetailsInsertdatetime: DateTimeInput """Insert User""" toReservationDetailsInsertUser: FloatInput """Award Membership ID""" toReservationDetailsAwardMembershipId: FloatInput """JRN Update Date and Time""" toReservationDetailsJrnupdatedttm: DateTimeInput """Linked Departure Date""" toReservationDetailsEndDate: DateTimeInput """Internal ID to uniquely identify the Property""" toReservationDetailsLocationid: StringInput """Name Usage Type""" toReservationDetailsNameUsageType: StringInput """Internal ID to uniquely identify the Organization""" toReservationDetailsOrganizationid: FloatInput """Original End Date""" toReservationDetailsOriginalEndDate: DateInput """Parent Resv Name ID""" toReservationDetailsParentResvNameId: FloatInput """Parentreservationid""" toReservationDetailsParentreservationid: FloatInput """Identifies the charging status of the reservation after check out. O=Open Checkout P=Charging Privileges C=Closed Checkout.""" toReservationDetailsPostCoFlag: StringInput """Quote ID provided by external system.""" toReservationDetailsQuoteId: StringInput """Resv Contact ID""" toReservationDetailsResvContactId: FloatInput """Reservation Name ID""" toReservationDetailsResvNameId: FloatInput """Reservation Status""" toReservationDetailsResvStatus: StringInput """Reservation Type""" toReservationDetailsGuaranteeCode: StringInput """Reservationid""" toReservationDetailsReservationid: FloatInput """Property""" toReservationDetailsResort: StringInput """Auto generated charge number for Point Of Sale systems to identify guests.""" toReservationDetailsResortChargeNumber: StringInput """Reservation Nameid""" toReservationDetailsResvNameid: FloatInput """Resvcontactprofileid""" toReservationDetailsResvcontactprofileid: FloatInput """Rh Billing Contact ID""" toReservationDetailsRhBillingContactId: FloatInput """Rh Resv Contact ID""" toReservationDetailsRhResvContactId: FloatInput """Room Category""" toReservationDetailsRoomCategory: StringInput """Roomcategoryid""" toReservationDetailsRoomcategoryid: StringInput """Is the guest scheduled for automatic check out?""" toReservationDetailsScheduleCheckoutYn: StringInput """This is CAPITOL version of guest_first_name""" toReservationDetailsSguestFirstname: StringInput """Sguest Name""" toReservationDetailsSguestName: StringInput """Shared Profile ID""" toReservationDetailsNameId: FloatInput """Shared Reservation Status""" toReservationDetailsReservationStatus: StringInput """Stores resv_name_id of the original multi room reservation from which this reservation is split off.""" toReservationDetailsSplitFromResvNameId: FloatInput """Splitfromreservationid""" toReservationDetailsSplitfromreservationid: FloatInput """This is the actual check out date with no time component.""" toReservationDetailsTruncActualCheckOutDate: DateInput """Universal Card ID used by interfaces for key encoding purposes.""" toReservationDetailsUniCardId: StringInput """Update Date""" toReservationDetailsUpdateDate: DateTimeInput """Update Datetime""" toReservationDetailsUpdatedatetime: DateTimeInput """Actual Check In Date Time""" reservationunifiedDetailsResvActualCheckInTime: StringInput """Actual Check Out Date Time""" reservationunifiedDetailsResvActualCheckOutTime: StringInput """Actual Check-Out Date""" reservationunifiedDetailsResvActualCheckOutDate: DateInput """Addressee Name ID""" reservationunifiedDetailsResvAddresseeNameId: FloatInput """Agent Name ID""" reservationunifiedDetailsAgentNameId: FloatInput """Block ID""" reservationunifiedDetailsResvAllotmentid: FloatInput """Arrival Date""" reservationunifiedDetailsResvTruncBeginDate: DateInput """Billing Contact ID""" reservationunifiedDetailsResvBillingContactId: FloatInput """Billing Contact Profile ID""" reservationunifiedDetailsResvBillingcontactprofileid: FloatInput """Block Code""" reservationunifiedDetailsAllotmentCode: StringInput """Block Created Date""" reservationunifiedDetailsBlockInsertDate: DateTimeInput """Block ID""" reservationunifiedDetailsResvAllotmentHeaderId: StringInput """Block Insert User""" reservationunifiedDetailsBlockInsertUser: FloatInput """Block Owner Code""" reservationunifiedDetailsOwnerCode: StringInput """Block Updated Date""" reservationunifiedDetailsBlockUpdateDate: DateInput """Bonus Check ID""" reservationunifiedDetailsResvBonusCheckId: FloatInput """Business Date Created""" reservationunifiedDetailsResvBusinessDateCreated: DateInput """Cancellation Date""" reservationunifiedDetailsResvCancellationDate: DateTimeInput """Cancellation Number""" reservationunifiedDetailsResvCancellationNo: StringInput """Company Name ID""" reservationunifiedDetailsCompanyNameId: FloatInput """Shared Confirmation Number""" reservationunifiedDetailsResvConfirmationNo: StringInput """Contact Name ID""" reservationunifiedDetailsContactNameId: FloatInput """Custom Reference Number""" reservationunifiedDetailsResvCustomReference: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" reservationunifiedDetailsDsi: FloatInput """Departure Date""" reservationunifiedDetailsResvTruncEndDate: DateInput """End Date""" reservationunifiedDetailsEndDate: DateInput """Endbusinessdate""" reservationunifiedDetailsResvEndbusinessdate: DateInput """Event ID""" reservationunifiedDetailsResvEventId: FloatInput """Ext Allotment ID""" reservationunifiedDetailsBlocksExtAllotmentId: StringInput """Date the folio was changed to closed.""" reservationunifiedDetailsResvFolioCloseDate: DateInput """Guaranteecodeid""" reservationunifiedDetailsResvGuaranteecodeid: StringInput """Guestprofileid""" reservationunifiedDetailsResvGuestprofileid: FloatInput """Insert Action Instance ID""" reservationunifiedDetailsResvInsertActionInstanceId: FloatInput """This is the Interface_id of the System which sent/Received Allotment""" reservationunifiedDetailsBlocksInterfaceId: StringInput """Award Membership ID""" reservationunifiedDetailsResvAwardMembershipId: FloatInput """Linked Departure Date""" reservationunifiedDetailsResvEndDate: DateInput """Parent Block ID""" reservationunifiedDetailsSuperBlockId: FloatInput """Parent Resort""" reservationunifiedDetailsSuperBlockResort: StringInput """Profile Id. ( Name_Id ) of the Group Profile attached to this business block.""" reservationunifiedDetailsMasterNameId: FloatInput """Name Usage Type""" reservationunifiedDetailsResvNameUsageType: StringInput """Internal ID to uniquely identify the Organization""" reservationunifiedDetailsOrganizationid: FloatInput """Original End Date""" reservationunifiedDetailsResvOriginalEndDate: DateInput """Owner""" reservationunifiedDetailsOwner: FloatInput """Parent Resv Name ID""" reservationunifiedDetailsResvParentResvNameId: FloatInput """Parentreservationid""" reservationunifiedDetailsResvParentreservationid: FloatInput """Quote ID provided by external system.""" reservationunifiedDetailsResvQuoteId: StringInput """Resv Contact ID""" reservationunifiedDetailsResvResvContactId: FloatInput """Reservation Insert Date""" reservationunifiedDetailsResvInsertDate: DateTimeInput """Reservation Insert Datetime""" reservationunifiedDetailsResvInsertDatetime: DateTimeInput """Reservation Insert User""" reservationunifiedDetailsResvInsertUser: FloatInput """Reservation Name ID""" reservationunifiedDetailsResvNameId: FloatInput """Reservation Status""" reservationunifiedDetailsResvResvStatus: StringInput """Reservation Type""" reservationunifiedDetailsResvGuaranteeCode: StringInput """Reservation Update Date""" reservationunifiedDetailsResvUpdateDate: DateTimeInput """Reservation Update Datetime""" reservationunifiedDetailsResvUpdateDatetime: DateTimeInput """Property""" reservationunifiedDetailsResort: StringInput """Auto generated charge number for Point Of Sale systems to identify guests.""" reservationunifiedDetailsResvResortChargeNumber: StringInput """Resvcontactprofileid""" reservationunifiedDetailsResvResvcontactprofileid: FloatInput """Rh Billing Contact ID""" reservationunifiedDetailsResvRhBillingContactId: FloatInput """Rh Resv Contact ID""" reservationunifiedDetailsResvRhResvContactId: FloatInput """Room Category""" reservationunifiedDetailsResvRoomCategory: StringInput """Roomcategoryid""" reservationunifiedDetailsResvRoomcategoryid: StringInput """Is the guest scheduled for automatic check out?""" reservationunifiedDetailsResvSchedulecheckoutYn: StringInput """Sguest First Name""" reservationunifiedDetailsResvSguestFirstname: StringInput """Sguest Name""" reservationunifiedDetailsResvSguestName: StringInput """Shared Profile ID""" reservationunifiedDetailsResvNameNameId: FloatInput """Shared Reservation Status""" reservationunifiedDetailsResvReservationStatus: StringInput """Shoulder End""" reservationunifiedDetailsShoulderEndDate: DateInput """Shoulder Start""" reservationunifiedDetailsShoulderBeginDate: DateInput """Source Name ID""" reservationunifiedDetailsSourceNameId: FloatInput """Stores resv_name_id of the original multi room reservation from which this reservation is split off.""" reservationunifiedDetailsResvSplitFromResvNameId: FloatInput """Splitfromreservationid""" reservationunifiedDetailsResvSplitfromreservationid: FloatInput """Start Date""" reservationunifiedDetailsBeginDate: DateInput """This is the actual check out date with no time component.""" reservationunifiedDetailsResvTruncActualCheckOutDate: DateInput """Universal Card ID used by interfaces for key encoding purposes.""" reservationunifiedDetailsResvUniCardId: StringInput """JRN Update Date and Time""" resvmembershipDetailsJrnupdatedttm: DateTimeInput """Account Code""" foliotaxDetailsAccountCode: FloatInput """Addressee Name ID""" foliotaxDetailsAddresseeNameId: FloatInput """Associated Bill Number""" foliotaxDetailsAssociatedBillNo: StringInput """Self referencing sequence number to gather information for other operations.""" foliotaxDetailsAssociatedSeqNo: FloatInput """Bill Generation Date""" foliotaxDetailsBillGenerationDate: DateInput """Bill Number""" foliotaxDetailsBillNo: FloatInput """Bill Payment Transaction No""" foliotaxDetailsBillPaymentTrxNo: FloatInput """Bill Prefix""" foliotaxDetailsBillPrefix: StringInput """Bill Sequence Number""" foliotaxDetailsBillSeqNo: FloatInput """Central Xchange Date""" foliotaxDetailsCXchangeDate: DateInput """Internal number given to the direct bill payment in financial_transactions.""" foliotaxDetailsClTrxNo: FloatInput """DSI Internal Data Source ID to identify Opera Chain and instance""" foliotaxDetailsDsi: FloatInput """Folio Attachment Link ID""" foliotaxDetailsFolioAttachmentLinkId: FloatInput """Folio Number""" foliotaxDetailsFolioNo: FloatInput """Folio Type""" foliotaxDetailsFolioType: StringInput """Timestamp to capture the exact order of inserts.""" foliotaxDetailsInsTimestamp: DateTimeInput """Insert Date""" foliotaxDetailsInsertDate: DateTimeInput """Invoice Number""" foliotaxDetailsInvoiceNo: FloatInput """JRN Update Date and Time""" foliotaxDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" foliotaxDetailsLocationid: StringInput """Name ID""" foliotaxDetailsNameId: FloatInput """Internal ID to uniquely identify the Organization""" foliotaxDetailsOrganizationid: FloatInput """Payee Name used for signature generation.""" foliotaxDetailsPayeeName: StringInput """Postit Sequence Number""" foliotaxDetailsPostitNo: FloatInput """Code to uniquely identify the Property""" foliotaxDetailsResort: StringInput """Resv Name ID""" foliotaxDetailsResvNameId: FloatInput """RnA Updatedate""" foliotaxDetailsRnaUpdatedate: DateTimeInput """Sequence No""" foliotaxDetailsSeqNo: FloatInput """Account Code""" accountDetailsAccountCode: FloatInput """Account Number""" accountDetailsAccountNo: StringInput """Name on the account in upper case.""" accountDetailsAccountSname: StringInput """Account Type Flag""" accountDetailsAccTypeFlag: StringInput """Account Type ID""" accountDetailsAccountTypeId: FloatInput """Accountid""" accountDetailsAccountid: FloatInput """Address ID""" accountDetailsAddressId: FloatInput """Begin Date""" accountDetailsBeginDate: DateInput """Central Exchange Date""" accountDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" accountDetailsDsi: FloatInput """Email ID""" accountDetailsEmailId: FloatInput """End Date""" accountDetailsEndDate: DateInput """Fax ID""" accountDetailsFaxId: FloatInput """Accounttypeid""" accountDetailsAccounttypeid: FloatInput """JRN Update Date and Time""" accountDetailsJrnupdatedttm: DateTimeInput """Date of Last Activity on the AR Account in regards to: transfers between accounts payments applied (not unallocated) un-applied reversed and invoice compressions un-compressions on the account.""" accountDetailsLastActivityDate: DateTimeInput """Internal ID to uniquely identify the Property""" accountDetailsLocationid: StringInput """Name ID""" accountDetailsNameId: FloatInput """Internal ID to uniquely identify the Organization""" accountDetailsOrganizationid: FloatInput """Phone ID""" accountDetailsPhoneId: FloatInput """Profileid""" accountDetailsProfileid: FloatInput """Code to uniquely identify the Property""" accountDetailsResort: StringInput """Upper Case Name""" accountDetailsUpperCaseName: StringInput """The property that the record belongs to""" resortDetailsResort: StringInput """Number format of AR account no.""" resortDetailsArAcctNoFormat: StringInput """Specifies if the AR acct No is mandatory(Y/N)""" resortDetailsArAcctNoMandYn: StringInput """Default Account Type for an Agent for the Property""" resortDetailsArAgent: StringInput """Internal""" resortDetailsArBalTrxCode: StringInput """Default Account Type for a Company for the Property""" resortDetailsArCompany: StringInput """Internal""" resortDetailsArCreditTrxCode: StringInput """Default Account Type for a Group for the Property""" resortDetailsArGroups: StringInput """Default Account Type for Individual for the Property""" resortDetailsArIndividuals: StringInput """Internal""" resortDetailsArSettleCode: StringInput """Internal""" resortDetailsArTypewriter: StringInput """Access Code""" resortDetailsAccessCode: StringInput """Number of handicapped rooms.""" resortDetailsQtyHandicappedRooms: FloatInput """Aging bucket 1""" resortDetailsAgingLevel1: FloatInput """Aging bucket 2""" resortDetailsAgingLevel2: FloatInput """Aging bucket 3""" resortDetailsAgingLevel3: FloatInput """Aging bucket 4""" resortDetailsAgingLevel4: FloatInput """Aging bucket 3""" resortDetailsAgingLevel5: FloatInput """The Airport Code for the airport near the property""" resortDetailsAirport: StringInput """Distance of the Airport specified in the AIRPORT_CODE column from the Property""" resortDetailsAirportDistance: StringInput """Time it takes to travel the distance between the Property and the Airport specified in AIRPORT_CODE column""" resortDetailsAirportTime: StringInput """Allow loggin in to this resort(Y/N)""" resortDetailsAllowLoginYn: StringInput """Period for the allowance""" resortDetailsAllowancePeriodAdj: StringInput """Internal""" resortDetailsAwardsTimeout: FloatInput """Ball Room Area""" resortDetailsBrArea: StringInput """No of Ballroom Seats""" resortDetailsBrSeats: FloatInput """The base language of the Hotel""" resortDetailsBaseLanguage: StringInput """It contains the reservation type to be used when making group block""" resortDetailsBlock: StringInput """Brand Code of the property.""" resortDetailsBrandCode: StringInput """Financial Year of the Property""" resortDetailsBudgetMonth: FloatInput """The date this resort becomes valid for use by the system""" resortDetailsBeginDate: DateInput """Value for the parameter.""" resortDetailsBusinessId: StringInput """Value for the parameter.""" resortDetailsBusinessRegCode: StringInput """Code for the CRO""" resortDetailsCroCode: StringInput """Internal""" resortDetailsCashShiftDrop: StringInput """Catering Currency Code used when Catering Currency differs from base currency.""" resortDetailsCateringCurrencyCode: StringInput """Catering currency format.""" resortDetailsCateringCurrencyFormat: StringInput """Central Exchange Date""" resortDetailsCXchangeDate: DateInput """Central Exchange Rate""" resortDetailsCXchangeRate: FloatInput """Central Credit Limit""" resortDetailsCCreditLimit: FloatInput """Central Currency Code""" resortDetailsCentralCurrencyCode: StringInput """Central Currency Description""" resortDetailsCentralCurrencyDesc: StringInput """Central Double Rate2""" resortDetailsCDblRate2: FloatInput """Central Double Rate1""" resortDetailsCDblRate1: FloatInput """Central Passerby Market""" resortDetailsRepPasserbyMarket: StringInput """Central Passerby Source""" resortDetailsRepPasserbySource: StringInput """Central Property Type""" resortDetailsRepResortType: StringInput """Central Sgl Rate1""" resortDetailsCSglRate1: FloatInput """Central Sgl Rate 2""" resortDetailsCSglRate2: FloatInput """Central State""" resortDetailsRepState: StringInput """Central State Description""" resortDetailsRepStateDesc: StringInput """Central Sui Rate1""" resortDetailsCSuiRate1: FloatInput """Central Sui Rate 2""" resortDetailsCSuiRate2: FloatInput """Central Tpl Rate1""" resortDetailsCTplRate1: FloatInput """Central Tpl Rate 2""" resortDetailsCTplRate2: FloatInput """Central Warning Amount""" resortDetailsCWarningAmount: FloatInput """Chain Code for the chain to which the property belongs""" resortDetailsChainCode: StringInput """The description of this chain.""" resortDetailsChainDescription: StringInput """Chain Mode""" resortDetailsChainMode: StringInput """Internal""" resortDetailsCheckExgPaidout: StringInput """The Hotel official check out time""" resortDetailsCheckOutTime: DateTimeInput """Internal""" resortDetailsCheckShiftDrop: StringInput """Internal""" resortDetailsCheckTrxcode: StringInput """The Hotel official check intime""" resortDetailsCheckInTime: DateTimeInput """The physical city in which this property resides.""" resortDetailsCity: StringInput """City Description""" resortDetailsCityDescription: StringInput """Internal""" resortDetailsComAddress: StringInput """Internal""" resortDetailsComMethod: StringInput """Internal""" resortDetailsComNameXrefId: FloatInput """Internal""" resortDetailsCompanyAddressType: StringInput """Internal""" resortDetailsCompanyPhoneType: StringInput """Internal""" resortDetailsConfigurationMode: StringInput """Internal""" resortDetailsConfirmRegcardPrinter: StringInput """Number of connecting rooms.""" resortDetailsQtyConnectingRooms: FloatInput """The unique name of application user""" resortDetailsAllContacts: StringInput """Number of copies to be printed""" resortDetailsCopies: FloatInput """Country name.""" resortDetailsCountryName: StringInput """The name of the country in which this property resides.""" resortDetailsCountryCode: StringInput """Value for the parameter.""" resortDetailsCountryMode: StringInput """The default credit limit for guests.""" resortDetailsCreditLimit: FloatInput """Currency Code.""" resortDetailsCurrencyCode: StringInput """Currency Symbol like $ or EURO symbol""" resortDetailsCurrencySymbol: StringInput """A description of this currency.""" resortDetailsCurrencyName: StringInput """Format for the local currency.""" resortDetailsLocalCurrencyFormat: StringInput """Color that of the background""" resortDetailsCurtainColor: StringInput """DSI""" resortDetailsDsi: FloatInput """Date the aging should begin""" resortDetailsDateForAging: StringInput """Type of separator to distinguish between DD MM and YYYY""" resortDetailsDateSeparator: StringInput """Number of places for the default currency""" resortDetailsDecimalPlaces: FloatInput """Type of decimal separator""" resortDetailsDecimalSeparator: StringInput """Number of decimals to designate currency""" resortDetailsCurrencyDecimals: FloatInput """Folio style to be used for all guests""" resortDetailsDefaultFolioStyle: FloatInput """Default guest address format.""" resortDetailsDefaultGuestAddress: StringInput """Future use""" resortDetailsDefaultMembershipType: StringInput """Future use""" resortDetailsDefaultPostingRoom: StringInput """Default property address format.""" resortDetailsDefaultPropertyAddress: StringInput """Future use""" resortDetailsDefaultRateCode: StringInput """Rate code used to default a PCR rate code used in FIT Contracts.""" resortDetailsDefaultRatecodePcr: StringInput """Rate code used to default a RACK rate code used for FIT Contracts.""" resortDetailsDefaultRatecodeRack: StringInput """Default registration card for the property.""" resortDetailsDefaultRegistrationCard: StringInput """The Default reservation type for this property""" resortDetailsDefaultReservationType: StringInput """Deleted Flag""" resortDetailsDeletedFlag: StringInput """Future use""" resortDetailsDepositLedTrxCode: StringInput """Destination ID""" resortDetailsDestinationId: StringInput """Future use""" resortDetailsDfltPkgTranCode: StringInput """Future use""" resortDetailsDfltTranCodeRateCode: StringInput """Internal""" resortDetailsDirections: StringInput """Future use""" resortDetailsDirsales: StringInput """LOGIN into the application is disabled.""" resortDetailsDisableLoginYn: StringInput """Number of double rooms.""" resortDetailsQtyDoubleRooms: FloatInput """Download Rest YN""" resortDetailsDownloadRestYn: StringInput """Pager number for the Manager on duty for the property.""" resortDetailsDutyManagerPager: StringInput """Email id for the property.""" resortDetailsEmail: StringInput """Future use.""" resortDetailsEndDate: DateInput """Default Exchange posting status for the property""" resortDetailsExchangePostingType: StringInput """Floor number of executive floor.""" resortDetailsFloorNumExecutiveFloor: StringInput """Hotel code used for third party exports""" resortDetailsExpHotelCode: StringInput """Future use""" resortDetailsExtExpFileLocation: StringInput """Future use""" resortDetailsExtPropertyCode: StringInput """Indicates that the property uses an external SC system.""" resortDetailsExternalScYn: StringInput """Number of family rooms.""" resortDetailsQtyFamilyRooms: FloatInput """Fax number formats.""" resortDetailsFaxNoFormat: StringInput """The fax phone number""" resortDetailsFax: StringInput """Future use""" resortDetailsFiscalEndDate: DateInput """Future use""" resortDetailsFiscalPeriodType: StringInput """Future use""" resortDetailsFiscalStartDate: DateInput """Fiscal Year Begin Month""" resortDetailsFiscalStartMonth: FloatInput """Fiscal Year Begin Year""" resortDetailsFiscalStartYear: FloatInput """Screen Painter flags to indicate whether an item is changable/ movable etc.""" resortDetailsFlags: StringInput """Future use""" resortDetailsFlowCode: StringInput """Property Free Nights Stay Tier.""" resortDetailsFnsTier: StringInput """Other languages""" resortDetailsFolioLanguage1: StringInput """Other languages""" resortDetailsFolioLanguage2: StringInput """Other languages""" resortDetailsFolioLanguage3: StringInput """Other languages""" resortDetailsFolioLanguage4: StringInput """Future use""" resortDetailsGenmgr: StringInput """To define an upper limit to the number of rooms for Group""" resortDetailsGroupRoomWarning: FloatInput """Future use""" resortDetailsGuestLookupTimeout: FloatInput """Number of guest elevators.""" resortDetailsQtyGuestElevators: FloatInput """Total of guest rooms floors.""" resortDetailsQtyGuestRoomFloors: FloatInput """Future use""" resortDetailsHotelCode: StringInput """Future use""" resortDetailsHotelFc: StringInput """Hotel id""" resortDetailsHotelId: StringInput """Future use""" resortDetailsHotelType: StringInput """Future use""" resortDetailsImgDirectionId: FloatInput """Future use""" resortDetailsImgHotelId: FloatInput """Future use""" resortDetailsImgMapId: FloatInput """Future use""" resortDetailsInactiveDaysForGuestProfil: FloatInput """Inactive Flag""" resortDetailsInactiveFlag: StringInput """Future use""" resortDetailsIndividualAddressType: StringInput """Future use""" resortDetailsIndividualPhoneType: StringInput """To define an upper limit to the number of rooms for group""" resortDetailsIndividualRoomWarning: FloatInput """The date the record was created""" resortDetailsInsertDate: DateTimeInput """The user that created the record""" resortDetailsInsertUser: FloatInput """Int Tax Included YN""" resortDetailsIntTaxIncludedYn: StringInput """Future use""" resortDetailsInventoryYn: StringInput """JRN Update Date and Time""" resortDetailsJrnupdatedttm: DateTimeInput """To calculate the entire availability of the Hotel for future reservations""" resortDetailsKeepAvailability: FloatInput """Latitude of the property in decimal""" resortDetailsLatitude: FloatInput """Future use""" resortDetailsLeadsend: StringInput """The owner who owns this property""" resortDetailsLegalOwner: StringInput """The property that the record belongs to""" resortDetailsLocationId: StringInput """Long date format for the property.""" resortDetailsLongDateFormat: StringInput """The default length of stay""" resortDetailsLongStayControl: FloatInput """Longitude of the property in decimal""" resortDetailsLongitude: FloatInput """Maximum adults in family rooms.""" resortDetailsMaxAdultsFamilyRoom: FloatInput """Maximum children in family rooms.""" resortDetailsMaxChildrenFamilyRoom: FloatInput """Future use""" resortDetailsMaxOccupancy: FloatInput """Maximum number of days that are allowed to credit a bill. (Country requirements.) Used in CASHIERING MODULE.""" resortDetailsMaxcreditdays: FloatInput """Indicates whether the property supports MBS. Used in some file exports.""" resortDetailsMbsSupportedYn: StringInput """Future use""" resortDetailsMeetRooms: FloatInput """Future use""" resortDetailsMeetSeats: FloatInput """Future use""" resortDetailsMeetSpace: FloatInput """Future use""" resortDetailsMeetingFc: StringInput """Minimum days for reminder letter.""" resortDetailsMinDaysBet2ReminderLetter: FloatInput """Internal""" resortDetailsNameIdLink: FloatInput """Future use""" resortDetailsNightAuditCashierId: StringInput """Number of non smoking rooms.""" resortDetailsQtyNonSmokingRooms: FloatInput """Notes for the property""" resortDetailsNotes: StringInput """Total number of beds in this property""" resortDetailsNumberBeds: FloatInput """Total number of floors in this property""" resortDetailsNumberFloors: FloatInput """Number of Rooms""" resortDetailsNumberRooms: FloatInput """Future use""" resortDetailsOpusCurrencyCode: StringInput """Organization ID""" resortDetailsOrganizationId: FloatInput """Organization Internal ID""" resortDetailsOrganizationid: FloatInput """Future use""" resortDetailsOwnership: StringInput """Package Loss code for a particular package""" resortDetailsPackageLoss: StringInput """Package Profit code for a particular Package""" resortDetailsPackageProfit: StringInput """Parent Org Code""" resortDetailsParentOrgCode: StringInput """Market code""" resortDetailsPasserbyMarket: StringInput """Source code""" resortDetailsPasserbySource: StringInput """Path""" resortDetailsPath: StringInput """Minimim Payment Date for the Property used in Cross Property Postings. This will get updated while running the user defined procedure during the night audit process.""" resortDetailsPaymentDate: DateTimeInput """Future use""" resortDetailsPerReservationRoomLimit: FloatInput """The direct dial phone number of this property""" resortDetailsTelephone: StringInput """The postal code of this property.""" resortDetailsPostCode: StringInput """Primary Key ID""" resortDetailsPkid: FloatInput """URL where property information is located.""" resortDetailsProinfoUrl: StringInput """Property MAP URL.""" resortDetailsPropMapUrl: StringInput """Property picture URL.""" resortDetailsPropPicUrl: StringInput """The property that the record belongs to""" resortDetailsLocationid: StringInput """The name of this property.""" resortDetailsName: StringInput """Type of resort.""" resortDetailsResortType: StringInput """Future use""" resortDetailsQuotedCurrency: StringInput """RNA Insert Date""" resortDetailsRnaInsertdate: DateTimeInput """RNA Update Date""" resortDetailsRnaUpdatedate: DateTimeInput """Minimim last Reconciliation Date for the Property used in Cross Property Postings. This will get updated while running the user defined procedure during the night audit process.""" resortDetailsReconcileDate: DateTimeInput """Future use""" resortDetailsRegionCode: StringInput """Description of the Region.""" resortDetailsRegionDescription: StringInput """Future use""" resortDetailsRestaurant: FloatInput """Total number of Sheets""" resortDetailsRhythmSheets: FloatInput """Total number of Towels""" resortDetailsRhythmTowels: FloatInput """Room amenity.""" resortDetailsRoomAmenity: StringInput """Future use""" resortDetailsSglNum: StringInput """Future use""" resortDetailsSglRate1: FloatInput """Future use""" resortDetailsSglRate2: FloatInput """Future use""" resortDetailsSuiNum: StringInput """Future use""" resortDetailsSuiRate1: FloatInput """Future use""" resortDetailsSuiRate2: FloatInput """To store number of days before deleting the gest profile""" resortDetailsSaveProfiles: FloatInput """Future use""" resortDetailsScriptId: FloatInput """Future use""" resortDetailsSeason1: StringInput """Future use""" resortDetailsSeason2: StringInput """Future use""" resortDetailsSeason3: StringInput """Future use""" resortDetailsSeason4: StringInput """Future use""" resortDetailsSeason5: StringInput """Indicates that the property accepts leads as bookings.""" resortDetailsSendLeadAsBooking: StringInput """Shop description.""" resortDetailsShopDescription: StringInput """Short date format for the property.""" resortDetailsShortDateFormat: StringInput """Number of single rooms.""" resortDetailsQtySingleRooms: FloatInput """For default commission percentage""" resortDetailsSourceCommission: StringInput """The state in which this property is located.""" resortDetailsState: StringInput """Description of the state.""" resortDetailsStateDesc: StringInput """The street of the property.""" resortDetailsStreet: StringInput """Number of suites.""" resortDetailsQtySuites: FloatInput """Internal""" resortDetailsSummCurrencyCode: StringInput """For default commission percentage""" resortDetailsTaCommission: StringInput """Future use""" resortDetailsTplNum: StringInput """Future use""" resortDetailsTplRate1: FloatInput """Future use""" resortDetailsTplRate2: FloatInput """Formats for telephone number""" resortDetailsTelephoneNoFormat: StringInput """Separator for monetory values""" resortDetailsThousandSeparator: StringInput """Default time format for the property.""" resortDetailsTimeFormat: StringInput """Time zone region selected by the employee.""" resortDetailsTimezoneRegion: StringInput """Toll free telephone number.""" resortDetailsTollfree: StringInput """Future use""" resortDetailsTotRooms: FloatInput """Tourist Number""" resortDetailsTouristNumber: StringInput """Indicates whether the property handles multi byte characters and whether they are translateable or not""" resortDetailsTranslateMulticharYn: StringInput """Turnaway code for the property.""" resortDetailsTurnawayCode: StringInput """Number of twin rooms.""" resortDetailsQtyTwinRooms: FloatInput """The date the record was modified""" resortDetailsUpdateDate: DateTimeInput """The user that modified the record""" resortDetailsUpdateUser: FloatInput """VAT ID of this property.""" resortDetailsVatId: StringInput """Future use""" resortDetailsVideocheckoutPrinter: StringInput """Video check out start time.""" resortDetailsVideoCoStart: DateTimeInput """Video check out end time.""" resortDetailsVideoCoStop: DateTimeInput """Future use""" resortDetailsWakeUpDelay: FloatInput """Amount at which warning is raised.""" resortDetailsWarningAmount: FloatInput """Webaddress of the property""" resortDetailsWebaddress: StringInput """Weekend days for the property.""" resortDetailsWeekendDays: StringInput """Internal""" resortDetailsZeroInvPurDays: FloatInput """DSI Internal Data Source ID to identify Opera Chain and instance""" roomDetailsDsi: FloatInput """JRN Update Date and Time""" roomDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" roomDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" roomDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" roomDetailsResort: StringInput """Room""" roomDetailsRoompmsref: StringInput """Room Number""" roomDetailsRoom: StringInput """Roomid""" roomDetailsRoomid: StringInput } type Query { """Provide financial transaction information with extended or additional details such as routing cashiers currency etc.""" financialTransactionDetailsExtended(limit: Int offset: Int input: FinancialTransactionDetailsExtendedQueryArgumentsType!): [FinancialTransactionDetailsExtendedType] } type FinancialTransactionDetailsExtendedType { """Financial Unified""" financialUnifiedDetails: FinancialTransactionDetailsExtendedFinancialUnifiedDetailsType """Transaction Code""" transactionCodeDetails: FinancialTransactionDetailsExtendedTransactionCodeDetailsType """From Reservation Details""" fromReservationDetails: FinancialTransactionDetailsExtendedFromReservationDetailsType """Profile All Details""" guestProfileAllInformationDetails: FinancialTransactionDetailsExtendedGuestProfileAllInformationDetailsType """Payee Profile Details""" payeeProfileDetails: FinancialTransactionDetailsExtendedPayeeProfileDetailsType """Payee Address Details""" payeeAddressDetails: FinancialTransactionDetailsExtendedPayeeAddressDetailsType """To Reservation Details""" toReservationDetails: FinancialTransactionDetailsExtendedToReservationDetailsType """Reservation Unified""" reservationUnifiedDetails: FinancialTransactionDetailsExtendedReservationUnifiedDetailsType """Reservation Membership""" reservationMembershipDetails: FinancialTransactionDetailsExtendedReservationMembershipDetailsType """Folio Tax Details""" folioTaxDetails: FinancialTransactionDetailsExtendedFolioTaxDetailsType """Account Details""" accountDetails: FinancialTransactionDetailsExtendedAccountDetailsType """Resort Details""" propertyPropertyDetails: FinancialTransactionDetailsExtendedPropertyPropertyDetailsType """Room Details""" roomDetails: FinancialTransactionDetailsExtendedRoomDetailsType financialTransactionDetailsExtendedRecordCount: Int } type FinancialTransactionDetailsExtendedFinancialUnifiedDetailsType { """AR Charge Transfer YN""" aRChargeTransferFlagYN: String """AR Ledger Credit""" aRLedgerCredit: Float """AR Ledger Debit""" aRLedgerDebit: Float """AR State""" aRState: String """AR Transfer Date""" aRTransferDate: Date """Account Code""" accountCode: Float """Account Number""" accountNumber: String """Address ID""" addressId: Float """Identifies if this Advance Bill has been reversed.""" advanceBillReversedYN: String """Identifies if this transaction was generated by Advance Bill.""" advanceBillYn: String """The charge / generate is eligible as part of advanced generates functionality.""" advancedGenerateYN: String """Advgen Ttrans Code ID""" advgenTtransCodeID: String """Arrangement Code""" arrangementCode: String """Arrangement Description for the Transaction Code.""" arrangementDesc: String """Article ID""" articleId: Float """Indicates the associated transaction number for a particular receipt type.""" associatedTrxNumber: Float """Application User Name""" attachedToUser: String """Auth Employee ID""" authEmployeeID: Float """Authorizer""" authorizer: String """Indicates if this column was automatically created for Automatic Credit Bills.""" autoCreditbillYn: String """Auto Settle Y/N""" autoSettleYn: String """Business Date""" businessDate: Date """CC Approval Code""" cCApproval: String """Cashier Code""" cashierCode: Float """Cashier Credit""" cashierCredit: Float """Cashier Debit""" cashierDebit: Float """Cashier ID""" cashierID: Float """Cashier Name""" cashierName: String """Cashier Opening Balance""" cashierOpeningBalance: Float """Identifies if this record was the result of a credit card refund possible values: REFUND or OVERRIDE.OVERRIDE means a user authorized a refund amount larger than the original cc charge.""" ccRefundPosting: String """Changes Log Check In""" changesLogCheckIn: String """Changes Log Check Out""" changesLogCheckOut: String """Changes Log Close Folio""" changesLogCloseFolio: String """Changes Log Reopen Folio""" changesLogReopenFolio: String """Changes Log Update Reservation""" changesLogUpdateReservation: String """Check Number""" checkNumber: String """Closure Number""" closureNumber: Float """Comments""" comments: String """Trx code of original transaction that was turned into a comp""" compLinkTrxCode: String """Trx no of original transaction that was turned into a comp""" compLinkTrxNumber: Float """Comp Type Code""" compTypeCode: String """Compressed Y/N""" compressedYn: String """Covers""" covers: String """Credit Card ID""" creditCardId: Float """Fee (surcharge) amount for a credit card transaction.""" creditCardSurcharge: Float """Credit YN""" creditYN: String """Currency Code""" currencyCode: String """Currency Description""" currencyDescription: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Debit YN""" debitYN: String """Decimals""" decimals: Float """Deferred Y/N""" deferredYn: String """Indicates if the posting is a deposit posting as part of the Guest Ledger Deposits functionality. Also indicates if the charge has been offset after checkin. Possible values [PRX]""" depPostingFlag: String """Indicates if this row is a deposit tax which has been transfered.""" depTaxTransferedYn: String """Deposit Ledger Credit""" depositLedgerCredit: Float """Deposit Ledger Debit""" depositLedgerDebit: Float """Deposit Transaction ID""" depositTransactionId: String """Display YN""" displayYN: String """Euro Exchange Rate""" euroExchangeRate: Float """Exchange Date""" exchangeDate: Date """Exchange Difference YN""" exchangeDifferenceYN: String """Exchange Rate""" exchangeRate: Float """Type of currency exchange conducted. Possible values: [E]xchange [S]ettlement [C]ommission [M]embership [EC] Exchange Check [P]osting.""" exchangeType: String """Number to identify the DML sequence.""" financialDmlSeqNumber: Float """Fiscal Bill Number""" fiscalBillNo: String """Fixed Charges YN""" fixedChargesYN: String """Folio""" folio: Float """Folio Number""" folioNo: Float """Folio Type""" folioType: String """Folio View""" folioView: Float """Foreign Currency Code""" foreignCurrencyCode: String """From Resv ID""" fromReservationId: Float """Column has become unused after the chage of business rules down the line.""" ftGeneratedType: String """This is the transaction type which says whether it is a Consumption(C) Payment (FC) or Package (PK) and it is inherited from transaction code.""" ftSubtype: String """General Cashier Id.""" genCashierId: Float """Determines whether the cashier is a General cashier.""" generalCashierYN: String """Gross Amount""" grossAmount: Float """Guest Account Ledger Credit""" guestAccountLedgerCredit: Float """Debit amount on the guest account""" guestAccountLedgerDebit: Float """Guest Ext Ref List""" guestExtRefList: String """In-House Credit""" inHouseCredit: Float """In-House Debit""" inHouseDebit: Float """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """The name of the user who created the record.""" insertUserName: String """Decides whether the cashier number is used in interfaces or not. The interface cashiers cannot have numbers more than 999.""" interfaceCashierYN: String """Articleid""" internalArticleid: Float """Internal Window ID""" internalWindowId: Float """Internal YN""" internalYN: String """Invoice Close Date""" invoiceCloseDate: Date """Invoice Number""" invoiceNumber: Float """Invoice Type""" invoiceType: String """Link Transaction No""" linkTrxNumber: Float """Market Code""" marketCode: String """Market Description""" marketDescription: String """Membership ID""" membershipID: Float """Sequence number generated automatically when packages are posted during manual room and tax.""" mtrxNoAgainstPackage: Float """Name Tax Type""" nameTaxType: String """Net Amount""" netAmount: Float """Non Revenue Amount""" nonRevenueAmount: Float """Number Dialed.""" numberDialed: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Stores the original AR ledger debit amount for Direct Bill transactions.""" originalARLedgerDebit: Float """Stores original bill number after void.""" originalBillNumber: Float """Stores original folio type after void.""" originalFolioNumber: String """Original Resv Name ID""" originalReservationNameId: Float """Original Room""" originalRoom: String """Package""" package: String """Package Allowance amount of a package that has an allowance.""" packageAllowance: Float """Arrangement code from the package associated to this transaction.""" packageArrangementCode: String """Credit amount on the guest package account.""" packageLedgerCredit: Float """Debit amount on the guest package account""" packageLedgerDebit: Float """Identifies the type of a package posting. Possible values are: PKG_WRAPPER INCLTAX_PKG_ROOM EXCLTAX_PKG_ROOM INCLTAX_PKG_WITH_ALLOWANCE EXCLTAX_PKG_WITH_ALLOWANCE INCLTAX_PKG_WITHOUT_ALLOWANCE EXCLTAX_PKG_WITHOUT_ALLOWANCE""" packageTrxType: String """Passerby Name.""" passerByName: String """Payee Ext Ref List""" payeeExtRefList: String """Name Id to which it should be routed.""" payeeNameID: Float """Payee Name Type""" payeeNameType: String """Payee Resv Name ID""" payeeResvNameID: Float """Payment Surcharge Amount.""" paymentSurchargeAmt: Float """Payment Surcharge Type. Currency for the CASH payment method.""" paymentSurchargeType: String """Payment Type""" paymentType: String """Payments-Reference""" paymentsReference: String """Posted Amount in Base Currency""" postedAmountInBaseCurrency: Float """Posted Amount in Transaction Currency""" postedAmountInTransactionCurrency: Float """Posting Date""" postingDate: DateTime """Posting Rhythm""" postingRhythm: String """Source Profile of the posting coming from IFC. Related to 9700 functionality.""" postingSourceNameId: Float """Indicates if the posting is part of a rate code posting (RATE CODE) or if posted manually (MANUAL).""" postingType: String """Postit Number""" postitNo: Float """Postit Y/N""" postitYn: String """Price Per Unit""" pricePerUnit: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Profile ID""" profileID: Float """Populated with [P] for package profit and [L] for package loss transactions.""" profitLossFlag: String """Proforma Y/N""" proformaYN: String """Property""" property: String """Quantity""" quantity: Float """Queue Name""" queueName: String """Rate Code""" rateCode: String """Receipt Number""" receiptNumber: Float """Indicates the receipt type. Different receipts are identified by different types""" receiptType: String """Reporting Trx Code""" repTransactionCode: String """Reporting Tc Group""" repTransactionCodeGroup: String """Reporting Tc Group Desc""" repTransactionCodeGroupDescription: String """Reporting Tc Subgroup""" repTransactionCodeSubgroup: String """Reporting Tc Subgroup Desc""" repTransactionCodeSubgroupDescription: String """Stores Reservation_deposit_schedule_id from RESERVATION_DEPOSIT_SCHEDULE table to link the deposit payment to the deposit request.""" reservationDepositId: Float """Reservation Name ID""" reservationNameID: Float """Revenue Amount.""" revenueAmount: Float """Stores the trx_no of the reversed payment.""" reversePaymentTrxNumber: Float """Room Class""" roomClass: String """Room Nts""" roomNts: Float """Stores the effective room nights with decimals making it significant for postings splits edits and adjustments. Required by B&B Hotels.""" roomNtsEffective: Float """Room Number""" roomNumber: String """Round Factor Y/N""" roundFactorYn: String """TRX_NO of the transaction associated with this rounding factor posting.""" roundLinkTrxno: Float """Indicates if the transaction has been routed.""" routedYn: String """Routing Code""" routingCode: String """Routing Code Description""" routingCodeDescription: String """Routing date for comp routings - populated only if routed transaction has trx date less than business date.""" routingDate: Date """Routing Iinstruction ID""" routingIinstructionID: Float """Link the posting to the routing instruction that is specified during the setup of routing instructions for guests.""" routingInstrnId: Float """To specify whether it is a package routing or not""" routingType: String """Settlement Flag""" settlementFlag: String """Source Code""" sourceCode: String """Source Description""" sourceDescription: String """Supplement""" supplement: String """Transaction Code""" tRXCode: String """Target Property""" targetResort: String """Tax Deferred Until Check-Out YN""" taxDeferredUntilCheckOutYN: String """Tax Elements""" taxElements: String """Tax Generated YN""" taxGeneratedYN: String """Tax Inclusive YN""" taxInclusiveYN: String """Transaction Code Group""" tcGroup: String """Transaction Code Subgroup""" tcSubgroup: String """Threshold Diversion ID""" thresholdDiversionId: Float """Stores the corresponding quantity of the threshold for QUANTITY and MINUTES types.""" thresholdEntityQty: Float """Threshold Entity Type""" thresholdEntityType: String """Flag to identify how the posting was treated.[THRESHOLD_ALLOWED] --> OPERA treated this of ?Allowed? type at the time of posting.[THRESHOLD_REQUIRED] --> OPERA treated this of ?Required? type at the time of posting.[null / blank] --> not a diversion related transaction.""" thresholdTreatmentFlag: String """To Resv Name ID""" toReservationNameId: Float """Tran Action ID""" tranActionId: Float """Trans Code Arrangement ID""" transCodeArrangementID: Float """Transaction Activity Date""" transactionActivityDate: Date """Transaction Code Description""" transactionCodeDescription: String """Tc Group Description""" transactionCodeGroupDesc: String """Tc Subgroup Description""" transactionCodeSubgroupDesc: String """Transaction Date""" transactionDate: Date """Transaction Number Added By""" transactionNumberAddedBy: Float """Transaction Posting Date""" transactionPostingDate: Date """Time transaction was posted.""" transactionPostingTime: String """Time transaction was posted with seconds.""" transactionPostingTimeWithSeconds: String """Transaction Type""" transactionType: String """Transaction from Account""" transactionFromAccount: Float """Transaction to Account""" transactionToAccount: Float """Transfer from Account ID""" transferFromAccountID: Float """Transfer to Account ID""" transferToAccountID: Float """Trx Number""" trxNo: Float """Trx Number Against Package""" trxNoAgainstPackage: Float """The trx_no against which this transaction gets adjusted.""" trxNumberAdjust: Float """Transaction No Header""" trxNumberHeader: Float """Stores the Trx_No of the main transaction being split.""" trxNumberSplit: Float """Transaction Service Type""" trxServiceType: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Tax Amount for Commission.""" vatAmount: Float } type FinancialTransactionDetailsExtendedTransactionCodeDetailsType { """AR Ledger Payments YN""" aRLedgerPaymentsYN: String """Ar Name ID""" aRNameId: Float """Account Number""" accountNumber: String """Accounting Code""" accountingCode: String """Acctrecvprofileid""" acctrecvprofileid: Float """Adj Trx Code""" adjTrxCode: String """Adjtranscodeid""" adjtranscodeid: String """Arrange Code""" arrangeCode: String """Arrangement Code""" arrangementCode: String """Central Default Price""" cDefaultPrice: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Export Bucket""" cExportBucket: Float """Central Max Amt""" cMaxAmount: Float """Central Min Amt""" cMinimumAmount: Float """CC Code""" cCCode: String """Crs Tax Description""" cRSTaxDesc: String """Cash Transaction Code YN""" cashTransactionCodeYN: String """Cc Type""" ccType: String """Cental Subgroup""" centalSubgroup: String """Central Adjustment Transaction Code""" centralAdjustmentTransactionCode: String """Central Transaction Code""" centralTransactionCode: String """Central Transaction Code Group""" centralTransactionCodeGroup: String """Charge Deferred Until Checkout YN""" chargeDeferredUntilCheckoutYN: String """Check Number Mandatory YN""" checkNumberMandatoryYN: String """Class 1 Mandatory Y/N""" class1MandatoryYn: String """Class 2 Mandatory Y/N""" class2MandatoryYn: String """Commission Code""" commissionCode: Float """Comp Nights Y/N""" compNightsYn: String """Comp Payment Y/N""" compPaymentYn: String """Complimentary YN""" complimentaryYN: String """Corp Prop Flag""" corpPropFlag: String """Corporate Description""" corporateDescription: String """To indicate that the transaction code can be used as a Deposit Transaction Code in Cross Postings. There can be only one transaction code per one resort.""" crossPostingDepositYN: String """To indicate that the transaction code can be used as a Payment Transaction Code in Cross Postings. There can be only one transaction code per one resort.""" crossPostingPaymentYN: String """To indicate that the transaction code can be used as a Sales Transaction Code in Cross Postings. There can be only one transaction code per one resort.""" crossPostingSalesYN: String """Currency Code""" currencyCode: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Daily Plan Folio""" dailyPlanFolio: Float """Ded Owner Rev Y/N""" dedOwnerRevenueYN: String """Default Price""" defaultPrice: Float """Deleted Flag""" deletedFlag: String """Deposit Ledger Payments YN""" depositLedgerPaymentsYN: String """Deposit Posting Only Y/N""" depositPostingOnlyYn: String """Stores the type of the deposit: possible values "RECEIPT" or "FOLIO".""" depositType: String """E Invoice Y/N""" eInvoiceYn: String """Expense Folio""" expenseFolio: Float """Export Bucket""" exportBucket: Float """External Payment Code""" externalPaymentCode: String """Fiscal Payment Y/N""" fiscalPaymentYn: String """Fiscal Transaction Code Type""" fiscalTrxCodeType: String """Foreign Currency ID""" foreignCurrencyID: String """Group Deleted Flag""" gDeletedFlag: String """Group Description""" gDescription: String """Group Insert Date""" gInsertDate: DateTime """Group Insert User""" gInsertUser: Float """Group Order By""" gOrderBy: Float """Group Rep Description""" gRepDescription: String """Group Result Included In Sum Array""" gResultIncludedInSumArray: String """Group Revenuegroupflag""" gRevenuegroupflag: String """Group Tct Class Type1""" gTctClassType1: String """Group Tct Class Type2""" gTctClassType2: String """Group Update Date""" gUpdateDate: DateTime """Group Update User""" gUpdateUser: Float """Group""" group: String """G Class 1 Mandatory Y/N""" groupClass1MandatoryYN: String """G Class 2 Mandatory Y/N""" groupClass2MandatoryYN: String """Group Folio""" groupFolio: Float """G Individual Revenue Gp""" groupIndRevenueGroup: String """G Internal Y/N""" groupInternalYN: String """Gp Points Redemption Y/N""" groupPointsRedemptionYN: String """G Reporting Item""" groupRepItem: String """G Reporting Item Name""" groupRepItemName: String """G Reporting Item Orderby""" groupRepItemOrderby: Float """G Reporting Order By""" groupRepOrderBy: Float """G Reporting Updatedate""" groupRepUpdateDate: DateTime """G Transaction Code Transaction Type""" groupTcTransactionType: String """Guest Ledger Payments YN""" guestLedgerPaymentsYN: String """Inactive Date""" inactiveDate: Date """Inactive Flag""" inactiveflag: String """Include In 8300 Y/N""" includeIn8300Yn: String """Include In Deposit Rule Y/N""" includeInDepositRuleYn: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Deleted Flag""" internalDeletedflag: String """Transaction Code Sub-Group""" internalTransactionCodeSubGroup: String """Internal Y/N""" internalYn: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Manual Post Covers Y/N""" manualPostCoversYn: String """Manual Posting Allowed YN""" manualPostingAllowedYN: String """Maximum Amount""" maximumAmount: Float """Membership YN""" membershipYN: String """Minimum Amount""" minimumAmount: Float """Non Taxable Y/N""" nonTaxableYn: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Owner Rev Y/N""" ownerRevenueYN: String """Payment Tax Invoice Y/N""" paymentTaxInvoiceYn: String """Payment Type""" paymentType: String """Paymentmethodid""" paymentmethodid: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Flag to indicate if a receipt has to be printed on posting the transaction used in Opera 9.""" printReceiptYN: String """Type of process that generated this payment. IE PaymentCheck out AR or Passerby.""" processingType: String """Property""" property: String """Quantity Code""" quantityCode: String """Rep Description""" repDescription: String """Reporting Item""" repItem: String """Reporting Item Name""" repItemName: String """Reporting Item Orderby""" repItemOrderby: Float """Reporting Updatedate""" repUpdateDate: DateTime """Result Included In Sum Array""" resultIncludedInSumArray: String """Rev Bucket ID""" revenueBucketId: Float """Rev Gp ID""" revenueGroupId: Float """Revenue YN""" revenueYN: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Rotation Rev Y/N""" rotationRevenueYN: String """Round Factor Y/N""" roundFactorYn: String """Service Recovery Adjustment.""" serviceRecoveryTrxCode: String """Sub-Group Deleted Flag""" sgDeletedFlag: String """Sub-Group Description""" sgDescription: String """Sub-Group Insert Date""" sgInsertDate: DateTime """Sub-Group Insert User""" sgInsertUser: Float """Sub-Group Order By""" sgOrderBy: Float """Sub-Group Result Included In Sum Array""" sgResultIncludedInSumArray: String """Sub-Group Revenuegroupflag""" sgRevenuegroupflag: String """Sub-Group Taxflag""" sgTaxflag: String """Sub-Group Update Date""" sgUpdateDate: DateTime """Sub-Group Update User""" sgUpdateUser: Float """Sg Class 1 Mandatory Y/N""" subGroupClass1MandatoryYN: String """Sg Class 2 Mandatory Y/N""" subGroupClass2MandatoryYN: String """Sg Frequent Flyer Y/N""" subGroupFrequentFlyerYN: String """Sg Gp Points Redemption Y/N""" subGroupGroupPointsRedemptionYN: String """Sg Individual Revenue Gp""" subGroupIndRevenueGroup: String """Sg Internal Y/N""" subGroupInternalYN: String """Sg Reporting Description""" subGroupRepDescription: String """Sg Reporting Order By""" subGroupRepOrderBy: Float """Sg Transaction Code Group And Subgroup""" subGroupTcGroupAndSubgroup: String """Sg Transaction Code Transaction Type""" subGroupTcTransactionType: String """Sub-Group Type""" subGroupType: String """Tax Code Number""" taxCodeNumber: Float """Tax Inclusive YN""" taxInclusiveYN: String """Tax YN""" taxYN: String """Not Used.""" tcBofInterface: String """Not Used.""" tcBofInterface2: String """Not Used.""" tcBofRefCode: String """Not Used.""" tcBofRefCode2: String """Not Used.""" tcResort2: String """Transaction Code Transaction Type""" tcTransactionType: String """Tcl Code Dflt Cl1""" tclCodeDfltCl1: String """Tcl Code Dflt Cl2""" tclCodeDfltCl2: String """Trx Action ID""" transactionActionId: Float """Transaction Code Description""" transactionCodeDescription: String """Transaction Code Group""" transactionCodeGroup: String """Not Used.""" transactionCodeResort: String """Transaction Code Sub-group""" transactionCodeSubGroup: String """Transaction Code Type""" transactionCodeType: String """Transaction Type""" transactionType: String """Transcodearrangementid""" transcodearrangementid: String """Transcodeid""" transcodeid: String """Trx Code""" trxCode: String """Transaction Code Display""" trxCodeDisplay: String """Transaction Service Type""" trxServiceType: String """Transaction Tax Type Code""" trxTaxTypeCode: String """UPC""" uPC: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type FinancialTransactionDetailsExtendedFromReservationDetailsType { """Indicates whether a prorated amount should be used for an Apartment Style Billing rate.""" aSBProratedYn: String """Accompanied YN""" accompaniedYN: String """Accompanying guest names.""" accompanyingName: String """Actual Check In Date Time""" actualCheckInDateTime: DateTime """Actual Check Out Date Time""" actualCheckOutDateTime: DateTime """Actual Check-In Date""" actualCheckInDate: Date """Actual Check-In Time""" actualCheckInTime: String """Actual Check-Out Date""" actualCheckOutDate: Date """Actual Check-Out Time""" actualCheckOutTime: String """Address ID""" addressId: Float """Addressee Name ID""" addresseeNameId: Float """Adults""" adults: Float """Adults Tax Free""" adultsTaxFree: Float """Indicates if the reservation has performed an Advance Check In.""" advanceCheckedInYn: String """Agencyprofileid""" agencyprofileid: Float """Indicates whether the room type inventory was taken from the allotment or House availabilty.""" allotmentRecordType: String """Block ID""" allotmentid: Float """SPG - Indicates if this stay is eligible for an Amenity.""" amenityEligibleYn: String """Amenity Level Code""" amenityLevelCode: String """Amount Percent""" amountPercent: Float """Approval Amount""" approvalAmount: Float """Approval Amount Calc Method""" approvalAmountCalcMethod: Float """Approval Code""" approvalCode: String """Arrival Comments""" arrivalComments: String """Arrival Date""" arrivalDate: Date """Arrival Date Time""" arrivalDateTime: DateTime """Arrival Estimate Time""" arrivalEstimateTime: Date """Activity begin time""" arrivalTime: String """Arrivaltransportid""" arrivaltransportid: String """Attached Date""" attachedDate: Date """Not used.""" authorizedBillingYN: String """This stores the pmsp.logged_uid who authorizes the direct bill""" authorizedBy: Float """Authorizer ID""" authorizerId: Float """Auto Checkin Y/N""" autoCheckinYn: String """Activates auto population of routing instructions.""" autoPopulateRoutingYn: String """Auto Settle Days""" autoSettleDays: Float """Auto Settle Type""" autoSettleType: String """Auto Settle YN""" autoSettleYN: String """Award Code""" awardCode: String """Award code 1""" awardCode1: String """Award code 2""" awardCode2: String """Award code 3""" awardCode3: String """Award Code 4""" awardCode4: String """Award code 5""" awardCode5: String """Award Membership ID""" awardMembershipID: Float """Award Voucher number 1""" awardVoucher1: String """Award Voucher number 2""" awardVoucher2: String """Award Voucher number 3""" awardVoucher3: String """Award Voucher number 4""" awardVoucher4: String """Award Voucher number 5""" awardVoucher5: String """Room Type before the Upgrade Award""" awdUpgrFrom: String """Room Type after the Upgrade Award""" awdUpgrTo: String """Back To Back YN""" backToBackYN: String """Balance on the account.""" balance: Float """Base Rate Amount""" baseRateAmount: Float """Base Rate Code""" baseRateCode: String """Base Rate Currency Code""" baseRateCurrencyCode: String """Based On Rule""" basedOnRule: String """Baseratecurrencyid""" baseratecurrencyid: String """Begin City""" beginCity: String """Begin Datetime""" beginDatetime: DateTime """Begin District""" beginDistrict: String """Begin State""" beginState: String """Stores the actual guest check in date and time.""" beginSystemDateTime: DateTime """Bill Number""" billNumber: String """Billing Contact""" billingContact: String """Billing Contact Display Name""" billingContactDisplayName: String """Billing Contact ID""" billingContactId: Float """Billing Contact Name""" billingContactName: String """Billing Contact Profile ID""" billingcontactprofileid: Float """Block Code""" blockCode: String """Block Create Date""" blockCreateDate: DateTime """Block ID""" blockID: Float """Block Name""" blockName: String """Property this block belongs to.""" blockResort: String """Block Status""" blockStatus: String """Bonus Check ID""" bonusCheckId: Float """Booked Room Category""" bookedRoomCategory: String """Bookedroomcategoryid""" bookedroomcategoryid: String """Business Date Created""" businessDateCreated: Date """Business Datetime Created""" businessDatetimeCreated: DateTime """Bxgy Discount Y/N""" bxgyDiscountYn: String """Central Auto Post Amount""" cAutoPostAmount: Float """Central Base Rate Amount""" cBaseRateAmount: Float """C Discount Amount""" cDiscountAmount: Float """C Discount Amt""" cDiscountAmt: Float """C Effective Rate Amount""" cEffectiveRateAmount: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Fixed Charge""" cFixedCharge: Float """Central Gross Rate Amt""" cGrossRateAmount: Float """Central Local Base Rate Amount""" cLocalBaseRateAmount: Float """Central Net Room Amt""" cNetRoomAmount: Float """Central Original Base Rate""" cOriginalBaseRate: Float """Central Pkg Amt""" cPackageAmount: Float """Central Pkg Tax""" cPackageTax: Float """C Rate Amount""" cRateAmount: Float """Central Room Cost""" cRoomCost: Float """Central Room Tax""" cRoomTax: Float """Central Share Amount Original""" cShareAmountOriginal: Float """Central Upsell Charge""" cUpsellCharge: Float """Cancel Date""" cancelDate: Date """Cancel Reason""" cancelReason: String """Cancel Time""" cancelTime: String """Cancellation Date""" cancellationDate: DateTime """Cancellation Datetime""" cancellationDatetime: DateTime """Cancellation Number""" cancellationNumber: String """Cancellation Reason Description""" cancellationReasonDescription: String """Cancellationreasonid""" cancellationreasonid: String """The user who canceled this Reservation.""" cancelledBy: String """Card Number by Membership Class""" cardNumberByMembershipClass: String """Card Number by Membership Type""" cardNumberByMembershipType: String """Central Approval Amount""" centralApprovalAmount: Float """Central Cancel Reason""" centralCancelReason: String """Central Commission Code""" centralCommissionCode: String """Central Commission Description""" centralCommissionDescription: String """Central Credit Limit""" centralCreditLimit: Float """Central Discount Reason""" centralDiscountReason: String """Central Discount Reason Description""" centralDiscountReasonDescription: String """Central FB Revenue""" centralFBRevenue: Float """Central Guest Type""" centralGuestType: String """Central Hurdle""" centralHurdle: Float """Central Package Code""" centralPackageCode: String """Central Package Code Description""" centralPackageCodeDescription: String """Central Package Forecast Group""" centralPackageForecastGroup: String """Central Package Forecast Group Description""" centralPackageForecastGroupDescription: String """Central Payment Amount""" centralPaymentAmount: Float """Central Projected FB Revenue""" centralProjectedFBRevenue: Float """Central Projected Room Revenue""" centralProjectedRoomRevenue: Float """Central Projected Total Revenue""" centralProjectedTotalRevenue: Float """Central Promotion Description""" centralPromotionDescription: String """Central Rateable Value""" centralRateableValue: Float """Central Reservation Type""" centralReservationType: String """Central Reservation Type Description""" centralReservationTypeDescription: String """Central Room Revenue""" centralRoomRevenue: Float """Central Room Type Code""" centralRoomTypeCode: String """Central Room Type Description""" centralRoomTypeDescription: String """Central Room Type To Charge Code""" centralRoomTypeToChargeCode: String """Central Room Type to Charge Description""" centralRoomTypeToChargeDescription: String """Central Shared Room Rate""" centralSharedRoomRate: Float """Central Special Request Description""" centralSpecialRequestDescription: String """Central Tax Type""" centralTaxType: String """Central Tax Type Description""" centralTaxTypeDescription: String """Central Total Cost of Stay""" centralTotalCostOfStay: Float """Central Total Revenue""" centralTotalRevenue: Float """Central Total Room Rate""" centralTotalRoomRate: Float """Central Waitlist Priority""" centralWaitlistPriority: String """Central Waitlist Priority Description""" centralWaitlistPriorityDescription: String """Central Waitlist Reason""" centralWaitlistReason: String """Central Waitlist Reason Description""" centralWaitlistReasonDescription: String """Channel Description""" channelDescription: String """Channel Order By""" channelOrderBy: Float """Channelid""" channelid: String """Check In Initiated By""" checkInInitiatedBy: String """Duration in seconds to complete Check-In""" checkinDuration: Float """Child Bucket 1""" childBucket1: Float """Child Bucket 4""" childBucket4: Float """Child Bucket 5""" childBucket5: Float """Children""" children: Float """Children Age Group 2)""" childrenAgeGroup2: Float """Children Age Group 3)""" childrenAgeGroup3: Float """Children Ages""" childrenAges: String """Commission Code""" commissionCode: String """Commission Description""" commissionDescription: String """Commission Hold Code""" commissionHoldCode: String """Commission Paid""" commissionPaid: Float """Indicates to whom the commission will be paid: NULL T (Travel Agent) S (Source) and B (Both).""" commissionPayoutTo: String """Commissionable YN""" commissionableYN: String """Commissionid""" commissionid: String """Comp House""" compHouse: String """Comp Type Code""" compTypeCode: String """Company City""" companyCity: String """Company Country""" companyCountry: String """Company ID""" companyID: Float """Company Name""" companyName: String """Company Profile Corporate ID""" companyProfileCorporateID: String """Company Profile ID""" companyProfileID: Float """Complimentary YN""" complimentaryYN: String """Compreasonid""" compreasonid: String """Calculated reservation status.""" computedResvStatus: String """Confirmation Leg Number.""" confirmationLegNumber: Float """Shared Confirmation Number""" confirmationNo: String """Consumer Y/N""" consumerYn: String """Contact Name; UDFC02 on reservation.""" contactName: String """Contact Profile ID""" contactProfileID: Float """Contact Profile Name""" contactProfileName: String """The name of the user who created the record.""" createdBy: String """Created By Default Property""" createdByDefaultResort: String """Created Date""" createdDate: Date """Refer to the same column name in the table IFC_WAKE""" createdTime: String """Credit Card Auth Date""" creditCardAuthDate: Date """Credit Card ID""" creditCardId: Float """Credit Limit""" creditLimit: Float """Indicates if the reservation has opted-in for auto payment when credit limit overage is detected.""" creditLimitAutoPayAllowYn: String """Cribs""" cribs: Float """Currency Code""" currencyCode: String """Custom Reference Number""" customReferenceNumber: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Country Specific Requirement for Nigeria.""" dateOfArrivalInCountry: Date """Deleted Flag""" deletedFlag: String """Departtransportid""" departtransportid: String """Departure Comments""" departureComments: String """Departure Date""" departureDate: Date """Departure Date Time""" departureDateTime: Date """Departure Time""" departureTime: String """Departure Transport Code""" departureTransportCode: String """Departure Transportation YN""" departureTransportationYN: String """Stores the Deposit maturity preference.""" depositMaturityType: String """Detatched Date""" detatchedDate: Date """Detatched YN""" detatchedYN: String """Direct Bill Verify Response""" directBillVerifyResponse: String """Directbillauthby""" directbillauthby: Float """Discount Amount""" discountAmount: Float """Discount Amount""" discountAmt: Float """Discount Percentage.""" discountPercent: Float """Discount Prcnt""" discountPrcnt: Float """Discount Reason""" discountReason: String """Discount Reason Description""" discountReasonDescription: String """Discountreasonid""" discountreasonid: String """Display Color""" displayColor: String """Dml Sequence No""" dmlSeqNumber: Float """Do Not Move Room""" doNotMoveRoom: String """Do not move room flag.""" doNotMoveYN: String """Drop Off Carrier Code""" dropOffCarrierCode: String """Drop Off Date""" dropOffDate: Date """Drop Off Station""" dropOffStation: String """Drop Off Time""" dropOffTime: String """Drop Off Type""" dropOffType: String """Drop Off Type Description""" dropOffTypeDescription: String """Comments related to Estimated Time of Return.""" eTRComments: String """Not used.""" effectiveRateAmount: Float """Indicates if the reservation is eligible to receive room upgrades. Controlled by Central System.""" eligibleForUpgradeYn: String """Email Address""" emailAddress: String """Email Folio Y/N""" emailFolioYn: String """Email ID""" emailId: Float """Email Y/N""" emailYn: String """End City""" endCity: String """End Datetime""" endDatetime: DateTime """End District""" endDistrict: String """End State""" endState: String """Endbusinessdate""" endbusinessdate: Date """Entry Date into the country. (Croatian Requirements)""" entryDate: Date """(Customized) Entry point into the country. (Croatian Requirements)""" entryPoint: String """Name of file that contains the electronically signed registration card.""" esignedRegCardName: String """Estimated Departure Time""" estimatedDepartureTime: Date """Event ID""" eventId: Float """Exchange Posting Type""" exchangePostingType: String """Exchange Rate""" exchangeRate: Float """Exclude From Auto Authorization YN""" excludeFromAutoAuthorizationYN: String """The time when an Advance Checked-In Guest is expected to return to perform the actual Check-In.""" expectedTimeOfReturnETR: DateTime """Used for Croatian Requirement Exports to store a unique checkin number.""" exportCheckinresId: Float """Not used""" extSegNo: Float """Not used""" extSeqNumber: Float """Internal extension number for the main reservation""" extensionId: Float """Indicates if the guest has opted to receive Efolio through an external system.""" externalEfolioYn: String """External Reference""" externalReference: String """External References List""" externalReferencesList: String """Extra Beds""" extraBeds: Float """FB Revenue""" fBRevenue: Float """F&B Revenue Remaining""" fBRevenueRemaining: Float """Fax ID""" faxId: Float """Should a confirmation be faxed for this reservation name? Y/N""" faxYn: String """This stores the codes for the rooms features. Currently not used""" feature: String """Financially Responsible Y/N""" financiallyResponsibleYn: String """Not used.""" fixedCharge: Float """Fixed Rate YN""" fixedRateYN: String """Oracle sequence to identify different attribute values of an address.""" folioAddrElementId: Float """Date the folio was changed to closed.""" folioCloseDate: Date """Folio Number""" folioNumber: String """Folio Text1""" folioText1: String """Folio Text2""" folioText2: String """Foreign Currency ID""" foreignCurrencyID: String """Free Child""" freeChild: Float """Frequent Flyer Membership YN""" frequentFlyerMembershipYN: String """Gross Rate Future""" grossRateFuture: Float """Gross Rate Past""" grossRatePast: Float """Group Name""" groupName: String """Group Profile AR Number""" groupProfileARNumber: Float """Group Profile AR Number (Central)""" groupProfileARNumberCentral: String """Group Profile Client ID""" groupProfileClientID: String """Group Profile ID""" groupProfileID: Float """Group Profile Name""" groupProfileName: String """Guarantee code before check in. Populated when the guarantee code is changed to CHECKED IN.""" guaranteeCodePreCi: String """Guaranteecodeid""" guaranteecodeid: String """Guest First Name""" guestFirstName: String """This is soundex of GUEST FIRST NAME - Phonotic sound.""" guestFirstNameSdx: String """This is soundex of GUEST LAST NAME - Phonotic sound.""" guestLastNameSdx: String """Signature of the guest""" guestSignature: String """Used for Police/Tourist Export""" guestStatus: String """Guest Type""" guestType: String """Guestprofileid""" guestprofileid: Float """Gueststatusid""" gueststatusid: String """Guesttypeid""" guesttypeid: String """Housekeeping Service Time""" housekeepingServiceTime: String """Hurdle""" hurdle: Float """Hurdle Override""" hurdleOverride: String """ID by Membership Class""" iDByMembershipClass: String """ID by Membership Type""" iDByMembershipType: String """Guest Address.""" individualCity: String """Country of the guest""" individualCountry: String """Individual First Name""" individualFirstName: String """Individual Last Name""" individualLastName: String """Insert Action Instance ID""" insertActionInstanceId: Float """Insert Date""" insertDate: DateTime """Insert DateTime""" insertDateTime: DateTime """Insert User""" insertUser: Float """Intermediary Y/N""" intermediaryYn: String """Award Membership ID""" internalAwardMembershipId: Float """Baseratecode""" internalBaseratecode: String """Block ID.""" internalBlockId: Float """Companyprofileid""" internalCompanyprofileid: Float """Groupprofileid""" internalGroupprofileid: Float """Sourceprofileid""" internalSourceprofileid: Float """Items and Quantities""" itemsQuantities: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Key Valid Until""" keyValidUntil: Date """Last Online-Printing Sequence Number used by this reservation.""" lastOnlinePrintSeq: Float """Latest date when a folio was printed using the "Periodic Batch Folios" option""" lastPeriodicFolioDate: Date """Not used.""" lastRoomNumber: String """Latest date when a direct bill settlement was automatically done using the "Direct Bill Batch Folios" option""" lastSettleDate: Date """Lead Time for ordering""" leadTimeDays: Float """Length of Stay""" lengthOfStay: Float """Linked Arrival Date""" linkedArrivalDate: DateTime """Linked Departure Date""" linkedDepartureDate: DateTime """Linked Room Type""" linkedRoomType: String """Membership ID""" listOfMembershipID: String """Local Base Rate Amount""" localBaseRateAmount: Float """Internal ID to uniquely identify the Property""" locationID: String """Loyalty Scheme Membership YN""" loyaltySchemeMembershipYN: String """Mail Y/N""" mailYn: String """Indicates if this Reservation has requested or processed a Manual Checkout for consumer mobility. Possible Values: NULL [R]equested [P]rocessed.""" manualCheckoutStatus: String """Market Code""" marketCode: String """Marketid""" marketid: String """Mc Gen Begin District""" mcGenBeginDistrict: String """Mc Gen Begin State""" mcGenBeginState: String """Mc Gen End District""" mcGenEndDistrict: String """Mc Gen End State""" mcGenEndState: String """Mc Gen Next Country""" mcGenNextCountry: String """Mc Gen Previous Country""" mcGenPreviousCountry: String """Member Description""" memberDescription: String """Member Level""" memberLevel: String """Member Number""" memberNumber: String """Membership Class""" membershipClass: String """Membership Class Description""" membershipClassDescription: String """Membership Code""" membershipCode: String """Membership ID""" membershipId: Float """Membership Level by Membership Class""" membershipLevelByMembershipClass: String """Membership Type by Membership Class""" membershipTypeByMembershipClass: String """Stores when this Reservation has received a mobile action needed Alert for consumer mobility.""" mobileActionAlertIssued: Date """Marked as Y when the Phone Number/EMail Address is Opt In.""" mobileAudioKeyYn: String """Mobile Checkin Allowed Y/N""" mobileCheckinAllowedYn: String """Mobile Chkout Allowed""" mobileChkoutAllowed: String """Currency preferred by a Mobile Registered Guest.""" mobilePreferredCurrency: String """Indicates if the reservation is eligible to view the folio by sending a mobile message.""" mobileViewFolioAllowed: String """Name""" name: String """Name Usage Type""" nameUsageType: String """Next Country""" nextCountry: String """Country Specific Requirement for Nigeria.""" nextDestination: String """No of Rooms""" numberOfRooms: Float """Indicates if reservation?s registration card was esigned via Opera.""" operaEsignedRegCardYn: String """Indicates if the guest has opted in to receive email through the batch folio option.""" optInBatchFolYn: String """Indicates if the reservation has opted-in for communications.""" optedForCommissionYN: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Origin Code""" originCode: String """Origin Of Booking""" originOfBooking: String """Not used.""" originalBaseRate: Float """Original End Date""" originalEndDate: Date """Original Start Date""" originalStartDate: Date """Owner Ff Flag""" ownerFfFlag: String """Owner or Friends/Family""" ownerOrFriendsFamily: String """Package Code""" packageCode: String """Package Code Description""" packageCodeDescription: String """Package Forecast Group""" packageForecastGroup: String """Package Forecast Group Description""" packageForecastGroupDescription: String """Parent Resv Name ID""" parentReservationNameId: Float """Parentreservationid""" parentreservationid: Float """Part Allotment""" partAllotment: String """Party Code""" partyCode: String """Pax Number""" paxNo: Float """Total amount of payment inclusive of VAT""" paymentAmount: Float """Payment Method""" paymentMethod: String """Paymentmethodid""" paymentmethodid: String """Frequency in number of days when folios should be printed for this reservation""" periodicFolioFreq: Float """Indicates if the Phone Display Name is send to the Interface.""" phoneDisplayNameYn: String """Phone ID""" phoneId: Float """Physical Quantity""" physicalQuantity: Float """Pick Up Carrier Code""" pickUpCarrierCode: String """Pick Up Date""" pickUpDate: Date """Pick Up Station""" pickUpStation: String """Pick Up Transport Number""" pickUpTransportNumber: String """Pick Up Type""" pickUpType: String """Pick Up Type Description""" pickUpTypeDescription: String """Pick-Up Time""" pickUpTime: String """Pickup Required YN""" pickupRequiredYN: String """Points""" points: Float """Membership Points Eligibility Code.""" pointsEligibilityCode: String """Identifies the charging status of the reservation after check out. O=Open Checkout P=Charging Privileges C=Closed Checkout.""" postCoFlag: String """Indicates if the reservation has charging privileges after checkout.""" postStayChargingYN: String """Posting Allowed YN""" postingAllowedYN: String """This date flags if and when the record was reviewed from pre-arrival screen.""" preArrReviewedDt: DateTime """User id who reviewed the record.""" preArrReviewedUser: Float """Indicates if the reservation has charging privileges before arrival.""" preChargingYn: String """Indicates whether the reservation is pre-registered for internet check-in or not.""" preRegisteredYn: String """Preference""" preference: String """Preference Type""" preferenceType: String """Preferred Room Type""" preferredRoomType: String """Previous Country""" previousCountry: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Primary Share""" primaryShare: String """Print Rate YN""" printRateYN: String """Projected FB Revenue""" projectedFBRevenue: Float """Projected Room Revenue""" projectedRoomRevenue: Float """Projected Total Revenue""" projectedTotalRevenue: Float """Promotion Code""" promotionCode: String """Promotion Description""" promotionDescription: String """Indicates if the value set for the specific property.""" property: String """Total pseudo membership points accrued for the default membership type.""" pseudoMemTotalPoints: Float """Default membership type used with the Pseudo Membership Points calculation functionality.""" pseudoMemType: String """Purge Date""" purgeDate: DateTime """Purpose of stay.""" purposeOfStay: String """Number of Rooms""" quantity: Float """Queue priority of the reservation.""" queuePriority: Float """Queue Wait Time""" queueWaitTime: Float """Quote ID provided by external system.""" quoteId: String """Rate Amount""" rateAmount: Float """Rate Code""" rateCode: String """Event Reservation Rate Code Description""" rateCodeDescriptions: String """Tier ID for the Rate Detail.""" rateTier: Float """Stay rateable value.""" rateableValue: Float """Ratecodeid""" ratecodeid: String """Rd Housekeeping Expected Service Time""" rdHousekeepingExpectedServiceTime: String """Rd Reservation Status""" rdResvStatus: String """Rden Billing Contact ID""" rdenBillingContactId: Float """Rden Resv Contact ID""" rdenReservationContactId: Float """Rden Reservation Date""" rdenReservationDate: Date """Rden Property""" rdenResort: String """Rotation Rule to be configured for referral flag ?""" referralYn: String """Registration Card Number""" registrationCardNo: String """Registration Number""" registrationNumber: Float """Reinstate Date""" reinstateDate: DateTime """Reporting Channel""" repChannel: String """Reporting Channel Description""" repChannelDescription: String """Report ID""" reportId: String """Reservation Insert Source""" resInsertSource: String """Reservation Insert Source Type""" resInsertSourceType: String """Resv Contact ID""" reservationContactId: Float """Reservation Date""" reservationDate: DateTime """Reservation Name ID""" reservationNameID: Float """Reservation Status""" reservationStatus: String """Reservation Type""" reservationType: String """Reservation Type Description""" reservationTypeDescription: String """Reservationid""" reservationid: Float """Property""" resort: String """Auto generated charge number for Point Of Sale systems to identify guests.""" resortChargeNumber: String """Restriction Override""" restrictionOverride: String """Globally unique ID using SYS_GUID() as the source.""" resvGuid: String """Reservation Nameid""" resvNameid: Float """Not used in PMS currently.""" resvNumber: Float """Resvcontactprofileid""" resvcontactprofileid: Float """Revenue type (catering/rooms)""" revenueTypeCode: String """Rh Billing Contact ID""" rhBillingContactId: Float """Rh Resv Contact ID""" rhReservationContactId: Float """Rh Room Features""" rhRoomFeatures: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room""" room: String """Room Category""" roomCategory: String """Room Class""" roomClass: String """Room Cost""" roomCost: Float """Room Instructions""" roomInstructions: String """Meeting Room Property""" roomResort: String """Room Revenue""" roomRevenue: Float """Room Revenue Remaining""" roomRevenueRemaining: Float """This is the Turndown room service time.""" roomServiceTime: String """Room Type Description""" roomTypeDescription: String """Room Type To Charge Code""" roomTypeToChargeCode: String """Room Type to Charge Description""" roomTypeToChargeDescription: String """Roomcategoryid""" roomcategoryid: String """Roomid""" roomid: String """Routing YN""" routingYN: String """Is the guest scheduled for automatic check out?""" scheduleCheckoutYn: String """This is CAPITOL version of guest_first_name""" sguestFirstname: String """Sguest Name""" sguestName: String """Share Confirmation Numbers""" shareConfirmationNumbers: String """Share ID.""" shareId: Float """Share Name""" shareName: String """Not used.""" sharePrcnt: Float """Type of revenue""" shareSeqNumber: Float """Share of Rate Amount""" shareOfRateAmount: Float """Shared Guest Name""" sharedGuestName: String """Shared Profile ID""" sharedProfileID: Float """Shared Reservation Status""" sharedReservationStatus: String """Sharing YN""" sharingYN: String """Source City""" sourceCity: String """Source Code""" sourceCode: String """Source Country""" sourceCountry: String """Source Name""" sourceName: String """Source Profile AR Number""" sourceProfileARNumber: Float """Source Profile AR Number (Central)""" sourceProfileARNumberCentral: String """Source Profile IATA Number""" sourceProfileIATANumber: String """Source Profile ID""" sourceProfileID: Float """Source Profile Name""" sourceProfileName: String """Sourceid""" sourceid: String """Special Request""" specialRequest: String """Special Request Description""" specialRequestDescription: String """SPG Room Type Disclosure Flag. Indicates if the guest stationery will disclose the actual room type.""" spgDiscloseRoomTypeYn: String """SPG Suite Night Award Status.""" spgSuiteNightAwardStatus: String """SPG Upgrade Confirmed Room Type Label.""" spgUpgradeConfirmedRoomtype: String """SPG Upgrade Reason Code.""" spgUpgradeReasonCode: String """Stores resv_name_id of the original multi room reservation from which this reservation is split off.""" splitFromReservationNameId: Float """Splitfromreservationid""" splitfromreservationid: Float """Rate Tier used for exports(DRS).""" statisticalRateTier: Float """Room Type used to calculate statistics for export(DRS).""" statisticalRoomType: Float """Stay Record ID""" stayRecordId: Float """Suite Number""" suiteNumber: String """Super Search Index Text""" superSearchIndexText: String """Ta Record Locator""" taRecordLocator: String """Tax exempt number on the profile""" taxExemptNumber: String """Tax No of Stays""" taxNumberOfStays: Float """Tax Type""" taxType: String """Tax Type Description""" taxTypeDescription: String """Taxtypeid""" taxtypeid: String """Tiad""" tiad: String """Ticket Nos""" ticketNos: String """Total Cost of Stay""" totalCostOfStay: Float """Total Revenue""" totalRevenue: Float """Total Revenue Remaining""" totalRevenueRemaining: Float """Total Room Rate""" totalRoomRate: Float """Track It Groups""" trackItGroups: String """Track It Types""" trackItTypes: String """Transactionid""" transactionid: Float """Travel Agent Address.""" travelAgentCity: String """Travel Agent Country""" travelAgentCountry: String """Travel Agent ID""" travelAgentID: Float """Travel Agent Name""" travelAgentName: String """Travel Agent Profile AR Number""" travelAgentProfileARNumber: Float """Travel Agent Profile AR Number (Central)""" travelAgentProfileARNumberCentral: String """Travel Agent Profile IATA Number""" travelAgentProfileIATANumber: String """Travel Agent Profile ID""" travelAgentProfileID: Float """Travel Agent Profile Name""" travelAgentProfileName: String """This is the actual check out date with no time component.""" truncActualCheckOutDate: Date """Turndown status of the room per reservation per day. C-Completed NR-Not required R-Requested.""" turndownStatus: String """Is the guest wants turndown facility or not ? Y/N""" turndownYN: String """UDFC01""" uDFC01: String """UDFC02""" uDFC02: String """UDFC03""" uDFC03: String """UDFC04""" uDFC04: String """UDFC05""" uDFC05: String """UDFC06""" uDFC06: String """UDFC07""" uDFC07: String """UDFC08""" uDFC08: String """UDFC09""" uDFC09: String """UDFC10""" uDFC10: String """UDFC11""" uDFC11: String """UDFC12""" uDFC12: String """UDFC13""" uDFC13: String """UDFC14""" uDFC14: String """UDFC15""" uDFC15: String """UDFC16""" uDFC16: String """UDFC17""" uDFC17: String """UDFC18""" uDFC18: String """UDFC19""" uDFC19: String """UDFC20""" uDFC20: String """UDFC21""" uDFC21: String """UDFC22""" uDFC22: String """UDFC23""" uDFC23: String """UDFC24""" uDFC24: String """UDFC25""" uDFC25: String """UDFC26""" uDFC26: String """UDFC27""" uDFC27: String """UDFC28""" uDFC28: String """UDFC29""" uDFC29: String """UDFC30""" uDFC30: String """UDFC31""" uDFC31: String """UDFC32""" uDFC32: String """UDFC33""" uDFC33: String """UDFC34""" uDFC34: String """UDFC35""" uDFC35: String """UDFC36""" uDFC36: String """UDFC37""" uDFC37: String """UDFC38""" uDFC38: String """UDFC39""" uDFC39: String """UDFC40""" uDFC40: String """UDFD01""" uDFD01: Date """UDFD02""" uDFD02: Date """UDFD03""" uDFD03: Date """UDFD04""" uDFD04: Date """UDFD05""" uDFD05: Date """UDFD06""" uDFD06: Date """UDFD07""" uDFD07: Date """UDFD08""" uDFD08: Date """UDFD09""" uDFD09: Date """UDFD10""" uDFD10: Date """UDFD11""" uDFD11: Date """UDFD12""" uDFD12: Date """UDFD13""" uDFD13: Date """UDFD14""" uDFD14: Date """UDFD15""" uDFD15: Date """UDFD16""" uDFD16: Date """UDFD17""" uDFD17: Date """UDFD18""" uDFD18: Date """UDFD19""" uDFD19: Date """UDFD20""" uDFD20: Date """UDFN01""" uDFN01: Float """UDFN02""" uDFN02: Float """UDFN03""" uDFN03: Float """UDFN04""" uDFN04: Float """UDFN05""" uDFN05: Float """UDFN06""" uDFN06: Float """UDFN07""" uDFN07: Float """UDFN08""" uDFN08: Float """UDFN09""" uDFN09: Float """UDFN10""" uDFN10: Float """UDFN11""" uDFN11: Float """UDFN12""" uDFN12: Float """UDFN13""" uDFN13: Float """UDFN14""" uDFN14: Float """UDFN15""" uDFN15: Float """UDFN16""" uDFN16: Float """UDFN17""" uDFN17: Float """UDFN18""" uDFN18: Float """UDFN19""" uDFN19: Float """UDFN20""" uDFN20: Float """UDFN21""" uDFN21: Float """UDFN22""" uDFN22: Float """UDFN23""" uDFN23: Float """UDFN24""" uDFN24: Float """UDFN25""" uDFN25: Float """UDFN26""" uDFN26: Float """UDFN27""" uDFN27: Float """UDFN28""" uDFN28: Float """UDFN29""" uDFN29: Float """UDFN30""" uDFN30: Float """UDFN31""" uDFN31: Float """UDFN32""" uDFN32: Float """UDFN33""" uDFN33: Float """UDFN34""" uDFN34: Float """UDFN35""" uDFN35: Float """UDFN36""" uDFN36: Float """UDFN37""" uDFN37: Float """UDFN38""" uDFN38: Float """UDFN39""" uDFN39: Float """UDFN40""" uDFN40: Float """Universal Card ID used by interfaces for key encoding purposes.""" uniCardId: String """Update Date""" updateDate: DateTime """Update Datetime""" updateDatetime: DateTime """Update User""" updateUser: Float """Updated By""" updatedBy: String """Updated By Default Property""" updatedByDefaultResort: String """Updated Date""" updatedDate: Date """Updated Time""" updatedTime: String """Incremental Upsell charges for the reservation date.""" upsellCharge: Float """Flag if the guest can do video checkout""" videoCheckoutYN: String """Visa Expiry Date""" visaExpiryDate: Date """Visa Issue Date""" visaIssueDate: Date """Visa Number""" visaNumber: String """Waitlist Comment""" waitlistComment: String """This is the waitlist telephone number.""" waitlistPhoneNumber: String """Waitlist Priority""" waitlistPriority: String """Waitlist Priority Description""" waitlistPriorityDescription: String """Waitlist Reason""" waitlistReason: String """Waitlist Reason Description""" waitlistReasonDescription: String """Waitlistpriorityid""" waitlistpriorityid: String """Waitlistreasonid""" waitlistreasonid: String """Walk-In YN""" walkInYN: String """Yieldable Y/N""" yieldableYn: String """Ym Code""" ymCode: String } type FinancialTransactionDetailsExtendedGuestProfileAllInformationDetailsType { """The primary key for this table.""" guestProfileID: Float """Account number.""" aRNumber: String """Account Receivable No. of this profile.""" aRNumberCentral: String """Indicates if a Credit Limit amount on Profile level will be required.""" aRCreditLimitYN: String """The ARC mailing flag (received from ARC Update program)""" aRCMailFlag: String """The ARC office type (received from ARC Update program)""" aRCOfficeType: String """The date this record was last updated by the ARC update program.""" aRCUpdateDate: Date """Billing contact person in company.""" accountBillingContact: String """Used in S&C Module.""" accountSource: String """Account Type of this Profile""" accountType: String """The description of this value.""" accountTypeDescription: String """The description of this value.""" accountsourceDesc: String """Mailing action codes.""" actionCode: String """Profile is active or not.""" activeYN: String """The first line of street address.""" address1: String """The second line of street address.""" address2: String """The third line of street address.""" address3: String """The fourth line of street address.""" address4: String """The primary key for this table.""" addressId: Float """Description for each language code.""" addressLangCodeDesc: String """Address Language Code""" addressLanguageCode: String """The type of address.""" addressType: String """Country Specific Requirement for Nigeria.""" alienRegistrationNo: String """All Resorts""" allResorts: String """Field which stores the multibyte envelop greeting used in S&C""" alternateEnvelopeGreeting: String """The Extended Byte Language of the Profile.""" alternateLanguage: String """Description for each language code.""" alternateLanguageDescription: String """Alternate Salutation""" alternateSalutation: String """Auto-Enroll Member YN""" autoEnrollMemberYN: String """Does profile have Availability Override Y/N""" availabilityOverride: String """The billing code for this name record.""" billingCode: String """Billing Instruction""" billingInstruction: String """For tour operators the type of billing profile for this name.""" billingProfileCode: String """Country of Birth""" birthCountry: String """Date of Birth of the Individual Profiles.""" birthDate: Date """Stores the encrypted birth date.""" birthDateStr: String """Place of Birth""" birthPlace: String """Any Message for the Restricted profile.""" blMsg: String """Used in S&C Module.""" businessSegment: String """The description of this value.""" businessSegmentDescription: String """The business title for this individual.""" businessTitle: String """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Profile Credit Limit""" cProfileCreditLimit: Float """This is a name_id (Profile number) of profiles that exist in a Central database in a typical CRS environment.""" cRSNameid: Float """This field tells whether this profile is a credit card profile or not.""" ccProfileYn: String """Central Account Type""" centralAccountType: String """Central Business Segment""" centralBusinessSegment: String """Central Business Segment Description""" centralBusinessSegmentDescription: String """Central Corporate ID Type""" centralCorporateIDType: String """The keyword to search on.""" centralDefaultKeyword: String """Central Guest Title Code""" centralGuestTitleCode: String """Central Inactive Reason""" centralInactiveReason: String """Central Inactive Reason Description""" centralInactiveReasonDescription: String """Central Mail Action Description""" centralMailActionDescription: String """Central Mailing Action Code""" centralMailingActionCode: String """Central Priority""" centralPriority: String """Central State Code""" centralStateCode: String """Central Territory""" centralTerritory: String """Central VIP Code""" centralVIPCode: String """Central VIP Description""" centralVIPDescription: String """Chain Code""" chainCode: String """The city for this address.""" city: String """The unique key of this name stores IATA# Company # etc.""" clientID: String """The user that has been assigned to this account for collections.""" collectionUserId: Float """Combined Name""" combinedName: String """This flag will be used in case Profiles are being controlled Centrally (CRS).""" commPayCentral: String """Not Used.""" comments: String """Commission Code for the Commission Percentage.""" commissionCode: String """Code for the commission for Travel Agent""" commissionCodes: String """Comm Curr ID""" commissionCurrencyId: String """Commission Code for the Commission Percentage.""" commissionid: String """Role in which this phone type belongs to.""" communicationRole1: String """Role in which this phone type belongs to.""" communicationRole2: String """Role in which this phone type belongs to.""" communicationRole3: String """The type of this phone number.""" communicationType1: String """The type of this phone number.""" communicationType2: String """The type of this phone number.""" communicationType3: String """The phone number for this record""" communicationValue1: String """The phone number for this record""" communicationValue2: String """The phone number for this record""" communicationValue3: String """Extended Byte Company Name""" companyAlternate: String """The company group or company group user ID in hierarchical format""" companyGroupId: String """Not used.""" companyNameId: Float """Competaion code .""" competition: String """The description of this value.""" competitionDesc: String """Used in S&C Module.""" contactYN: String """Group Contract number.""" contractNo: String """The date the group contract was received.""" contractRecvDate: Date """Corp Type Description""" corpTypeDesc: String """Specified whether Name_Code column has Company # or IATA #. For Company # the value will beCOMP and for IATA # the Value of this column will be IATA.""" corporateIDType: String """Country name.""" country: String """Country .""" countryCode: String """The user that created the record""" createdByUser: String """The date the record was created""" createdOnDate: DateTime """Credit rating.""" creditRating: String """Currency Code""" currencyCode: String """Currency Symbol like $ or EURO symbol""" currencySymbol: String """Double Opt In for AUTOENROLL_MEMBER_YN""" dOptInAutoenrollMemberFlg: String """Double Opt In for EMAIL_YN""" dOptInEmailFlg: String """Double Opt In for GUEST_PRIV_YN""" dOptInGuestPrivFlg: String """Double Opt In for MAIL_LIST""" dOptInMailListFlg: String """Double Opt In for MARKET_RESEARCH_YN""" dOptInMarketResearchFlg: String """Double Opt In for PHONE_YN""" dOptInPhoneFlg: String """Double Opt In for SMS_YN""" dOptInSmsFlg: String """Double Opt In for THIRD_PARTY_YN""" dOptInThirdPartyFlg: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Debtor Name""" debtorName: String """The number of digits after the decimal to allow for this currency.""" decimalPositions: Float """The keyword to search on.""" defaultKeyword: String """Deleted Flag""" deletedFlag: String """Used in S&C Module.""" department: String """Used in S&C Module.""" deptId: String """Used in QMS Module""" description: String """Direct Bill Batch Type""" directBillBatchType: String """Display Name""" displayName: String """Date on which the record is downloaded to laptop.""" downloadDate: Date """REsort name which has downloaded on the laptop.""" downloadResort: String """Owner of the record who downloaded on to laptop.""" downloadSrep: Float """The date when the E-Invoice liable flag was updated for this profile.""" eInvLiableLastUpdated: Date """Turkey Country requirement: Indicated if this profile e-Invoice liable. Folios generated for this profile will be directly sent to an external system.""" eInvoiceLiableYn: String """The phone number for this record""" email: String """Email YN""" emailYN: String """Field which stores the envelop greeting used in S&C""" envelopeGreeting: String """External Display Name""" externalDisplayName: String """The first name of an individual.""" externalFirstName: String """External ID used for V6 Interface stores the PMS guest number""" externalId: String """The last name of the individual profile.""" externalName: String """Not Used.""" externalReferenceRequ: String """During the booking process is the user required to enter the tour operator or TA record locator.""" externalReferenceRequired: String """Membership Card Number.""" fMembershipCardNumbers: String """Descripion of membership class""" fMembershipClassDesc: String """F Membership Classes""" fMembershipClasses: String """F Membership Codes""" fMembershipCodes: String """F Membership Descriptions""" fMembershipDescriptions: String """Primary Key for this table.""" fMembershipIds: String """Type of the Membership.""" fMembershipType: String """The ID of the external Database.""" fSubscriptionDb: String """The ID of the external Database.""" fSubscriptionYn: String """The phone number for this record""" faxNumber: String """The first name of an individual name.""" firstName: String """First Name Alternate""" firstNameAlternate: String """The keyword to search on.""" firstNameIncognito: String """The follow on for this individual (I.E: III etc).""" followOn: String """The name as communicated from the GDS. system. Filled on names that are created during the booking.""" gDSName: String """Not used.""" gDSTransactionNo: String """Indicates gender of Individual profile. Either (M)ale or F(emale)""" gender: String """Not used.""" geographicRegion: String """Not used.""" guestClassification: String """Country name.""" guestCountry: String """Currency code for the Commission payment.""" guestCurrencyCode: String """Description for each language code.""" guestLanguageCode: String """The last name of the individual Profile and Search name ofr the other Types of Profiles (Group Travel Agent & Source) are stored in this column.""" guestLastName: String """The middle name of this individual.""" guestMiddleName: String """Guest Name Suffix""" guestNameSuffix: String """Guest Privilege YN""" guestPrivilegeYN: String """The title of the individual.""" guestTitleCode: String """Has Requested Mail YN""" hasRequestedMailYN: String """Keep guest in history Y/N""" historyYN: String """Hold code for the Commission handling purposes.""" holdCode: String """Consortia for the IATA number.""" iataConsortia: String """The country where ID was issued""" idCountry: String """Issued date of Identification""" idDate: Date """This will store the value of LINKED_ATTACHMENTS.ATTACH_ID (Which maps to the physical table WORK_ORDERS.WO_NUMBER)""" idDocumentAttachId: Float """The place where ID was issued""" idPlace: String """Identification Type. Eg Passport Driving License etc""" idType: String """Country Specific Requirement for Nigeria.""" immigrationStatus: String """The date the record was marked as inactive""" inactiveDate: Date """Inactive Flag""" inactiveFlag: String """Reason why record was inactivated.""" inactiveReason: String """The description of this value.""" inactiveReasonDescription: String """Include travel agents/sources profile in 1099 reporting ?Y/N""" includeInTax1099Yn: String """Index Name""" indexName: String """The Industry this profile belongs to. Used only for the Non-Individual Profiles.""" industryCode: String """The description of this value.""" industryDesc: String """Used in S&C Module.""" influence: String """The description of this value.""" influenceDesc: String """Interest Code.""" interest: String """Indicates that this profile should be generating an internal bill instead of a regular bill during settlement.""" internalBillYn: String """Deleted Flag""" internalDeletedflag: String """Inactive Flag""" internalInactiveflag: String """Organization ID""" internalOrganizationId: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Primary language used for the profile.""" languageCode: String """Code to synchronize to Laptop values are 012.""" laptopChange: Float """Last Group""" lastGroup: String """Last Name Alternate""" lastNameAlternate: String """The keyword to search on.""" lastNameIncognito: String """Last Rate""" lastRate: Float """Last Rate Code""" lastRateCode: String """The room that is booked for this reservation leg.""" lastRoom: String """Last Room Property""" lastRoomProperty: String """Last Source""" lastSource: String """This contains the truncated component of end_date (i.e without timecomponent)""" lastStay: Date """Last property that updated this record.""" lastUpdatedResort: String """The legal company name for this company.""" legalCompany: String """Used in S&C Module.""" letterGreeting: String """The description of this value.""" mailActionDescription: String """This indicates whether the mailing list must be sent to the guest.""" mailList: String """The type of mail this user should be sent.""" mailType: String """Mailing action codes.""" mailingActionCode: String """Market Research YN""" marketResearchYN: String """Is this account a master account (Y/N)?""" masterAccountYn: String """Not used.""" nameTaxType: String """The type of Profile.""" nameType: String """The description of this value.""" nameTypeDescription: String """Not Used.""" name2: String """Not used.""" name3: String """Nationality""" nationality: String """Nationality of the individual.""" nationalityCode: String """The rate code for which this record applies.""" negotiatedRateCodes: String """This is a begin_date with no time component.""" nextStay: Date """The nickname of this individual.""" nickname: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Stores the original NAME_ID prior to a migration.""" origNameId: Float """Number of days a payment is due for the account.""" paymentDueDays: Float """The phone number for this record""" phone: String """The phone number for this record""" phoneWeb: String """Phone YN""" phoneYN: String """The postal code of this address.""" postalCode: String """City Extension mainly used for UK addresses.""" postalCodeExtension: String """Preferred Room Number""" preferredRoomNo: String """Not used.""" primaryAddressId: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Not Used.""" primaryNameId: Float """Primary Owner""" primaryOwner: String """Primary Owner Code""" primaryOwnerCode: String """Not used.""" primaryPhoneId: Float """Priority of the account""" priority: String """The description of this value.""" priorityDesc: String """Profile privacy flag determine if the profile is marked as private for a property.""" privacyFlagYN: String """Preference Code. Part of the Primary Key.""" productInterest: String """The profession of the Individual""" profession: String """Credit Limit amount for all AR accounts created in different properties for this profile.""" profileCreditLimit: Float """The primary key for this table.""" profileId: Float """The type of Profile.""" profileType: String """Resort for which Job is registered.""" propertyRegistered: String """Protected""" protected: String """Psuedo Profile Y/N""" psuedoProfileYn: String """The default rate structure for this name.""" rateStructure: String """The region for this name.""" region: String """The region for this name.""" regionid: String """Reporting Account Type Description""" repAccountTypeDescription: String """Reporting Accountsource""" repAccountsource: String """Reporting Accountsource Desc""" repAccountsourceDescription: String """Reporting Competition Code""" repCompetitionCode: String """Reporting Competition Desc""" repCompetitionDescription: String """Reporting Corp Type Desc""" repCorpTypeDescription: String """Reporting Industry Code""" repIndustryCode: String """Reporting Industry Desc""" repIndustryDescription: String """Reporting Influence""" repInfluence: String """Reporting Influence Desc""" repInfluenceDescription: String """Reporting Name Type""" repNameType: String """Reporting Name Type Description""" repNameTypeDescription: String """Rep Nationality Code""" repNationalityCode: String """Rep Nationality Description""" repNationalityDescription: String """Reporting Priority Desc""" repPriorityDescription: String """Reporting Rooms Potential""" repRoomsPotential: String """Reporting Rooms Potential Desc""" repRoomsPotentialDescription: String """Reporting Scope""" repScope: String """Reporting Scope City""" repScopeCity: String """Reporting Scope City Desc""" repScopeCityDescription: String """Reporting Scope Desc""" repScopeDescription: String """Reporting State Desc""" repStateDescription: String """Reporting Tax Type Desc""" repTaxTypeDescription: String """Reporting Territory Desc""" repTerritoryDescription: String """Reporting Title Name""" repTitleName: String """The primary membership # for this guest.""" repeatGuestId: String """User option to replace address in ORS with one from PMS.""" replaceAddress: String """This column store the Name of the Company Profiles.""" requestType: String """Normal Restricted and Cash Only informations are stored in this column.""" restricted: String """The description of this value.""" restrictedRule: String """Reservation Contact person.""" resvContact: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Potential no of rooms per year for a account""" roomsPotential: String """The description of this value.""" roomsPotentialDesc: String """Use this alert to text a notification.""" sMSYN: String """Salutation Greeting""" salutation: String """Scope of the account""" scope: String """Scope City""" scopeCity: String """The description of this value.""" scopeCityDesc: String """The description of this value.""" scopeDesc: String """The Uppercase value of Last or Company.""" searchName: String """Internal Indexed field for Searching by Extended Byte Name.""" searchNameAlternate: String """Uppercase value of First Name.""" sfirst: String """The soundex value for this company record. Used for performance reasons when finding a name based on the Sounds.""" soundExCompany: String """The soundex value for this individual record. Used for performance reasons when finding a name based on the sounds.""" soundExLast: String """Used in QMS Module""" srepCode: String """The state of this address.""" state: String """State Code""" stateCode: String """Description of the state.""" stateDescription: String """Summary Reference Currency for the Folio Generation.""" summRefCc: String """Summary Reference Currency for the Folio Generation.""" summRefCurrencyId: String """Used in Oracle Text Index.""" superSearchIndexText: String """Internal Indexed field for Searching by Extended Byte First Name.""" sxfirstName: String """Tax Category""" taxCategory: String """Not used.""" taxExemptStatus: String """The tax id of this name. Usually issued by a government agency. Used by 1099 printing.""" taxID1: String """Tax No""" taxID2: String """Tax Office Name""" taxOffice: String """Tax Type""" taxType: String """TERRITORY of a account""" territory: String """The description of this value.""" territoryDesc: String """Third Party YN""" thirdPartyYN: String """Title Alternate""" titleAlternate: String """The description of this value.""" titleName: String """Stores the suffix value of the selected title code. This will be used for Processing to External System.""" titleSuffix: Float """Sum of total number of stays on stay records for the time period.""" totalStay: Float """The type of tour operator. Only valid for tour operators/wholesalers.""" tourOperatorType: String """Code to Trace a record for all Triggered actions.""" traceCode: String """Description""" tracecodeDesc: String """What type of 1099 is issued to this name.""" typeOfTax1099: String """User defined character field.""" uDFC01: String """User defined character field.""" uDFC02: String """User defined character field.""" uDFC03: String """User defined character field.""" uDFC04: String """User defined character field.""" uDFC05: String """User defined character field.""" uDFC06: String """User defined character field.""" uDFC07: String """User defined character field.""" uDFC08: String """User defined character field.""" uDFC09: String """User defined character field.""" uDFC10: String """User defined character field.""" uDFC11: String """User defined character field.""" uDFC12: String """User defined character field.""" uDFC13: String """User defined character field.""" uDFC14: String """User defined character field.""" uDFC15: String """User defined character field.""" uDFC16: String """User defined character field.""" uDFC17: String """User defined character field.""" uDFC18: String """User defined character field.""" uDFC19: String """User defined character field.""" uDFC20: String """User defined character field.""" uDFC21: String """User defined character field.""" uDFC22: String """User defined character field.""" uDFC23: String """User defined character field.""" uDFC24: String """User defined character field.""" uDFC25: String """User defined character field.""" uDFC26: String """User defined character field.""" uDFC27: String """User defined character field.""" uDFC28: String """User defined character field.""" uDFC29: String """User defined character field.""" uDFC30: String """User defined character field.""" uDFC31: String """User defined character field.""" uDFC32: String """User defined character field.""" uDFC33: String """User defined character field.""" uDFC34: String """User defined character field.""" uDFC35: String """User defined character field.""" uDFC36: String """User defined character field.""" uDFC37: String """User defined character field.""" uDFC38: String """User defined character field.""" uDFC39: String """User defined character field.""" uDFC40: String """User defined date field.""" uDFD01: Date """User defined date field.""" uDFD02: Date """User defined date field.""" uDFD03: Date """User defined date field.""" uDFD04: Date """User defined date field.""" uDFD05: Date """User defined date field.""" uDFD06: Date """User defined date field.""" uDFD07: Date """User defined date field.""" uDFD08: Date """User defined date field.""" uDFD09: Date """User defined date field.""" uDFD10: Date """User defined date field.""" uDFD11: Date """User defined date field.""" uDFD12: Date """User defined date field.""" uDFD13: Date """User defined date field.""" uDFD14: Date """User defined date field.""" uDFD15: Date """User defined date field.""" uDFD16: Date """User defined date field.""" uDFD17: Date """User defined date field.""" uDFD18: Date """User defined date field.""" uDFD19: Date """User defined date field.""" uDFD20: Date """User defined number field.""" uDFN01: Float """User defined number field.""" uDFN02: Float """User defined number field.""" uDFN03: Float """User defined number field.""" uDFN04: Float """User defined number field.""" uDFN05: Float """User defined number field.""" uDFN06: Float """User defined number field.""" uDFN07: Float """User defined number field.""" uDFN08: Float """User defined number field.""" uDFN09: Float """User defined number field.""" uDFN10: Float """User defined number field.""" uDFN11: Float """User defined number field.""" uDFN12: Float """User defined number field.""" uDFN13: Float """User defined number field.""" uDFN14: Float """User defined number field.""" uDFN15: Float """User defined number field.""" uDFN16: Float """User defined number field.""" uDFN17: Float """User defined number field.""" uDFN18: Float """User defined number field.""" uDFN19: Float """User defined number field.""" uDFN20: Float """User defined number field.""" uDFN21: Float """User defined number field.""" uDFN22: Float """User defined number field.""" uDFN23: Float """User defined number field.""" uDFN24: Float """User defined number field.""" uDFN25: Float """User defined number field.""" uDFN26: Float """User defined number field.""" uDFN27: Float """User defined number field.""" uDFN28: Float """User defined number field.""" uDFN29: Float """User defined number field.""" uDFN30: Float """User defined number field.""" uDFN31: Float """User defined number field.""" uDFN32: Float """User defined number field.""" uDFN33: Float """User defined number field.""" uDFN34: Float """User defined number field.""" uDFN35: Float """User defined number field.""" uDFN36: Float """User defined number field.""" uDFN37: Float """User defined number field.""" uDFN38: Float """User defined number field.""" uDFN39: Float """User defined number field.""" uDFN40: Float """The date the record was modified""" updateDate: DateTime """The last date this record's fax # was updated.""" updateFaxDate: Date """The user that modified the record""" updateUser: String """Date on which the record is uploaded to laptop.""" uploadDate: Date """VIP Status of the Individual.""" vIPCode: String """The description of this value.""" vIPDescription: String """The Oracle Financials vendor id for this record. Used with the Oracle Financials A/P interface.""" vendorId: Float """The Oracle Financial vendor site id for this record. Used with the Oracle Financials A/P interface.""" vendorSiteId: Float """Not Used.""" vipAuthorization: String """Country Specific Requirement for Nigeria.""" visaValidityType: String """Xdisplay Name""" xdisplayName: String """Extended Byte middle name.""" xmiddleName: String } type FinancialTransactionDetailsExtendedPayeeProfileDetailsType { """The primary key for this table.""" guestProfileID: Float """Account number.""" aRNumber: String """Account Receivable No. of this profile.""" aRNumberCentral: String """Indicates if a Credit Limit amount on Profile level will be required.""" aRCreditLimitYN: String """The ARC mailing flag (received from ARC Update program)""" aRCMailFlag: String """The ARC office type (received from ARC Update program)""" aRCOfficeType: String """The date this record was last updated by the ARC update program.""" aRCUpdateDate: Date """Billing contact person in company.""" accountBillingContact: String """Used in S&C Module.""" accountSource: String """Account Type of this Profile""" accountType: String """The description of this value.""" accountTypeDescription: String """The description of this value.""" accountsourceDesc: String """Mailing action codes.""" actionCode: String """Profile is active or not.""" activeYN: String """The first line of street address.""" address1: String """The second line of street address.""" address2: String """The third line of street address.""" address3: String """The fourth line of street address.""" address4: String """The primary key for this table.""" addressId: Float """Description for each language code.""" addressLangCodeDesc: String """Address Language Code""" addressLanguageCode: String """The type of address.""" addressType: String """Country Specific Requirement for Nigeria.""" alienRegistrationNo: String """All Resorts""" allResorts: String """Field which stores the multibyte envelop greeting used in S&C""" alternateEnvelopeGreeting: String """The Extended Byte Language of the Profile.""" alternateLanguage: String """Description for each language code.""" alternateLanguageDescription: String """Alternate Salutation""" alternateSalutation: String """Auto-Enroll Member YN""" autoEnrollMemberYN: String """Does profile have Availability Override Y/N""" availabilityOverride: String """The billing code for this name record.""" billingCode: String """Billing Instruction""" billingInstruction: String """For tour operators the type of billing profile for this name.""" billingProfileCode: String """Country of Birth""" birthCountry: String """Date of Birth of the Individual Profiles.""" birthDate: Date """Stores the encrypted birth date.""" birthDateStr: String """Place of Birth""" birthPlace: String """Any Message for the Restricted profile.""" blMsg: String """Used in S&C Module.""" businessSegment: String """The description of this value.""" businessSegmentDescription: String """The business title for this individual.""" businessTitle: String """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Profile Credit Limit""" cProfileCreditLimit: Float """This is a name_id (Profile number) of profiles that exist in a Central database in a typical CRS environment.""" cRSNameid: Float """This field tells whether this profile is a credit card profile or not.""" ccProfileYn: String """Central Account Type""" centralAccountType: String """Central Business Segment""" centralBusinessSegment: String """Central Business Segment Description""" centralBusinessSegmentDescription: String """Central Corporate ID Type""" centralCorporateIDType: String """The keyword to search on.""" centralDefaultKeyword: String """Central Guest Title Code""" centralGuestTitleCode: String """Central Inactive Reason""" centralInactiveReason: String """Central Inactive Reason Description""" centralInactiveReasonDescription: String """Central Mail Action Description""" centralMailActionDescription: String """Central Mailing Action Code""" centralMailingActionCode: String """Central Priority""" centralPriority: String """Central State Code""" centralStateCode: String """Central Territory""" centralTerritory: String """Central VIP Code""" centralVIPCode: String """Central VIP Description""" centralVIPDescription: String """Chain Code""" chainCode: String """The city for this address.""" city: String """The unique key of this name stores IATA# Company # etc.""" clientID: String """The user that has been assigned to this account for collections.""" collectionUserId: Float """Combined Name""" combinedName: String """This flag will be used in case Profiles are being controlled Centrally (CRS).""" commPayCentral: String """Not Used.""" comments: String """Commission Code for the Commission Percentage.""" commissionCode: String """Code for the commission for Travel Agent""" commissionCodes: String """Comm Curr ID""" commissionCurrencyId: String """Commission Code for the Commission Percentage.""" commissionid: String """Role in which this phone type belongs to.""" communicationRole1: String """Role in which this phone type belongs to.""" communicationRole2: String """Role in which this phone type belongs to.""" communicationRole3: String """The type of this phone number.""" communicationType1: String """The type of this phone number.""" communicationType2: String """The type of this phone number.""" communicationType3: String """The phone number for this record""" communicationValue1: String """The phone number for this record""" communicationValue2: String """The phone number for this record""" communicationValue3: String """Extended Byte Company Name""" companyAlternate: String """The company group or company group user ID in hierarchical format""" companyGroupId: String """Not used.""" companyNameId: Float """Competaion code .""" competition: String """The description of this value.""" competitionDesc: String """Used in S&C Module.""" contactYN: String """Group Contract number.""" contractNo: String """The date the group contract was received.""" contractRecvDate: Date """Corp Type Description""" corpTypeDesc: String """Specified whether Name_Code column has Company # or IATA #. For Company # the value will beCOMP and for IATA # the Value of this column will be IATA.""" corporateIDType: String """Country name.""" country: String """Country .""" countryCode: String """The user that created the record""" createdByUser: String """The date the record was created""" createdOnDate: DateTime """Credit rating.""" creditRating: String """Currency Code""" currencyCode: String """Currency Symbol like $ or EURO symbol""" currencySymbol: String """Double Opt In for AUTOENROLL_MEMBER_YN""" dOptInAutoenrollMemberFlg: String """Double Opt In for EMAIL_YN""" dOptInEmailFlg: String """Double Opt In for GUEST_PRIV_YN""" dOptInGuestPrivFlg: String """Double Opt In for MAIL_LIST""" dOptInMailListFlg: String """Double Opt In for MARKET_RESEARCH_YN""" dOptInMarketResearchFlg: String """Double Opt In for PHONE_YN""" dOptInPhoneFlg: String """Double Opt In for SMS_YN""" dOptInSmsFlg: String """Double Opt In for THIRD_PARTY_YN""" dOptInThirdPartyFlg: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Debtor Name""" debtorName: String """The number of digits after the decimal to allow for this currency.""" decimalPositions: Float """The keyword to search on.""" defaultKeyword: String """Deleted Flag""" deletedFlag: String """Used in S&C Module.""" department: String """Used in S&C Module.""" deptId: String """Used in QMS Module""" description: String """Direct Bill Batch Type""" directBillBatchType: String """Display Name""" displayName: String """Date on which the record is downloaded to laptop.""" downloadDate: Date """REsort name which has downloaded on the laptop.""" downloadResort: String """Owner of the record who downloaded on to laptop.""" downloadSrep: Float """The date when the E-Invoice liable flag was updated for this profile.""" eInvLiableLastUpdated: DateTime """Turkey Country requirement: Indicated if this profile e-Invoice liable. Folios generated for this profile will be directly sent to an external system.""" eInvoiceLiableYn: String """The phone number for this record""" email: String """Email YN""" emailYN: String """Field which stores the envelop greeting used in S&C""" envelopeGreeting: String """External Display Name""" externalDisplayName: String """The first name of an individual.""" externalFirstName: String """External ID used for V6 Interface stores the PMS guest number""" externalId: String """The last name of the individual profile.""" externalName: String """Not Used.""" externalReferenceRequ: String """During the booking process is the user required to enter the tour operator or TA record locator.""" externalReferenceRequired: String """Membership Card Number.""" fMembershipCardNumbers: String """Descripion of membership class""" fMembershipClassDesc: String """F Membership Classes""" fMembershipClasses: String """F Membership Codes""" fMembershipCodes: String """F Membership Descriptions""" fMembershipDescriptions: String """Primary Key for this table.""" fMembershipIds: String """Type of the Membership.""" fMembershipType: String """The ID of the external Database.""" fSubscriptionDb: String """The ID of the external Database.""" fSubscriptionYn: String """The phone number for this record""" faxNumber: String """The first name of an individual name.""" firstName: String """First Name Alternate""" firstNameAlternate: String """The keyword to search on.""" firstNameIncognito: String """The follow on for this individual (I.E: III etc).""" followOn: String """The name as communicated from the GDS. system. Filled on names that are created during the booking.""" gDSName: String """Not used.""" gDSTransactionNo: String """Indicates gender of Individual profile. Either (M)ale or F(emale)""" gender: String """Not used.""" geographicRegion: String """Not used.""" guestClassification: String """Country name.""" guestCountry: String """Currency code for the Commission payment.""" guestCurrencyCode: String """Description for each language code.""" guestLanguageCode: String """The last name of the individual Profile and Search name ofr the other Types of Profiles (Group Travel Agent & Source) are stored in this column.""" guestLastName: String """The middle name of this individual.""" guestMiddleName: String """Guest Name Suffix""" guestNameSuffix: String """Guest Privilege YN""" guestPrivilegeYN: String """The title of the individual.""" guestTitleCode: String """Has Requested Mail YN""" hasRequestedMailYN: String """Keep guest in history Y/N""" historyYN: String """Hold code for the Commission handling purposes.""" holdCode: String """Consortia for the IATA number.""" iataConsortia: String """The country where ID was issued""" idCountry: String """Issued date of Identification""" idDate: Date """This will store the value of LINKED_ATTACHMENTS.ATTACH_ID (Which maps to the physical table WORK_ORDERS.WO_NUMBER)""" idDocumentAttachId: Float """The place where ID was issued""" idPlace: String """Identification Type. Eg Passport Driving License etc""" idType: String """Country Specific Requirement for Nigeria.""" immigrationStatus: String """The date the record was marked as inactive""" inactiveDate: DateTime """Inactive Flag""" inactiveFlag: String """Reason why record was inactivated.""" inactiveReason: String """The description of this value.""" inactiveReasonDescription: String """Include travel agents/sources profile in 1099 reporting ?Y/N""" includeInTax1099Yn: String """Index Name""" indexName: String """The Industry this profile belongs to. Used only for the Non-Individual Profiles.""" industryCode: String """The description of this value.""" industryDesc: String """Used in S&C Module.""" influence: String """The description of this value.""" influenceDesc: String """Interest Code.""" interest: String """Indicates that this profile should be generating an internal bill instead of a regular bill during settlement.""" internalBillYn: String """Deleted Flag""" internalDeletedflag: String """Inactive Flag""" internalInactiveflag: String """Organization ID""" internalOrganizationId: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Primary language used for the profile.""" languageCode: String """Code to synchronize to Laptop values are 012.""" laptopChange: Float """Last Group""" lastGroup: String """Last Name Alternate""" lastNameAlternate: String """The keyword to search on.""" lastNameIncognito: String """Last Rate""" lastRate: Float """Last Rate Code""" lastRateCode: String """The room that is booked for this reservation leg.""" lastRoom: String """Last Room Property""" lastRoomProperty: String """Last Source""" lastSource: String """This contains the truncated component of end_date (i.e without timecomponent)""" lastStay: Date """Last property that updated this record.""" lastUpdatedResort: String """The legal company name for this company.""" legalCompany: String """Used in S&C Module.""" letterGreeting: String """The description of this value.""" mailActionDescription: String """This indicates whether the mailing list must be sent to the guest.""" mailList: String """The type of mail this user should be sent.""" mailType: String """Mailing action codes.""" mailingActionCode: String """Market Research YN""" marketResearchYN: String """Is this account a master account (Y/N)?""" masterAccountYn: String """Not used.""" nameTaxType: String """The type of Profile.""" nameType: String """The description of this value.""" nameTypeDescription: String """Not Used.""" name2: String """Not used.""" name3: String """Nationality""" nationality: String """Nationality of the individual.""" nationalityCode: String """The rate code for which this record applies.""" negotiatedRateCodes: String """This is a begin_date with no time component.""" nextStay: Date """The nickname of this individual.""" nickname: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Stores the original NAME_ID prior to a migration.""" origNameId: Float """Number of days a payment is due for the account.""" paymentDueDays: Float """The phone number for this record""" phone: String """The phone number for this record""" phoneWeb: String """Phone YN""" phoneYN: String """The postal code of this address.""" postalCode: String """City Extension mainly used for UK addresses.""" postalCodeExtension: String """Preferred Room Number""" preferredRoomNo: String """Not used.""" primaryAddressId: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Not Used.""" primaryNameId: Float """Primary Owner""" primaryOwner: String """Primary Owner Code""" primaryOwnerCode: String """Not used.""" primaryPhoneId: Float """Priority of the account""" priority: String """The description of this value.""" priorityDesc: String """Profile privacy flag determine if the profile is marked as private for a property.""" privacyFlagYN: String """Preference Code. Part of the Primary Key.""" productInterest: String """The profession of the Individual""" profession: String """Credit Limit amount for all AR accounts created in different properties for this profile.""" profileCreditLimit: Float """The primary key for this table.""" profileId: Float """The type of Profile.""" profileType: String """Resort for which Job is registered.""" propertyRegistered: String """Protected""" protected: String """Psuedo Profile Y/N""" psuedoProfileYn: String """The default rate structure for this name.""" rateStructure: String """The region for this name.""" region: String """The region for this name.""" regionid: String """Reporting Account Type Description""" repAccountTypeDescription: String """Reporting Accountsource""" repAccountsource: String """Reporting Accountsource Desc""" repAccountsourceDescription: String """Reporting Competition Code""" repCompetitionCode: String """Reporting Competition Desc""" repCompetitionDescription: String """Reporting Corp Type Desc""" repCorpTypeDescription: String """Reporting Industry Code""" repIndustryCode: String """Reporting Industry Desc""" repIndustryDescription: String """Reporting Influence""" repInfluence: String """Reporting Influence Desc""" repInfluenceDescription: String """Reporting Name Type""" repNameType: String """Reporting Name Type Description""" repNameTypeDescription: String """Rep Nationality Code""" repNationalityCode: String """Rep Nationality Description""" repNationalityDescription: String """Reporting Priority Desc""" repPriorityDescription: String """Reporting Rooms Potential""" repRoomsPotential: String """Reporting Rooms Potential Desc""" repRoomsPotentialDescription: String """Reporting Scope""" repScope: String """Reporting Scope City""" repScopeCity: String """Reporting Scope City Desc""" repScopeCityDescription: String """Reporting Scope Desc""" repScopeDescription: String """Reporting State Desc""" repStateDescription: String """Reporting Tax Type Desc""" repTaxTypeDescription: String """Reporting Territory Desc""" repTerritoryDescription: String """Reporting Title Name""" repTitleName: String """The primary membership # for this guest.""" repeatGuestId: String """User option to replace address in ORS with one from PMS.""" replaceAddress: String """This column store the Name of the Company Profiles.""" requestType: String """Normal Restricted and Cash Only informations are stored in this column.""" restricted: String """The description of this value.""" restrictedRule: String """Reservation Contact person.""" resvContact: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Potential no of rooms per year for a account""" roomsPotential: String """The description of this value.""" roomsPotentialDesc: String """Use this alert to text a notification.""" sMSYN: String """Salutation Greeting""" salutation: String """Scope of the account""" scope: String """Scope City""" scopeCity: String """The description of this value.""" scopeCityDesc: String """The description of this value.""" scopeDesc: String """The Uppercase value of Last or Company.""" searchName: String """Internal Indexed field for Searching by Extended Byte Name.""" searchNameAlternate: String """Uppercase value of First Name.""" sfirst: String """The soundex value for this company record. Used for performance reasons when finding a name based on the Sounds.""" soundExCompany: String """The soundex value for this individual record. Used for performance reasons when finding a name based on the sounds.""" soundExLast: String """Used in QMS Module""" srepCode: String """The state of this address.""" state: String """State Code""" stateCode: String """Description of the state.""" stateDescription: String """Summary Reference Currency for the Folio Generation.""" summRefCc: String """Summary Reference Currency for the Folio Generation.""" summRefCurrencyId: String """Used in Oracle Text Index.""" superSearchIndexText: String """Internal Indexed field for Searching by Extended Byte First Name.""" sxfirstName: String """Tax Category""" taxCategory: String """Not used.""" taxExemptStatus: String """The tax id of this name. Usually issued by a government agency. Used by 1099 printing.""" taxID1: String """Tax No""" taxID2: String """Tax Office Name""" taxOffice: String """Tax Type""" taxType: String """TERRITORY of a account""" territory: String """The description of this value.""" territoryDesc: String """Third Party YN""" thirdPartyYN: String """Title Alternate""" titleAlternate: String """The description of this value.""" titleName: String """Stores the suffix value of the selected title code. This will be used for Processing to External System.""" titleSuffix: Float """Sum of total number of stays on stay records for the time period.""" totalStay: Float """The type of tour operator. Only valid for tour operators/wholesalers.""" tourOperatorType: String """Code to Trace a record for all Triggered actions.""" traceCode: String """Description""" tracecodeDesc: String """What type of 1099 is issued to this name.""" typeOfTax1099: String """User defined character field.""" uDFC01: String """User defined character field.""" uDFC02: String """User defined character field.""" uDFC03: String """User defined character field.""" uDFC04: String """User defined character field.""" uDFC05: String """User defined character field.""" uDFC06: String """User defined character field.""" uDFC07: String """User defined character field.""" uDFC08: String """User defined character field.""" uDFC09: String """User defined character field.""" uDFC10: String """User defined character field.""" uDFC11: String """User defined character field.""" uDFC12: String """User defined character field.""" uDFC13: String """User defined character field.""" uDFC14: String """User defined character field.""" uDFC15: String """User defined character field.""" uDFC16: String """User defined character field.""" uDFC17: String """User defined character field.""" uDFC18: String """User defined character field.""" uDFC19: String """User defined character field.""" uDFC20: String """User defined character field.""" uDFC21: String """User defined character field.""" uDFC22: String """User defined character field.""" uDFC23: String """User defined character field.""" uDFC24: String """User defined character field.""" uDFC25: String """User defined character field.""" uDFC26: String """User defined character field.""" uDFC27: String """User defined character field.""" uDFC28: String """User defined character field.""" uDFC29: String """User defined character field.""" uDFC30: String """User defined character field.""" uDFC31: String """User defined character field.""" uDFC32: String """User defined character field.""" uDFC33: String """User defined character field.""" uDFC34: String """User defined character field.""" uDFC35: String """User defined character field.""" uDFC36: String """User defined character field.""" uDFC37: String """User defined character field.""" uDFC38: String """User defined character field.""" uDFC39: String """User defined character field.""" uDFC40: String """User defined date field.""" uDFD01: Date """User defined date field.""" uDFD02: Date """User defined date field.""" uDFD03: Date """User defined date field.""" uDFD04: Date """User defined date field.""" uDFD05: Date """User defined date field.""" uDFD06: Date """User defined date field.""" uDFD07: Date """User defined date field.""" uDFD08: Date """User defined date field.""" uDFD09: Date """User defined date field.""" uDFD10: Date """User defined date field.""" uDFD11: Date """User defined date field.""" uDFD12: Date """User defined date field.""" uDFD13: Date """User defined date field.""" uDFD14: Date """User defined date field.""" uDFD15: Date """User defined date field.""" uDFD16: Date """User defined date field.""" uDFD17: Date """User defined date field.""" uDFD18: Date """User defined date field.""" uDFD19: Date """User defined date field.""" uDFD20: Date """User defined number field.""" uDFN01: Float """User defined number field.""" uDFN02: Float """User defined number field.""" uDFN03: Float """User defined number field.""" uDFN04: Float """User defined number field.""" uDFN05: Float """User defined number field.""" uDFN06: Float """User defined number field.""" uDFN07: Float """User defined number field.""" uDFN08: Float """User defined number field.""" uDFN09: Float """User defined number field.""" uDFN10: Float """User defined number field.""" uDFN11: Float """User defined number field.""" uDFN12: Float """User defined number field.""" uDFN13: Float """User defined number field.""" uDFN14: Float """User defined number field.""" uDFN15: Float """User defined number field.""" uDFN16: Float """User defined number field.""" uDFN17: Float """User defined number field.""" uDFN18: Float """User defined number field.""" uDFN19: Float """User defined number field.""" uDFN20: Float """User defined number field.""" uDFN21: Float """User defined number field.""" uDFN22: Float """User defined number field.""" uDFN23: Float """User defined number field.""" uDFN24: Float """User defined number field.""" uDFN25: Float """User defined number field.""" uDFN26: Float """User defined number field.""" uDFN27: Float """User defined number field.""" uDFN28: Float """User defined number field.""" uDFN29: Float """User defined number field.""" uDFN30: Float """User defined number field.""" uDFN31: Float """User defined number field.""" uDFN32: Float """User defined number field.""" uDFN33: Float """User defined number field.""" uDFN34: Float """User defined number field.""" uDFN35: Float """User defined number field.""" uDFN36: Float """User defined number field.""" uDFN37: Float """User defined number field.""" uDFN38: Float """User defined number field.""" uDFN39: Float """User defined number field.""" uDFN40: Float """The date the record was modified""" updateDate: DateTime """The last date this record's fax # was updated.""" updateFaxDate: Date """The user that modified the record""" updateUser: String """Date on which the record is uploaded to laptop.""" uploadDate: Date """VIP Status of the Individual.""" vIPCode: String """The description of this value.""" vIPDescription: String """The Oracle Financials vendor id for this record. Used with the Oracle Financials A/P interface.""" vendorId: Float """The Oracle Financial vendor site id for this record. Used with the Oracle Financials A/P interface.""" vendorSiteId: Float """Not Used.""" vipAuthorization: String """Country Specific Requirement for Nigeria.""" visaValidityType: String """Xdisplay Name""" xdisplayName: String """Extended Byte middle name.""" xmiddleName: String } type FinancialTransactionDetailsExtendedPayeeAddressDetailsType { """The first line of street address.""" address1: String """The second line of street address.""" address2: String """The third line of street address.""" address3: String """The fourth line of street address.""" address4: String """The primary key for this table.""" addressID: Float """Address Language""" addressLanguage: String """Description for each language code.""" addressLanguageDescription: String """The type of address.""" addressType: String """The description of this value.""" addressTypeDesc: String """The postal barcode for the address.""" barcode: String """Not used.""" beginDate: Date """Central State""" centralState: String """Central State Description""" centralStateDescription: String """The Chain code of the chain for which this record belongs to.""" chainCode: String """The city for this address.""" city: String """The Timestamp when this record was cleansed.""" cleansedDatetime: DateTime """The error message why this record was not cleansed.""" cleansedErrormsg: String """Specifies how the address elements match with the postal reference data.""" cleansedMatchstatus: String """Status of Address Cleansing. Null = Record is not cleansed. C = Cleansed. F = Failure.""" cleansedStatus: String """Validation Status as returned by the Address Cleansing System.""" cleansedValidationstatus: String """The unique key of this name stores IATA# Company # etc.""" clientID: String """Country .""" countryCode: String """Country name.""" countryDescription: String """The user that created the record""" createdByUser: Float """The date the record was created""" createdOnDate: DateTime """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Y/n""" deletedYN: String """Not used.""" endDate: Date """The first name of an individual name.""" firstName: String """Not used.""" foreignCountry: String """Not used.""" inCareOf: String """The date the record was marked as inactive""" inactiveDate: DateTime """Inactive Y/n""" inactiveYN: String """Organization ID""" internalOrganizationId: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Code to synchronize with Laptop. (not used)""" laptopChange: Float """Last property that updated this record.""" lastUpdatedResort: String """Name""" name: String """Internal ID to uniquely identify the Organization""" organizationID: Float """The postal code of this address.""" postalCode: String """City Extension mainly used for UK addresses.""" postalCodeExtension: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Profile having Multiple Addresses Need to have one Primary Address for each Type.""" primaryYN: String """The primary key for this table.""" profileAddressId: Float """The reference to the NAME record that owns this address.""" profileId: Float """The reference to the NAME record that owns this address.""" profileIdx: Float """Province.""" province: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """State""" state: String """The state of this address.""" stateCode: String """The date the record was modified""" updateDate: DateTime """The user that modified the record""" updateUser: Float } type FinancialTransactionDetailsExtendedToReservationDetailsType { """Indicates whether a prorated amount should be used for an Apartment Style Billing rate.""" aSBProratedYn: String """Accompanied YN""" accompaniedYN: String """Accompanying guest names.""" accompanyingName: String """Actual Check In Date Time""" actualCheckInDateTime: DateTime """Actual Check Out Date Time""" actualCheckOutDateTime: DateTime """Actual Check-In Date""" actualCheckInDate: Date """Actual Check-In Time""" actualCheckInTime: String """Actual Check-Out Date""" actualCheckOutDate: Date """Actual Check-Out Time""" actualCheckOutTime: String """Address ID""" addressId: Float """Addressee Name ID""" addresseeNameId: Float """Adults""" adults: Float """Adults Tax Free""" adultsTaxFree: Float """Indicates if the reservation has performed an Advance Check In.""" advanceCheckedInYn: String """Agencyprofileid""" agencyprofileid: Float """Indicates whether the room type inventory was taken from the allotment or House availabilty.""" allotmentRecordType: String """Block ID""" allotmentid: Float """SPG - Indicates if this stay is eligible for an Amenity.""" amenityEligibleYn: String """Amenity Level Code""" amenityLevelCode: String """Amount Percent""" amountPercent: Float """Approval Amount""" approvalAmount: Float """Approval Amount Calc Method""" approvalAmountCalcMethod: Float """Approval Code""" approvalCode: String """Arrival Comments""" arrivalComments: String """Arrival Date""" arrivalDate: Date """Arrival Date Time""" arrivalDateTime: DateTime """Arrival Estimate Time""" arrivalEstimateTime: Date """Activity begin time""" arrivalTime: String """Arrivaltransportid""" arrivaltransportid: String """Attached Date""" attachedDate: Date """Not used.""" authorizedBillingYN: String """This stores the pmsp.logged_uid who authorizes the direct bill""" authorizedBy: Float """Authorizer ID""" authorizerId: Float """Auto Checkin Y/N""" autoCheckinYn: String """Activates auto population of routing instructions.""" autoPopulateRoutingYn: String """Auto Settle Days""" autoSettleDays: Float """Auto Settle Type""" autoSettleType: String """Auto Settle YN""" autoSettleYN: String """Award Code""" awardCode: String """Award code 1""" awardCode1: String """Award code 2""" awardCode2: String """Award code 3""" awardCode3: String """Award Code 4""" awardCode4: String """Award code 5""" awardCode5: String """Award Membership ID""" awardMembershipID: Float """Award Voucher number 1""" awardVoucher1: String """Award Voucher number 2""" awardVoucher2: String """Award Voucher number 3""" awardVoucher3: String """Award Voucher number 4""" awardVoucher4: String """Award Voucher number 5""" awardVoucher5: String """Room Type before the Upgrade Award""" awdUpgrFrom: String """Room Type after the Upgrade Award""" awdUpgrTo: String """Back To Back YN""" backToBackYN: String """Balance on the account.""" balance: Float """Base Rate Amount""" baseRateAmount: Float """Base Rate Code""" baseRateCode: String """Base Rate Currency Code""" baseRateCurrencyCode: String """Based On Rule""" basedOnRule: String """Baseratecurrencyid""" baseratecurrencyid: String """Begin City""" beginCity: String """Begin Datetime""" beginDatetime: DateTime """Begin District""" beginDistrict: String """Begin State""" beginState: String """Stores the actual guest check in date and time.""" beginSystemDateTime: DateTime """Bill Number""" billNumber: String """Billing Contact""" billingContact: String """Billing Contact Display Name""" billingContactDisplayName: String """Billing Contact ID""" billingContactId: Float """Billing Contact Name""" billingContactName: String """Billing Contact Profile ID""" billingcontactprofileid: Float """Block Code""" blockCode: String """Block Create Date""" blockCreateDate: DateTime """Block ID""" blockID: Float """Block Name""" blockName: String """Property this block belongs to.""" blockResort: String """Block Status""" blockStatus: String """Bonus Check ID""" bonusCheckId: Float """Booked Room Category""" bookedRoomCategory: String """Bookedroomcategoryid""" bookedroomcategoryid: String """Business Date Created""" businessDateCreated: Date """Business Datetime Created""" businessDatetimeCreated: DateTime """Bxgy Discount Y/N""" bxgyDiscountYn: String """Central Auto Post Amount""" cAutoPostAmount: Float """Central Base Rate Amount""" cBaseRateAmount: Float """C Discount Amount""" cDiscountAmount: Float """C Discount Amt""" cDiscountAmt: Float """C Effective Rate Amount""" cEffectiveRateAmount: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Fixed Charge""" cFixedCharge: Float """Central Gross Rate Amt""" cGrossRateAmount: Float """Central Local Base Rate Amount""" cLocalBaseRateAmount: Float """Central Net Room Amt""" cNetRoomAmount: Float """Central Original Base Rate""" cOriginalBaseRate: Float """Central Pkg Amt""" cPackageAmount: Float """Central Pkg Tax""" cPackageTax: Float """C Rate Amount""" cRateAmount: Float """Central Room Cost""" cRoomCost: Float """Central Room Tax""" cRoomTax: Float """Central Share Amount Original""" cShareAmountOriginal: Float """Central Upsell Charge""" cUpsellCharge: Float """Cancel Date""" cancelDate: Date """Cancel Reason""" cancelReason: String """Cancel Time""" cancelTime: String """Cancellation Date""" cancellationDate: DateTime """Cancellation Datetime""" cancellationDatetime: DateTime """Cancellation Number""" cancellationNumber: String """Cancellation Reason Description""" cancellationReasonDescription: String """Cancellationreasonid""" cancellationreasonid: String """The user who canceled this Reservation.""" cancelledBy: String """Card Number by Membership Class""" cardNumberByMembershipClass: String """Card Number by Membership Type""" cardNumberByMembershipType: String """Central Approval Amount""" centralApprovalAmount: Float """Central Cancel Reason""" centralCancelReason: String """Central Commission Code""" centralCommissionCode: String """Central Commission Description""" centralCommissionDescription: String """Central Credit Limit""" centralCreditLimit: Float """Central Discount Reason""" centralDiscountReason: String """Central Discount Reason Description""" centralDiscountReasonDescription: String """Central FB Revenue""" centralFBRevenue: Float """Central Guest Type""" centralGuestType: String """Central Hurdle""" centralHurdle: Float """Central Package Code""" centralPackageCode: String """Central Package Code Description""" centralPackageCodeDescription: String """Central Package Forecast Group""" centralPackageForecastGroup: String """Central Package Forecast Group Description""" centralPackageForecastGroupDescription: String """Central Payment Amount""" centralPaymentAmount: Float """Central Projected FB Revenue""" centralProjectedFBRevenue: Float """Central Projected Room Revenue""" centralProjectedRoomRevenue: Float """Central Projected Total Revenue""" centralProjectedTotalRevenue: Float """Central Promotion Description""" centralPromotionDescription: String """Central Rateable Value""" centralRateableValue: Float """Central Reservation Type""" centralReservationType: String """Central Reservation Type Description""" centralReservationTypeDescription: String """Central Room Revenue""" centralRoomRevenue: Float """Central Room Type Code""" centralRoomTypeCode: String """Central Room Type Description""" centralRoomTypeDescription: String """Central Room Type To Charge Code""" centralRoomTypeToChargeCode: String """Central Room Type to Charge Description""" centralRoomTypeToChargeDescription: String """Central Shared Room Rate""" centralSharedRoomRate: Float """Central Special Request Description""" centralSpecialRequestDescription: String """Central Tax Type""" centralTaxType: String """Central Tax Type Description""" centralTaxTypeDescription: String """Central Total Cost of Stay""" centralTotalCostOfStay: Float """Central Total Revenue""" centralTotalRevenue: Float """Central Total Room Rate""" centralTotalRoomRate: Float """Central Waitlist Priority""" centralWaitlistPriority: String """Central Waitlist Priority Description""" centralWaitlistPriorityDescription: String """Central Waitlist Reason""" centralWaitlistReason: String """Central Waitlist Reason Description""" centralWaitlistReasonDescription: String """Channel Description""" channelDescription: String """Channel Order By""" channelOrderBy: Float """Channelid""" channelid: String """Check In Initiated By""" checkInInitiatedBy: String """Duration in seconds to complete Check-In""" checkinDuration: Float """Child Bucket 1""" childBucket1: Float """Child Bucket 4""" childBucket4: Float """Child Bucket 5""" childBucket5: Float """Children""" children: Float """Children Age Group 2)""" childrenAgeGroup2: Float """Children Age Group 3)""" childrenAgeGroup3: Float """Children Ages""" childrenAges: String """Commission Code""" commissionCode: String """Commission Description""" commissionDescription: String """Commission Hold Code""" commissionHoldCode: String """Commission Paid""" commissionPaid: Float """Indicates to whom the commission will be paid: NULL T (Travel Agent) S (Source) and B (Both).""" commissionPayoutTo: String """Commissionable YN""" commissionableYN: String """Commissionid""" commissionid: String """Comp House""" compHouse: String """Comp Type Code""" compTypeCode: String """Company City""" companyCity: String """Company Country""" companyCountry: String """Company ID""" companyID: Float """Company Name""" companyName: String """Company Profile Corporate ID""" companyProfileCorporateID: String """Company Profile ID""" companyProfileID: Float """Complimentary YN""" complimentaryYN: String """Compreasonid""" compreasonid: String """Calculated reservation status.""" computedResvStatus: String """Confirmation Leg Number.""" confirmationLegNumber: Float """Shared Confirmation Number""" confirmationNo: String """Consumer Y/N""" consumerYn: String """Contact Name; UDFC02 on reservation.""" contactName: String """Contact Profile ID""" contactProfileID: Float """Contact Profile Name""" contactProfileName: String """The name of the user who created the record.""" createdBy: String """Created By Default Property""" createdByDefaultResort: String """Created Date""" createdDate: Date """Refer to the same column name in the table IFC_WAKE""" createdTime: String """Credit Card Auth Date""" creditCardAuthDate: Date """Credit Card ID""" creditCardId: Float """Credit Limit""" creditLimit: Float """Indicates if the reservation has opted-in for auto payment when credit limit overage is detected.""" creditLimitAutoPayAllowYn: String """Cribs""" cribs: Float """Currency Code""" currencyCode: String """Custom Reference Number""" customReferenceNumber: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Country Specific Requirement for Nigeria.""" dateOfArrivalInCountry: Date """Deleted Flag""" deletedFlag: String """Departtransportid""" departtransportid: String """Departure Comments""" departureComments: String """Departure Date""" departureDate: Date """Departure Date Time""" departureDateTime: Date """Departure Time""" departureTime: String """Departure Transport Code""" departureTransportCode: String """Departure Transportation YN""" departureTransportationYN: String """Stores the Deposit maturity preference.""" depositMaturityType: String """Detatched Date""" detatchedDate: Date """Detatched YN""" detatchedYN: String """Direct Bill Verify Response""" directBillVerifyResponse: String """Directbillauthby""" directbillauthby: Float """Discount Amount""" discountAmount: Float """Discount Amount""" discountAmt: Float """Discount Percentage.""" discountPercent: Float """Discount Prcnt""" discountPrcnt: Float """Discount Reason""" discountReason: String """Discount Reason Description""" discountReasonDescription: String """Discountreasonid""" discountreasonid: String """Display Color""" displayColor: String """Dml Sequence No""" dmlSeqNumber: Float """Do Not Move Room""" doNotMoveRoom: String """Do not move room flag.""" doNotMoveYN: String """Drop Off Carrier Code""" dropOffCarrierCode: String """Drop Off Date""" dropOffDate: Date """Drop Off Station""" dropOffStation: String """Drop Off Time""" dropOffTime: String """Drop Off Type""" dropOffType: String """Drop Off Type Description""" dropOffTypeDescription: String """Comments related to Estimated Time of Return.""" eTRComments: String """Not used.""" effectiveRateAmount: Float """Indicates if the reservation is eligible to receive room upgrades. Controlled by Central System.""" eligibleForUpgradeYn: String """Email Address""" emailAddress: String """Email Folio Y/N""" emailFolioYn: String """Email ID""" emailId: Float """Email Y/N""" emailYn: String """End City""" endCity: String """End Datetime""" endDatetime: DateTime """End District""" endDistrict: String """End State""" endState: String """Endbusinessdate""" endbusinessdate: Date """Entry Date into the country. (Croatian Requirements)""" entryDate: Date """(Customized) Entry point into the country. (Croatian Requirements)""" entryPoint: String """Name of file that contains the electronically signed registration card.""" esignedRegCardName: String """Estimated Departure Time""" estimatedDepartureTime: Date """Event ID""" eventId: Float """Exchange Posting Type""" exchangePostingType: String """Exchange Rate""" exchangeRate: Float """Exclude From Auto Authorization YN""" excludeFromAutoAuthorizationYN: String """The time when an Advance Checked-In Guest is expected to return to perform the actual Check-In.""" expectedTimeOfReturnETR: DateTime """Used for Croatian Requirement Exports to store a unique checkin number.""" exportCheckinresId: Float """Not used""" extSegNo: Float """Not used""" extSeqNumber: Float """Internal extension number for the main reservation""" extensionId: Float """Indicates if the guest has opted to receive Efolio through an external system.""" externalEfolioYn: String """External Reference""" externalReference: String """External References List""" externalReferencesList: String """Extra Beds""" extraBeds: Float """FB Revenue""" fBRevenue: Float """F&B Revenue Remaining""" fBRevenueRemaining: Float """Fax ID""" faxId: Float """Should a confirmation be faxed for this reservation name? Y/N""" faxYn: String """This stores the codes for the rooms features. Currently not used""" feature: String """Financially Responsible Y/N""" financiallyResponsibleYn: String """Not used.""" fixedCharge: Float """Fixed Rate YN""" fixedRateYN: String """Oracle sequence to identify different attribute values of an address.""" folioAddrElementId: Float """Date the folio was changed to closed.""" folioCloseDate: Date """Folio Number""" folioNumber: String """Folio Text1""" folioText1: String """Folio Text2""" folioText2: String """Foreign Currency ID""" foreignCurrencyID: String """Free Child""" freeChild: Float """Frequent Flyer Membership YN""" frequentFlyerMembershipYN: String """Gross Rate Future""" grossRateFuture: Float """Gross Rate Past""" grossRatePast: Float """Group Name""" groupName: String """Group Profile AR Number""" groupProfileARNumber: Float """Group Profile AR Number (Central)""" groupProfileARNumberCentral: String """Group Profile Client ID""" groupProfileClientID: String """Group Profile ID""" groupProfileID: Float """Group Profile Name""" groupProfileName: String """Guarantee code before check in. Populated when the guarantee code is changed to CHECKED IN.""" guaranteeCodePreCi: String """Guaranteecodeid""" guaranteecodeid: String """Guest First Name""" guestFirstName: String """This is soundex of GUEST FIRST NAME - Phonotic sound.""" guestFirstNameSdx: String """This is soundex of GUEST LAST NAME - Phonotic sound.""" guestLastNameSdx: String """Signature of the guest""" guestSignature: String """Used for Police/Tourist Export""" guestStatus: String """Guest Type""" guestType: String """Guestprofileid""" guestprofileid: Float """Gueststatusid""" gueststatusid: String """Guesttypeid""" guesttypeid: String """Housekeeping Service Time""" housekeepingServiceTime: String """Hurdle""" hurdle: Float """Hurdle Override""" hurdleOverride: String """ID by Membership Class""" iDByMembershipClass: String """ID by Membership Type""" iDByMembershipType: String """Guest Address.""" individualCity: String """Country of the guest""" individualCountry: String """Individual First Name""" individualFirstName: String """Individual Last Name""" individualLastName: String """Insert Action Instance ID""" insertActionInstanceId: Float """Insert Date""" insertDate: DateTime """Insert DateTime""" insertDateTime: DateTime """Insert User""" insertUser: Float """Intermediary Y/N""" intermediaryYn: String """Award Membership ID""" internalAwardMembershipId: Float """Baseratecode""" internalBaseratecode: String """Block ID.""" internalBlockId: Float """Companyprofileid""" internalCompanyprofileid: Float """Groupprofileid""" internalGroupprofileid: Float """Sourceprofileid""" internalSourceprofileid: Float """Items and Quantities""" itemsQuantities: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Key Valid Until""" keyValidUntil: Date """Last Online-Printing Sequence Number used by this reservation.""" lastOnlinePrintSeq: Float """Latest date when a folio was printed using the "Periodic Batch Folios" option""" lastPeriodicFolioDate: Date """Not used.""" lastRoomNumber: String """Latest date when a direct bill settlement was automatically done using the "Direct Bill Batch Folios" option""" lastSettleDate: Date """Lead Time for ordering""" leadTimeDays: Float """Length of Stay""" lengthOfStay: Float """Linked Arrival Date""" linkedArrivalDate: DateTime """Linked Departure Date""" linkedDepartureDate: DateTime """Linked Room Type""" linkedRoomType: String """Membership ID""" listOfMembershipID: String """Local Base Rate Amount""" localBaseRateAmount: Float """Internal ID to uniquely identify the Property""" locationID: String """Loyalty Scheme Membership YN""" loyaltySchemeMembershipYN: String """Mail Y/N""" mailYn: String """Indicates if this Reservation has requested or processed a Manual Checkout for consumer mobility. Possible Values: NULL [R]equested [P]rocessed.""" manualCheckoutStatus: String """Market Code""" marketCode: String """Marketid""" marketid: String """Mc Gen Begin District""" mcGenBeginDistrict: String """Mc Gen Begin State""" mcGenBeginState: String """Mc Gen End District""" mcGenEndDistrict: String """Mc Gen End State""" mcGenEndState: String """Mc Gen Next Country""" mcGenNextCountry: String """Mc Gen Previous Country""" mcGenPreviousCountry: String """Member Description""" memberDescription: String """Member Level""" memberLevel: String """Member Number""" memberNumber: String """Membership Class""" membershipClass: String """Membership Class Description""" membershipClassDescription: String """Membership Code""" membershipCode: String """Membership ID""" membershipId: Float """Membership Level by Membership Class""" membershipLevelByMembershipClass: String """Membership Type by Membership Class""" membershipTypeByMembershipClass: String """Stores when this Reservation has received a mobile action needed Alert for consumer mobility.""" mobileActionAlertIssued: Date """Marked as Y when the Phone Number/EMail Address is Opt In.""" mobileAudioKeyYn: String """Mobile Checkin Allowed Y/N""" mobileCheckinAllowedYn: String """Mobile Chkout Allowed""" mobileChkoutAllowed: String """Currency preferred by a Mobile Registered Guest.""" mobilePreferredCurrency: String """Indicates if the reservation is eligible to view the folio by sending a mobile message.""" mobileViewFolioAllowed: String """Name""" name: String """Name Usage Type""" nameUsageType: String """Next Country""" nextCountry: String """Country Specific Requirement for Nigeria.""" nextDestination: String """No of Rooms""" numberOfRooms: Float """Indicates if reservation?s registration card was esigned via Opera.""" operaEsignedRegCardYn: String """Indicates if the guest has opted in to receive email through the batch folio option.""" optInBatchFolYn: String """Indicates if the reservation has opted-in for communications.""" optedForCommissionYN: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Origin Code""" originCode: String """Origin Of Booking""" originOfBooking: String """Not used.""" originalBaseRate: Float """Original End Date""" originalEndDate: Date """Original Start Date""" originalStartDate: Date """Owner Ff Flag""" ownerFfFlag: String """Owner or Friends/Family""" ownerOrFriendsFamily: String """Package Code""" packageCode: String """Package Code Description""" packageCodeDescription: String """Package Forecast Group""" packageForecastGroup: String """Package Forecast Group Description""" packageForecastGroupDescription: String """Parent Resv Name ID""" parentReservationNameId: Float """Parentreservationid""" parentreservationid: Float """Part Allotment""" partAllotment: String """Party Code""" partyCode: String """Pax Number""" paxNo: Float """Total amount of payment inclusive of VAT""" paymentAmount: Float """Payment Method""" paymentMethod: String """Paymentmethodid""" paymentmethodid: String """Frequency in number of days when folios should be printed for this reservation""" periodicFolioFreq: Float """Indicates if the Phone Display Name is send to the Interface.""" phoneDisplayNameYn: String """Phone ID""" phoneId: Float """Physical Quantity""" physicalQuantity: Float """Pick Up Carrier Code""" pickUpCarrierCode: String """Pick Up Date""" pickUpDate: Date """Pick Up Station""" pickUpStation: String """Pick Up Transport Number""" pickUpTransportNumber: String """Pick Up Type""" pickUpType: String """Pick Up Type Description""" pickUpTypeDescription: String """Pick-Up Time""" pickUpTime: String """Pickup Required YN""" pickupRequiredYN: String """Points""" points: Float """Membership Points Eligibility Code.""" pointsEligibilityCode: String """Identifies the charging status of the reservation after check out. O=Open Checkout P=Charging Privileges C=Closed Checkout.""" postCoFlag: String """Indicates if the reservation has charging privileges after checkout.""" postStayChargingYN: String """Posting Allowed YN""" postingAllowedYN: String """This date flags if and when the record was reviewed from pre-arrival screen.""" preArrReviewedDt: DateTime """User id who reviewed the record.""" preArrReviewedUser: Float """Indicates if the reservation has charging privileges before arrival.""" preChargingYn: String """Indicates whether the reservation is pre-registered for internet check-in or not.""" preRegisteredYn: String """Preference""" preference: String """Preference Type""" preferenceType: String """Preferred Room Type""" preferredRoomType: String """Previous Country""" previousCountry: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Primary Share""" primaryShare: String """Print Rate YN""" printRateYN: String """Projected FB Revenue""" projectedFBRevenue: Float """Projected Room Revenue""" projectedRoomRevenue: Float """Projected Total Revenue""" projectedTotalRevenue: Float """Promotion Code""" promotionCode: String """Promotion Description""" promotionDescription: String """Indicates if the value set for the specific property.""" property: String """Total pseudo membership points accrued for the default membership type.""" pseudoMemTotalPoints: Float """Default membership type used with the Pseudo Membership Points calculation functionality.""" pseudoMemType: String """Purge Date""" purgeDate: DateTime """Purpose of stay.""" purposeOfStay: String """Number of Rooms""" quantity: Float """Queue priority of the reservation.""" queuePriority: Float """Queue Wait Time""" queueWaitTime: Float """Quote ID provided by external system.""" quoteId: String """Rate Amount""" rateAmount: Float """Rate Code""" rateCode: String """Event Reservation Rate Code Description""" rateCodeDescriptions: String """Tier ID for the Rate Detail.""" rateTier: Float """Stay rateable value.""" rateableValue: Float """Ratecodeid""" ratecodeid: String """Rd Housekeeping Expected Service Time""" rdHousekeepingExpectedServiceTime: String """Rd Reservation Status""" rdResvStatus: String """Rden Billing Contact ID""" rdenBillingContactId: Float """Rden Resv Contact ID""" rdenReservationContactId: Float """Rden Reservation Date""" rdenReservationDate: Date """Rden Property""" rdenResort: String """Rotation Rule to be configured for referral flag ?""" referralYn: String """Registration Card Number""" registrationCardNo: String """Registration Number""" registrationNumber: Float """Reinstate Date""" reinstateDate: DateTime """Reporting Channel""" repChannel: String """Reporting Channel Description""" repChannelDescription: String """Report ID""" reportId: String """Reservation Insert Source""" resInsertSource: String """Reservation Insert Source Type""" resInsertSourceType: String """Resv Contact ID""" reservationContactId: Float """Reservation Date""" reservationDate: DateTime """Reservation Name ID""" reservationNameID: Float """Reservation Status""" reservationStatus: String """Reservation Type""" reservationType: String """Reservation Type Description""" reservationTypeDescription: String """Reservationid""" reservationid: Float """Property""" resort: String """Auto generated charge number for Point Of Sale systems to identify guests.""" resortChargeNumber: String """Restriction Override""" restrictionOverride: String """Globally unique ID using SYS_GUID() as the source.""" resvGuid: String """Reservation Nameid""" resvNameid: Float """Not used in PMS currently.""" resvNumber: Float """Resvcontactprofileid""" resvcontactprofileid: Float """Revenue type (catering/rooms)""" revenueTypeCode: String """Rh Billing Contact ID""" rhBillingContactId: Float """Rh Resv Contact ID""" rhReservationContactId: Float """Rh Room Features""" rhRoomFeatures: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room""" room: String """Room Category""" roomCategory: String """Room Class""" roomClass: String """Room Cost""" roomCost: Float """Room Instructions""" roomInstructions: String """Meeting Room Property""" roomResort: String """Room Revenue""" roomRevenue: Float """Room Revenue Remaining""" roomRevenueRemaining: Float """This is the Turndown room service time.""" roomServiceTime: String """Room Type Description""" roomTypeDescription: String """Room Type To Charge Code""" roomTypeToChargeCode: String """Room Type to Charge Description""" roomTypeToChargeDescription: String """Roomcategoryid""" roomcategoryid: String """Roomid""" roomid: String """Routing YN""" routingYN: String """Is the guest scheduled for automatic check out?""" scheduleCheckoutYn: String """This is CAPITOL version of guest_first_name""" sguestFirstname: String """Sguest Name""" sguestName: String """Share Confirmation Numbers""" shareConfirmationNumbers: String """Share ID.""" shareId: Float """Share Name""" shareName: String """Not used.""" sharePrcnt: Float """Type of revenue""" shareSeqNumber: Float """Share of Rate Amount""" shareOfRateAmount: Float """Shared Guest Name""" sharedGuestName: String """Shared Profile ID""" sharedProfileID: Float """Shared Reservation Status""" sharedReservationStatus: String """Sharing YN""" sharingYN: String """Source City""" sourceCity: String """Source Code""" sourceCode: String """Source Country""" sourceCountry: String """Source Name""" sourceName: String """Source Profile AR Number""" sourceProfileARNumber: Float """Source Profile AR Number (Central)""" sourceProfileARNumberCentral: String """Source Profile IATA Number""" sourceProfileIATANumber: String """Source Profile ID""" sourceProfileID: Float """Source Profile Name""" sourceProfileName: String """Sourceid""" sourceid: String """Special Request""" specialRequest: String """Special Request Description""" specialRequestDescription: String """SPG Room Type Disclosure Flag. Indicates if the guest stationery will disclose the actual room type.""" spgDiscloseRoomTypeYn: String """SPG Suite Night Award Status.""" spgSuiteNightAwardStatus: String """SPG Upgrade Confirmed Room Type Label.""" spgUpgradeConfirmedRoomtype: String """SPG Upgrade Reason Code.""" spgUpgradeReasonCode: String """Stores resv_name_id of the original multi room reservation from which this reservation is split off.""" splitFromReservationNameId: Float """Splitfromreservationid""" splitfromreservationid: Float """Rate Tier used for exports(DRS).""" statisticalRateTier: Float """Room Type used to calculate statistics for export(DRS).""" statisticalRoomType: Float """Stay Record ID""" stayRecordId: Float """Suite Number""" suiteNumber: String """Super Search Index Text""" superSearchIndexText: String """Ta Record Locator""" taRecordLocator: String """Tax exempt number on the profile""" taxExemptNumber: String """Tax No of Stays""" taxNumberOfStays: Float """Tax Type""" taxType: String """Tax Type Description""" taxTypeDescription: String """Taxtypeid""" taxtypeid: String """Tiad""" tiad: String """Ticket Nos""" ticketNos: String """Total Cost of Stay""" totalCostOfStay: Float """Total Revenue""" totalRevenue: Float """Total Revenue Remaining""" totalRevenueRemaining: Float """Total Room Rate""" totalRoomRate: Float """Track It Groups""" trackItGroups: String """Track It Types""" trackItTypes: String """Transactionid""" transactionid: Float """Travel Agent Address.""" travelAgentCity: String """Travel Agent Country""" travelAgentCountry: String """Travel Agent ID""" travelAgentID: Float """Travel Agent Name""" travelAgentName: String """Travel Agent Profile AR Number""" travelAgentProfileARNumber: Float """Travel Agent Profile AR Number (Central)""" travelAgentProfileARNumberCentral: String """Travel Agent Profile IATA Number""" travelAgentProfileIATANumber: String """Travel Agent Profile ID""" travelAgentProfileID: Float """Travel Agent Profile Name""" travelAgentProfileName: String """This is the actual check out date with no time component.""" truncActualCheckOutDate: Date """Turndown status of the room per reservation per day. C-Completed NR-Not required R-Requested.""" turndownStatus: String """Is the guest wants turndown facility or not ? Y/N""" turndownYN: String """UDFC01""" uDFC01: String """UDFC02""" uDFC02: String """UDFC03""" uDFC03: String """UDFC04""" uDFC04: String """UDFC05""" uDFC05: String """UDFC06""" uDFC06: String """UDFC07""" uDFC07: String """UDFC08""" uDFC08: String """UDFC09""" uDFC09: String """UDFC10""" uDFC10: String """UDFC11""" uDFC11: String """UDFC12""" uDFC12: String """UDFC13""" uDFC13: String """UDFC14""" uDFC14: String """UDFC15""" uDFC15: String """UDFC16""" uDFC16: String """UDFC17""" uDFC17: String """UDFC18""" uDFC18: String """UDFC19""" uDFC19: String """UDFC20""" uDFC20: String """UDFC21""" uDFC21: String """UDFC22""" uDFC22: String """UDFC23""" uDFC23: String """UDFC24""" uDFC24: String """UDFC25""" uDFC25: String """UDFC26""" uDFC26: String """UDFC27""" uDFC27: String """UDFC28""" uDFC28: String """UDFC29""" uDFC29: String """UDFC30""" uDFC30: String """UDFC31""" uDFC31: String """UDFC32""" uDFC32: String """UDFC33""" uDFC33: String """UDFC34""" uDFC34: String """UDFC35""" uDFC35: String """UDFC36""" uDFC36: String """UDFC37""" uDFC37: String """UDFC38""" uDFC38: String """UDFC39""" uDFC39: String """UDFC40""" uDFC40: String """UDFD01""" uDFD01: Date """UDFD02""" uDFD02: Date """UDFD03""" uDFD03: Date """UDFD04""" uDFD04: Date """UDFD05""" uDFD05: Date """UDFD06""" uDFD06: Date """UDFD07""" uDFD07: Date """UDFD08""" uDFD08: Date """UDFD09""" uDFD09: Date """UDFD10""" uDFD10: Date """UDFD11""" uDFD11: Date """UDFD12""" uDFD12: Date """UDFD13""" uDFD13: Date """UDFD14""" uDFD14: Date """UDFD15""" uDFD15: Date """UDFD16""" uDFD16: Date """UDFD17""" uDFD17: Date """UDFD18""" uDFD18: Date """UDFD19""" uDFD19: Date """UDFD20""" uDFD20: Date """UDFN01""" uDFN01: Float """UDFN02""" uDFN02: Float """UDFN03""" uDFN03: Float """UDFN04""" uDFN04: Float """UDFN05""" uDFN05: Float """UDFN06""" uDFN06: Float """UDFN07""" uDFN07: Float """UDFN08""" uDFN08: Float """UDFN09""" uDFN09: Float """UDFN10""" uDFN10: Float """UDFN11""" uDFN11: Float """UDFN12""" uDFN12: Float """UDFN13""" uDFN13: Float """UDFN14""" uDFN14: Float """UDFN15""" uDFN15: Float """UDFN16""" uDFN16: Float """UDFN17""" uDFN17: Float """UDFN18""" uDFN18: Float """UDFN19""" uDFN19: Float """UDFN20""" uDFN20: Float """UDFN21""" uDFN21: Float """UDFN22""" uDFN22: Float """UDFN23""" uDFN23: Float """UDFN24""" uDFN24: Float """UDFN25""" uDFN25: Float """UDFN26""" uDFN26: Float """UDFN27""" uDFN27: Float """UDFN28""" uDFN28: Float """UDFN29""" uDFN29: Float """UDFN30""" uDFN30: Float """UDFN31""" uDFN31: Float """UDFN32""" uDFN32: Float """UDFN33""" uDFN33: Float """UDFN34""" uDFN34: Float """UDFN35""" uDFN35: Float """UDFN36""" uDFN36: Float """UDFN37""" uDFN37: Float """UDFN38""" uDFN38: Float """UDFN39""" uDFN39: Float """UDFN40""" uDFN40: Float """Universal Card ID used by interfaces for key encoding purposes.""" uniCardId: String """Update Date""" updateDate: DateTime """Update Datetime""" updateDatetime: DateTime """Update User""" updateUser: Float """Updated By""" updatedBy: String """Updated By Default Property""" updatedByDefaultResort: String """Updated Date""" updatedDate: Date """Updated Time""" updatedTime: String """Incremental Upsell charges for the reservation date.""" upsellCharge: Float """Flag if the guest can do video checkout""" videoCheckoutYN: String """Visa Expiry Date""" visaExpiryDate: Date """Visa Issue Date""" visaIssueDate: Date """Visa Number""" visaNumber: String """Waitlist Comment""" waitlistComment: String """This is the waitlist telephone number.""" waitlistPhoneNumber: String """Waitlist Priority""" waitlistPriority: String """Waitlist Priority Description""" waitlistPriorityDescription: String """Waitlist Reason""" waitlistReason: String """Waitlist Reason Description""" waitlistReasonDescription: String """Waitlistpriorityid""" waitlistpriorityid: String """Waitlistreasonid""" waitlistreasonid: String """Walk-In YN""" walkInYN: String """Yieldable Y/N""" yieldableYn: String """Ym Code""" ymCode: String } type FinancialTransactionDetailsExtendedReservationUnifiedDetailsType { """Indicates whether a prorated amount should be used for an Apartment Style Billing rate.""" aSBProratedYn: String """Action ID""" actionId: Float """Actual Check In Date Time""" actualCheckInDateTime: String """Actual Check Out Date Time""" actualCheckOutDateTime: String """Actual Check-In Date""" actualCheckInDate: Date """Actual Check-Out Date""" actualCheckOutDate: Date """Address ID""" addressId: Float """Addressee Name ID""" addresseeNameId: Float """Adults""" adults: Float """Adults Tax Free""" adultsTaxFree: Float """Indicates if the reservation has performed an Advance Check In.""" advanceCheckedInYn: String """Agencyprofileid""" agencyprofileid: Float """Agent Name ID""" agentNameId: Float """All Aliases""" allAliases: String """All Block Owners""" allBlockOwners: String """All Catering Owners""" allCateringOwners: String """All Company Contacts""" allCompanyContacts: String """All Rate Codes""" allRateCodes: String """All Room Owners""" allRoomOwners: String """All Room Types""" allRoomTypes: String """All Source Contacts""" allSourceContacts: String """All Travel Agent Contacts""" allTravelAgentContacts: String """Allotment Origin""" allotmentOrigin: String """Indicates whether the room type inventory was taken from the allotment or House availabilty.""" allotmentRecordType: Float """Type of Block alloted for the group.""" allotmentType: String """Block ID""" allotmentid: Float """SPG - Indicates if this stay is eligible for an Amenity.""" amenityEligibleYn: String """Amenity Level Code""" amenityLevelCode: String """Amount Percent""" amountPercent: Float """Approval Amount""" approvalAmount: Float """Approval Amount Calc Method""" approvalAmountCalcMethod: Float """Approval Code""" approvalCode: String """Arrival Comments""" arrivalComments: String """Arrival Date""" arrivalDate: Date """Arrival Date Time""" arrivalDateTime: Date """Arrival Estimate Time""" arrivalEstimateTime: Date """This stores the pmsp.logged_uid who authorizes the direct bill""" authorizedBy: Float """Authorizer ID""" authorizerId: Float """Auto Checkin Y/N""" autoCheckinYn: String """Auto Settle Days""" autoSettleDays: String """Auto Settle YN""" autoSettleYN: Float """Average Rate""" averageRate: Float """Award Code""" awardCode: String """Award code 1""" awardCode1: String """Award code 2""" awardCode2: String """Award code 3""" awardCode3: String """Award Code 4""" awardCode4: String """Award code 5""" awardCode5: String """Award Voucher number 1""" awardVoucher1: String """Award Voucher number 2""" awardVoucher2: String """Award Voucher number 3""" awardVoucher3: String """Award Voucher number 4""" awardVoucher4: String """Award Voucher number 5""" awardVoucher5: String """Room Type before the Upgrade Award""" awdUpgrFrom: String """Room Type after the Upgrade Award""" awdUpgrTo: String """Base Rate Amount""" baseRateAmount: Float """Base Rate Code""" baseRateCode: String """Base Rate Currency Code""" baseRateCurrencyCode: String """Baseratecurrencyid""" baseratecurrencyid: String """Begin Datetime""" beginDatetime: String """Stores the actual guest check in date and time.""" beginSystemDateTime: String """Billing Contact ID""" billingContactId: Float """Billing Contact Profile ID""" billingcontactprofileid: Float """Block Alias""" blockAlias: String """Block Code""" blockCode: String """The name of the user who created the record.""" blockCreatedBy: String """Block Created Date""" blockCreatedDate: DateTime """Block Description""" blockDescription: String """Block Dml Seq Number""" blockDmlSeqNumber: Float """Block Endbusinessdate""" blockEndbusinessdate: Date """Block Exchange Posting Type""" blockExchangePostingType: String """Block Exchange Rate""" blockExchangeRate: Float """Block External Reference""" blockExternalReference: String """Block External References List""" blockExternalReferencesList: String """Block ID""" blockID: String """Block Insert User""" blockInsertUser: Float """Block Owner Code""" blockOwnerCode: String """Property this block belongs to.""" blockResort: String """Block Status""" blockStatus: String """Block Status Description""" blockStatusDescription: String """Block Update User""" blockUpdateUser: Float """Block Updated By""" blockUpdatedBy: String """Block Updated Date""" blockUpdatedDate: Date """Blocks External Reference""" blocksExternalReference: String """Bonus Check ID""" bonusCheckId: Float """Booked Room Category""" bookedRoomCategory: String """Bookedroomcategoryid""" bookedroomcategoryid: String """Business Date Created""" businessDateCreated: Date """Cancel Date""" cancelDate: Date """Cancel Reason""" cancelReason: String """Cancel Time""" cancelTime: String """Cancellation Date""" cancellationDate: DateTime """Cancellation Number""" cancellationNumber: String """Cancellation Reason Description""" cancellationReasonDescription: String """Cancellationreasonid""" cancellationreasonid: String """Central Approval Amount""" centralApprovalAmount: Float """Changes Log Check In""" changesLogCheckIn: String """Changes Log Check Out""" changesLogCheckOut: String """Changes Log Close Folio""" changesLogCloseFolio: String """Changes Log Reopen Folio""" changesLogReopenFolio: String """Changes Log Update Reservation""" changesLogUpdateReservation: String """Duration in seconds to complete Check-In""" checkinDuration: Float """Child Bucket 1""" childBucket1: Float """Child Bucket 4""" childBucket4: Float """Child Bucket 5""" childBucket5: Float """Children""" children: Float """Children Age Group 2)""" childrenAgeGroup2: Float """Children Age Group 3)""" childrenAgeGroup3: Float """Commission Code""" commissionCode: String """Commission Hold Code""" commissionHoldCode: String """Commission Paid""" commissionPaid: Float """Indicates to whom the commission will be paid: NULL T (Travel Agent) S (Source) and B (Both).""" commissionPayoutTo: Float """Commissionable YN""" commissionableYN: String """Commissionid""" commissionid: String """Comp Type Code""" compTypeCode: String """Company All""" companyAll: String """Company ID""" companyID: Float """Company Name ID""" companyNameId: Float """Compreasonid""" compreasonid: String """Confirmation Leg Number.""" confirmationLegNumber: Float """Shared Confirmation Number""" confirmationNo: String """Consumer Y/N""" consumerYn: String """Contact Name ID""" contactNameId: Float """Contact Profile ID""" contactProfileID: Float """Credit Card ID""" creditCardId: Float """Indicates if the reservation has opted-in for auto payment when credit limit overage is detected.""" creditLimitAutoPayAllowYn: String """Cribs""" cribs: Float """Currency Code""" currencyCode: String """Custom Reference Number""" customReferenceNumber: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Country Specific Requirement for Nigeria.""" dateOfArrivalInCountry: String """Date Opened for Pickup""" dateOpenedForPickup: Date """Departure Comments""" departureComments: String """Departure Date""" departureDate: Date """Departure Date Time""" departureDateTime: Date """Departure Time""" departureTime: String """Departure Transport Code""" departureTransportCode: String """Departure Transportation YN""" departureTransportationYN: String """Direct Bill Verify Response""" directBillVerifyResponse: String """Discount Amount""" discountAmount: Float """Discount Amount""" discountAmt: Float """Discount Percentage.""" discountPercent: Float """Discount Prcnt""" discountPrcnt: Float """Discount Reason""" discountReason: String """Discountreasonid""" discountreasonid: String """Display Color""" displayColor: String """Dml Sequence No""" dmlSeqNumber: Float """Do Not Move Room""" doNotMoveRoom: String """Do not move room flag.""" doNotMoveYN: String """Download Date""" downloadDate: Date """Download Property""" downloadResort: String """Download Srep""" downloadSrep: Float """Drop Off Carrier Code""" dropOffCarrierCode: String """Drop Off Date""" dropOffDate: Date """Drop Off Station""" dropOffStation: String """Drop Off Time""" dropOffTime: String """Comments related to Estimated Time of Return.""" eTRComments: Date """Not used.""" effectiveRateAmount: Float """Indicates if the reservation is eligible to receive room upgrades. Controlled by Central System.""" eligibleForUpgradeYn: String """Email Address""" emailAddress: String """Email Folio Y/N""" emailFolioYn: String """Email ID""" emailId: Float """Email Y/N""" emailYn: String """End Date""" endDate: Date """Endbusinessdate""" endbusinessdate: Date """Entry Date into the country. (Croatian Requirements)""" entryDate: String """(Customized) Entry point into the country. (Croatian Requirements)""" entryPoint: Float """Name of file that contains the electronically signed registration card.""" esignedRegCardName: String """Estimated Departure Time""" estimatedDepartureTime: Date """Event ID""" eventId: Float """Exchange Posting Type""" exchangePostingType: String """Exchange Rate""" exchangeRate: Float """The time when an Advance Checked-In Guest is expected to return to perform the actual Check-In.""" expectedTimeOfReturnETR: String """Used for Croatian Requirement Exports to store a unique checkin number.""" exportCheckinresId: Float """Ext Allotment ID""" extBookingID: String """Not used""" extSegNo: Float """Not used""" extSeqNumber: Float """Internal extension number for the main reservation""" extensionId: Float """Indicates if the guest has opted to receive Efolio through an external system.""" externalEfolioYn: Date """External Reference""" externalReference: String """Externally Locked""" externallyLocked: String """Extra Beds""" extraBeds: Float """Fax ID""" faxId: Float """Should a confirmation be faxed for this reservation name? Y/N""" faxYn: String """Financially Responsible Y/N""" financiallyResponsibleYn: String """Fixed Rate YN""" fixedRateYN: String """Oracle sequence to identify different attribute values of an address.""" folioAddrElementId: Float """Date the folio was changed to closed.""" folioCloseDate: Date """Folio Text1""" folioText1: Date """Folio Text2""" folioText2: String """Foreign Currency ID""" foreignCurrencyID: String """Free Child""" freeChild: Float """GUID""" gUID: String """Guarantee code before check in. Populated when the guarantee code is changed to CHECKED IN.""" guaranteeCodePreCi: String """Guaranteecodeid""" guaranteecodeid: String """Guest External References List""" guestExternalReferencesList: String """Guest First Name""" guestFirstName: String """This is soundex of GUEST FIRST NAME - Phonotic sound.""" guestFirstNameSdx: String """Guest Last Name Sdx""" guestLastNameSdx: String """Signature of the guest""" guestSignature: Float """Used for Police/Tourist Export""" guestStatus: String """Guest Type""" guestType: String """Guestprofileid""" guestprofileid: Float """Gueststatusid""" gueststatusid: String """Guesttypeid""" guesttypeid: String """Housekeeping Service Time""" housekeepingServiceTime: String """Hurdle""" hurdle: Float """Hurdle Override""" hurdleOverride: String """Inactive Date""" inactiveDate: Date """Insert Action Instance ID""" insertActionInstanceId: Float """This is the Interface_id of the System which sent/Received Allotment""" interfaceID: String """Intermediary Y/N""" intermediaryYn: String """Award Membership ID""" internalAwardMembershipId: Float """Baseratecode""" internalBaseratecode: String """Block ID.""" internalBlockId: String """Companyprofileid""" internalCompanyprofileid: Float """Groupprofileid""" internalGroupprofileid: Float """Sourceprofileid""" internalSourceprofileid: Float """Key Valid Until""" keyValidUntil: Float """Laptop Change""" laptopChange: Float """Last Online-Printing Sequence Number used by this reservation.""" lastOnlinePrintSeq: Float """Latest date when a folio was printed using the "Periodic Batch Folios" option""" lastPeriodicFolioDate: Date """Latest date when a direct bill settlement was automatically done using the "Direct Bill Batch Folios" option""" lastSettleDate: Date """Length of Stay""" lengthOfStay: Float """Linked Arrival Date""" linkedArrivalDate: Date """Linked Departure Date""" linkedDepartureDate: Date """Local Base Rate Amount""" localBaseRateAmount: Float """Mail Y/N""" mailYn: String """Mainmarket""" mainmarket: String """Indicates if this Reservation has requested or processed a Manual Checkout for consumer mobility. Possible Values: NULL [R]equested [P]rocessed.""" manualCheckoutStatus: String """Market Code""" marketCode: String """Market Description""" marketDescription: String """Marketid""" marketid: String """Parent Block ID""" masterBlockID: Float """Parent Resort""" masterBlockProperty: String """Profile Id. ( Name_Id ) of the Group Profile attached to this business block.""" masterNameId: Float """Membership ID""" membershipId: Float """Stores when this Reservation has received a mobile action needed Alert for consumer mobility.""" mobileActionAlertIssued: String """Marked as Y when the Phone Number/EMail Address is Opt In.""" mobileAudioKeyYn: Float """Mobile Checkin Allowed Y/N""" mobileCheckinAllowedYn: Date """Mobile Chkout Allowed""" mobileChkoutAllowed: String """Currency preferred by a Mobile Registered Guest.""" mobilePreferredCurrency: String """Indicates if the reservation is eligible to view the folio by sending a mobile message.""" mobileViewFolioAllowed: String """Name""" name: String """Name Usage Type""" nameUsageType: String """Country Specific Requirement for Nigeria.""" nextDestination: String """No of Rooms""" numberOfRooms: Float """Indicates if reservation?s registration card was esigned via Opera.""" operaEsignedRegCardYn: String """Indicates if the guest has opted in to receive email through the batch folio option.""" optInBatchFolYn: String """Indicates if the reservation has opted-in for communications.""" optedForCommissionYN: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Origin Code Description""" originCodeDescription: String """Origin Of Booking""" originOfBooking: String """Not used.""" originalBaseRate: Float """Original End Date""" originalEndDate: Date """Original Start Date""" originalStartDate: Date """Owner""" owner: Float """Owner Ff Flag""" ownerFfFlag: String """Owner Property""" ownerResort: String """Parent Resv Name ID""" parentReservationNameId: Float """Parentreservationid""" parentreservationid: Float """Part Allotment""" partAllotment: String """Party Code""" partyCode: String """Payment""" payment: String """Payment Description""" paymentDescription: String """Payment Method""" paymentMethod: String """Paymentmethodid""" paymentmethodid: String """Frequency in number of days when folios should be printed for this reservation""" periodicFolioFreq: Date """Indicates if the Phone Display Name is send to the Interface.""" phoneDisplayNameYn: String """Phone ID""" phoneId: Float """Physical Quantity""" physicalQuantity: Float """Pick Up Carrier Code""" pickUpCarrierCode: String """Pick Up Date""" pickUpDate: Date """Pick Up Station""" pickUpStation: String """Pick Up Transport Number""" pickUpTransportNumber: String """Pick-Up Time""" pickUpTime: String """Pickup Required YN""" pickupRequiredYN: String """Points""" points: Float """Membership Points Eligibility Code.""" pointsEligibilityCode: String """Identifies the charging status of the reservation after check out. O=Open Checkout P=Charging Privileges C=Closed Checkout.""" postCoFlag: String """Indicates if the reservation has charging privileges after checkout.""" postStayChargingYN: String """Posting Allowed YN""" postingAllowedYN: String """This date flags if and when the record was reviewed from pre-arrival screen.""" preArrReviewedDt: Date """User id who reviewed the record.""" preArrReviewedUser: Date """Indicates if the reservation has charging privileges before arrival.""" preChargingYn: String """Indicates whether the reservation is pre-registered for internet check-in or not.""" preRegisteredYn: Date """Primary Share""" primaryShare: String """Print Rate YN""" printRateYN: String """Profile ID""" profileId: String """Indicates if the value set for the specific property.""" property: String """Total pseudo membership points accrued for the default membership type.""" pseudoMemTotalPoints: String """Default membership type used with the Pseudo Membership Points calculation functionality.""" pseudoMemType: String """Purge Date""" purgeDate: Date """Purpose of stay.""" purposeOfStay: String """Number of Rooms""" quantity: Float """Quote ID provided by external system.""" quoteId: String """Rate Amount""" rateAmount: String """Rate Code""" rateCode: String """Stay rateable value.""" rateableValue: Float """Ratecodeid""" ratecodeid: String """Rden Billing Contact ID""" rdenBillingContactId: Float """Rden Resv Contact ID""" rdenReservationContactId: Float """Rden Reservation Date""" rdenReservationDate: Date """Rotation Rule to be configured for referral flag ?""" referralYn: String """Registration Card Number""" registrationCardNo: String """Registration Number""" registrationNumber: String """Reinstate Date""" reinstateDate: String """Report ID""" reportId: String """Reservation Insert Source""" resInsertSource: String """Reservation Insert Source Type""" resInsertSourceType: String """Resv Contact ID""" reservationContactId: Float """Reservation External References List""" reservationExternalReferencesList: String """Reservation Insert Date""" reservationInsertDate: DateTime """Reservation Insert Datetime""" reservationInsertDatetime: DateTime """Reservation Insert Time""" reservationInsertTime: String """Reservation Insert User""" reservationInsertUser: Float """Reservation Insert User Name""" reservationInsertUserName: String """Reservation Name ID""" reservationNameID: Float """Reservation Status""" reservationStatus: String """Reservation Type""" reservationType: String """The Description of the Guarantee code.""" reservationTypeDescription: String """Reservation Update Date""" reservationUpdateDate: DateTime """Reservation Update Datetime""" reservationUpdateDatetime: DateTime """Reservation Update Time""" reservationUpdateTime: String """Reservation Update User""" reservationUpdateUser: Float """Reservation Update User Name""" reservationUpdateUserName: String """Reserve Inventory YN""" reserveInventoryYN: String """Property""" resort: String """Final resort where Booking is confirmed -via Lead process.""" resortBooked: String """Auto generated charge number for Point Of Sale systems to identify guests.""" resortChargeNumber: String """Restriction Override""" restrictionOverride: String """Not used in PMS currently.""" resvNumber: Float """Resvcontactprofileid""" resvcontactprofileid: Float """Revenue type (catering/rooms)""" revenueTypeCode: String """Rh Billing Contact ID""" rhBillingContactId: Float """Rh Resv Contact ID""" rhReservationContactId: Float """Not used""" rivMarketSegment: String """Room""" room: String """Room Category""" roomCategory: String """Room Class""" roomClass: String """Room Instructions""" roomInstructions: String """This is the Turndown room service time.""" roomServiceTime: String """Roomcategoryid""" roomcategoryid: String """Roomid""" roomid: String """Rooms Per Day""" roomsPerDay: Float """Not used""" salesId: String """Sbegindate""" sbegindate: Date """Is the guest scheduled for automatic check out?""" scheduleCheckoutYn: String """Senddate""" senddate: Date """Service Charge""" serviceCharge: Float """Sguest First Name""" sguestFirstName: String """Sguest Name""" sguestName: String """Share ID.""" shareId: Float """Type of revenue""" shareSeqNumber: String """Share of Rate Amount""" shareOfRateAmount: Float """Shared Profile ID""" sharedProfileID: Float """Shared Reservation Status""" sharedReservationStatus: String """Shoulder End""" shoulderEnd: Date """Shoulder Start""" shoulderStart: Date """Source Code Description""" sourceCodeDescription: String """Source Contact All""" sourceContactAll: String """Source Name ID""" sourceNameId: Float """Sourceid""" sourceid: String """SPG Room Type Disclosure Flag. Indicates if the guest stationery will disclose the actual room type.""" spgDiscloseRoomTypeYn: String """SPG Suite Night Award Status.""" spgSuiteNightAwardStatus: String """SPG Upgrade Confirmed Room Type Label.""" spgUpgradeConfirmedRoomtype: String """SPG Upgrade Reason Code.""" spgUpgradeReasonCode: String """Stores resv_name_id of the original multi room reservation from which this reservation is split off.""" splitFromReservationNameId: Float """Splitfromreservationid""" splitfromreservationid: Float """Start Date""" startDate: Date """Rate Tier used for exports(DRS).""" statisticalRateTier: Float """Room Type used to calculate statistics for export(DRS).""" statisticalRoomType: String """Stay Record ID""" stayRecordId: Float """Super Search Index Text""" superSearchIndexText: String """Tax Amount""" taxAmount: Float """Tax exempt number on the profile""" taxExemptNumber: String """Tax No of Stays""" taxNumberOfStays: Date """Tax Type""" taxType: String """Taxtypeid""" taxtypeid: String """Tiad""" tiad: String """Trace Code""" traceCode: String """Transactionid""" transactionid: Float """Travel Agent All""" travelAgentAll: String """Travel Agent ID""" travelAgentID: Float """This is the actual check out date with no time component.""" truncActualCheckOutDate: Date """Turndown status of the room per reservation per day. C-Completed NR-Not required R-Requested.""" turndownStatus: Float """Is the guest wants turndown facility or not ? Y/N""" turndownYN: String """UDFC01""" uDFC01: String """UDFC02""" uDFC02: String """UDFC03""" uDFC03: String """UDFC04""" uDFC04: String """UDFC05""" uDFC05: String """UDFC06""" uDFC06: String """UDFC07""" uDFC07: String """UDFC08""" uDFC08: String """UDFC09""" uDFC09: String """UDFC10""" uDFC10: String """UDFC11""" uDFC11: String """UDFC12""" uDFC12: String """UDFC13""" uDFC13: String """UDFC14""" uDFC14: String """UDFC15""" uDFC15: String """UDFC16""" uDFC16: String """UDFC17""" uDFC17: String """UDFC18""" uDFC18: String """UDFC19""" uDFC19: String """UDFC20""" uDFC20: String """UDFC21""" uDFC21: String """UDFC22""" uDFC22: String """UDFC23""" uDFC23: String """UDFC24""" uDFC24: String """UDFC25""" uDFC25: String """UDFC26""" uDFC26: String """UDFC27""" uDFC27: String """UDFC28""" uDFC28: String """UDFC29""" uDFC29: String """UDFC30""" uDFC30: String """UDFC31""" uDFC31: String """UDFC32""" uDFC32: String """UDFC33""" uDFC33: String """UDFC34""" uDFC34: String """UDFC35""" uDFC35: String """UDFC36""" uDFC36: String """UDFC37""" uDFC37: String """UDFC38""" uDFC38: String """UDFC39""" uDFC39: String """UDFC40""" uDFC40: String """Universal Card ID used by interfaces for key encoding purposes.""" uniCardId: String """Upload Date""" uploadDate: Date """Incremental Upsell charges for the reservation date.""" upsellCharge: Float """Flag if the guest can do video checkout""" videoCheckoutYN: String """Visa Expiry Date""" visaExpiryDate: Date """Visa Issue Date""" visaIssueDate: String """Visa Number""" visaNumber: Float """Waitlist Comment""" waitlistComment: String """This is the waitlist telephone number.""" waitlistPhoneNumber: String """Walk-In YN""" walkInYN: String """Yieldable Y/N""" yieldableYn: String """Ym Code""" ymCode: Float } type FinancialTransactionDetailsExtendedReservationMembershipDetailsType { """Card Number by Membership Class""" cardNumberByMembershipClass: String """Card Number by Membership Type""" cardNumberByMembershipType: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Earning Preference""" earningPreference: String """Frequent Flyer Membership YN""" frequentFlyerMembershipYN: String """Business date when the host-multiplier relationship was set.""" hostBusinessDate: Date """Number of multipliers attached if a host-multiplier relationship exists.""" hostCardinality: Float """Indicator whether the current membership for the rervation is a (H)ost membership detail""" hostFlag: String """ID by Membership Class""" iDByMembershipClass: String """ID by Membership Type""" iDByMembershipType: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Membershipid""" internalMembershipid: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Level by Membership Type""" levelByMembershipType: String """Membership ID""" listOfMembershipIDs: Float """Internal ID to uniquely identify the Property""" locationID: String """Loyalty Scheme Membership YN""" loyaltySchemeMembershipYN: String """Last Date Earning Preference was changed.""" mbrprefChangedDate: Date """Membership Card Number""" membershipCardNo: String """Membership Card Number""" membershipCardNumber: String """Membership Class""" membershipClass: String """Membership Class Description""" membershipClassDescription: String """Membership Code""" membershipCode: String """Membership Description""" membershipDescription: String """Membership ID""" membershipId: Float """Membership Level""" membershipLevel: String """Membership Level by Membership Class""" membershipLevelByMembershipClass: String """Membership Type""" membershipType: String """Membership Type by Membership Class""" membershipTypeByMembershipClass: String """Multiplier instance number if a host-multiplier relationship exists.""" multiplierInstance: Float """Name ID""" nameId: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Indicates any multiplier for the points accumulated.""" pointsMultiplier: Float """Population Method""" populationMethod: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Processed Date""" processedDate: Date """Processed Y/N""" processedYn: String """Profileid""" profileid: Float """Code to uniquely identify the Property""" property: String """Rank Value""" rankValue: Float """Resv Name ID""" reservationNameId: Float """Reservationid""" reservationid: Float """Reservationmembershipid""" reservationmembershipid: Float """Resvenddate""" resvenddate: Date """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type FinancialTransactionDetailsExtendedFolioTaxDetailsType { """Account Code""" accountCode: Float """Addressee Name ID""" addresseeNameId: Float """This is to store amount posted from AR for a bill. In this case CLPAY will not have value if the bill is generated in AR""" amountPostedFromAR: Float """The amount that has been paid using direct bill.""" amountFromDirectBill: Float """Date on which the Original Bill was generated. This is used in case of Credit Bill.""" associatedBillDate: Date """Associated Bill Number""" associatedBillNumber: String """Associated Fiscal Bill number generation date.""" associatedFiscalBillDate: Date """Associated Fiscal Bill number.""" associatedFiscalBillNumber: String """Associated Fiscal Bill number generation time.""" associatedFiscalBillNumberGenerationTime: String """Self referencing sequence number to gather information for other operations.""" associatedSeqNumber: Float """Bill Generation Date""" billGenerationDate: Date """Bill Number""" billNumber: Float """Bill Payment Transaction No""" billPaymentTrxNumber: Float """Bill Prefix""" billPrefix: String """Bill Sequence Number""" billSequenceNumber: Float """Date of the first charge in the bill.""" billStartDate: Date """Bill Status""" billStatus: String """Business Date""" businessDate: Date """Business ID""" businessId: String """Central Cashpay""" cCashpay: Float """Central Ccpay""" cCcpay: Float """Central Clarpay""" cClarpay: Float """Central Clpay""" cClpay: Float """Central Coll Tax1""" cCollectionTax1: Float """Central Coll Tax2""" cCollectionTax2: Float """Central Coll Tax3""" cCollectionTax3: Float """Central Coll Tax4""" cCollectionTax4: Float """Central Coll Tax5""" cCollectionTax5: Float """Central Daily Running Total""" cDailyRunningTotal: Float """Central Deposit""" cDeposit: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Fiscal Invoice Currency Rate""" cFiscalInvoiceCurrencyRate: Float """Central Net1 Amt""" cNet1Amount: Float """Central Net10 Amt""" cNet10Amount: Float """Central Net11 Amt""" cNet11Amount: Float """Central Net12 Amt""" cNet12Amount: Float """Central Net13 Amt""" cNet13Amount: Float """Central Net14 Amt""" cNet14Amount: Float """Central Net15 Amt""" cNet15Amount: Float """Central Net16 Amt""" cNet16Amount: Float """Central Net17 Amt""" cNet17Amount: Float """Central Net18 Amt""" cNet18Amount: Float """Central Net19 Amt""" cNet19Amount: Float """Central Net2 Amt""" cNet2Amount: Float """Central Net20 Amt""" cNet20Amount: Float """Central Net3 Amt""" cNet3Amount: Float """Central Net4 Amt""" cNet4Amount: Float """Central Net5 Amt""" cNet5Amount: Float """Central Net6 Amt""" cNet6Amount: Float """Central Net7 Amt""" cNet7Amount: Float """Central Net8 Amt""" cNet8Amount: Float """Central Net9 Amt""" cNet9Amount: Float """Central Paidout""" cPaidout: Float """Central Perpetual Amount""" cPerpetualAmount: Float """Central Pnet1 Amt""" cPnet1Amount: Float """Central Pnet10 Amt""" cPnet10Amount: Float """Central Pnet11 Amt""" cPnet11Amount: Float """Central Pnet12 Amt""" cPnet12Amount: Float """Central Pnet13 Amt""" cPnet13Amount: Float """Central Pnet14 Amt""" cPnet14Amount: Float """Central Pnet15 Amt""" cPnet15Amount: Float """Central Pnet16 Amt""" cPnet16Amount: Float """Central Pnet17 Amt""" cPnet17Amount: Float """Central Pnet18 Amt""" cPnet18Amount: Float """Central Pnet19 Amt""" cPnet19Amount: Float """Central Pnet2 Amt""" cPnet2Amount: Float """Central Pnet20 Amt""" cPnet20Amount: Float """Central Pnet3 Amt""" cPnet3Amount: Float """Central Pnet4 Amt""" cPnet4Amount: Float """Central Pnet5 Amt""" cPnet5Amount: Float """Central Pnet6 Amt""" cPnet6Amount: Float """Central Pnet7 Amt""" cPnet7Amount: Float """Central Pnet8 Amt""" cPnet8Amount: Float """Central Pnet9 Amt""" cPnet9Amount: Float """Central Ptax1 Amt""" cPtax1Amount: Float """Central Ptax10 Amt""" cPtax10Amount: Float """Central Ptax11 Amt""" cPtax11Amount: Float """Central Ptax12 Amt""" cPtax12Amount: Float """Central Ptax13 Amt""" cPtax13Amount: Float """Central Ptax14 Amt""" cPtax14Amount: Float """Central Ptax15 Amt""" cPtax15Amount: Float """Central Ptax16 Amt""" cPtax16Amount: Float """Central Ptax17 Amt""" cPtax17Amount: Float """Central Ptax18 Amt""" cPtax18Amount: Float """Central Ptax19 Amt""" cPtax19Amount: Float """Central Ptax2 Amt""" cPtax2Amount: Float """Central Ptax20 Amt""" cPtax20Amount: Float """Central Ptax3 Amt""" cPtax3Amount: Float """Central Ptax4 Amt""" cPtax4Amount: Float """Central Ptax5 Amt""" cPtax5Amount: Float """Central Ptax6 Amt""" cPtax6Amount: Float """Central Ptax7 Amt""" cPtax7Amount: Float """Central Ptax8 Amt""" cPtax8Amount: Float """Central Ptax9 Amt""" cPtax9Amount: Float """Central Ptot Nonrev Nontaxable""" cPtotNonrevNonTaxable: Float """Central Ptot Nonrev Taxable""" cPtotNonrevTaxable: Float """Central Ptot Rev Nontaxable""" cPtotRevenueNonTaxable: Float """Central Ptot Rev Taxable""" cPtotRevenueTaxable: Float """Central Real Perpetual Amount""" cRealPerpetualAmount: Float """Central Tax1 Amt""" cTax1Amount: Float """Central Tax2 Amt""" cTax2Amount: Float """Central Tax Code 1""" cTaxCode1: String """Central Tax Code 10""" cTaxCode10: String """Central Tax Code 11""" cTaxCode11: String """Central Tax Code 12""" cTaxCode12: String """Central Tax Code 13""" cTaxCode13: String """Central Tax Code 14""" cTaxCode14: String """Central Tax Code 15""" cTaxCode15: String """Central Tax Code 16""" cTaxCode16: String """Central Tax Code 17""" cTaxCode17: String """Central Tax Code 18""" cTaxCode18: String """Central Tax Code 19""" cTaxCode19: String """Central Tax Code 2""" cTaxCode2: String """Central Tax Code 20""" cTaxCode20: String """Central Tax Code 3""" cTaxCode3: String """Central Tax Code 4""" cTaxCode4: String """Central Tax Code 5""" cTaxCode5: String """Central Tax Code 6""" cTaxCode6: String """Central Tax Code 7""" cTaxCode7: String """Central Tax Code 8""" cTaxCode8: String """Central Tax Code 9""" cTaxCode9: String """Central Tax Code Desc 1""" cTaxCodeDescription1: String """Central Tax Code Desc 10""" cTaxCodeDescription10: String """Central Tax Code Desc 11""" cTaxCodeDescription11: String """Central Tax Code Desc 12""" cTaxCodeDescription12: String """Central Tax Code Desc 13""" cTaxCodeDescription13: String """Central Tax Code Desc 14""" cTaxCodeDescription14: String """Central Tax Code Desc 15""" cTaxCodeDescription15: String """Central Tax Code Desc 16""" cTaxCodeDescription16: String """Central Tax Code Desc 17""" cTaxCodeDescription17: String """Central Tax Code Desc 18""" cTaxCodeDescription18: String """Central Tax Code Desc 19""" cTaxCodeDescription19: String """Central Tax Code Desc 2""" cTaxCodeDescription2: String """Central Tax Code Desc 20""" cTaxCodeDescription20: String """Central Tax Code Desc 3""" cTaxCodeDescription3: String """Central Tax Code Desc 4""" cTaxCodeDescription4: String """Central Tax Code Desc 5""" cTaxCodeDescription5: String """Central Tax Code Desc 6""" cTaxCodeDescription6: String """Central Tax Code Desc 7""" cTaxCodeDescription7: String """Central Tax Code Desc 8""" cTaxCodeDescription8: String """Central Tax Code Desc 9""" cTaxCodeDescription9: String """Central Tax10 Amt""" cTax10Amount: Float """Central Tax11 Amt""" cTax11Amount: Float """Central Tax12 Amt""" cTax12Amount: Float """Central Tax13 Amt""" cTax13Amount: Float """Central Tax14 Amt""" cTax14Amount: Float """Central Tax15 Amt""" cTax15Amount: Float """Central Tax16 Amt""" cTax16Amount: Float """Central Tax17 Amt""" cTax17Amount: Float """Central Tax18 Amt""" cTax18Amount: Float """Central Tax19 Amt""" cTax19Amount: Float """Central Tax20 Amt""" cTax20Amount: Float """Central Tax3 Amt""" cTax3Amount: Float """Central Tax4 Amt""" cTax4Amount: Float """Central Tax5 Amt""" cTax5Amount: Float """Central Tax6 Amt""" cTax6Amount: Float """Central Tax7 Amt""" cTax7Amount: Float """Central Tax8 Amt""" cTax8Amount: Float """Central Tax9 Amt""" cTax9Amount: Float """Central Total Gross""" cTotalGross: Float """Central Total Net""" cTotalNet: Float """Central Total Nontaxable""" cTotalNonTaxable: Float """Central Tot Nonrev Nontaxable""" cTotalNonrevNonTaxable: Float """Central Tot Nonrev Taxable""" cTotalNonrevTaxable: Float """Central Tot Rev Nontaxable""" cTotalRevenueNonTaxable: Float """Central Tot Rev Taxable""" cTotalRevenueTaxable: Float """Central Total Tax""" cTotalTax: Float """Central Xnet1 Amt""" cXnet1Amount: Float """Central Xnet10 Amt""" cXnet10Amount: Float """Central Xnet11 Amt""" cXnet11Amount: Float """Central Xnet12 Amt""" cXnet12Amount: Float """Central Xnet13 Amt""" cXnet13Amount: Float """Central Xnet14 Amt""" cXnet14Amount: Float """Central Xnet15 Amt""" cXnet15Amount: Float """Central Xnet16 Amt""" cXnet16Amount: Float """Central Xnet17 Amt""" cXnet17Amount: Float """Central Xnet18 Amt""" cXnet18Amount: Float """Central Xnet19 Amt""" cXnet19Amount: Float """Central Xnet2 Amt""" cXnet2Amount: Float """Central Xnet20 Amt""" cXnet20Amount: Float """Central Xnet3 Amt""" cXnet3Amount: Float """Central Xnet4 Amt""" cXnet4Amount: Float """Central Xnet5 Amt""" cXnet5Amount: Float """Central Xnet6 Amt""" cXnet6Amount: Float """Central Xnet7 Amt""" cXnet7Amount: Float """Central Xnet8 Amt""" cXnet8Amount: Float """Central Xnet9 Amt""" cXnet9Amount: Float """Central Xtax1 Amt""" cXtax1Amount: Float """Central Xtax10 Amt""" cXtax10Amount: Float """Central Xtax11 Amt""" cXtax11Amount: Float """Central Xtax12 Amt""" cXtax12Amount: Float """Central Xtax13 Amt""" cXtax13Amount: Float """Central Xtax14 Amt""" cXtax14Amount: Float """Central Xtax15 Amt""" cXtax15Amount: Float """Central Xtax16 Amt""" cXtax16Amount: Float """Central Xtax17 Amt""" cXtax17Amount: Float """Central Xtax18 Amt""" cXtax18Amount: Float """Central Xtax19 Amt""" cXtax19Amount: Float """Central Xtax2 Amt""" cXtax2Amount: Float """Central Xtax20 Amt""" cXtax20Amount: Float """Central Xtax3 Amt""" cXtax3Amount: Float """Central Xtax4 Amt""" cXtax4Amount: Float """Central Xtax5 Amt""" cXtax5Amount: Float """Central Xtax6 Amt""" cXtax6Amount: Float """Central Xtax7 Amt""" cXtax7Amount: Float """Central Xtax8 Amt""" cXtax8Amount: Float """Central Xtax9 Amt""" cXtax9Amount: Float """Cash Register ID""" cashRegisterId: String """Internal sequence number for the Cash Register ID.""" cashRegisterInvNumber: Float """Total paid in cash""" cashTotal: Float """Cashier ID""" cashierID: Float """Central Tax Rate 1""" centralTaxRate1: Float """Central Tax Rate 10""" centralTaxRate10: Float """Central Tax Rate 11""" centralTaxRate11: Float """Central Tax Rate 12""" centralTaxRate12: Float """Central Tax Rate 13""" centralTaxRate13: Float """Central Tax Rate 14""" centralTaxRate14: Float """Central Tax Rate 15""" centralTaxRate15: Float """Central Tax Rate 16""" centralTaxRate16: Float """Central Tax Rate 17""" centralTaxRate17: Float """Central Tax Rate 18""" centralTaxRate18: Float """Central Tax Rate 19""" centralTaxRate19: Float """Central Tax Rate 2""" centralTaxRate2: Float """Central Tax Rate 20""" centralTaxRate20: Float """Central Tax Rate 3""" centralTaxRate3: Float """Central Tax Rate 4""" centralTaxRate4: Float """Central Tax Rate 5""" centralTaxRate5: Float """Central Tax Rate 6""" centralTaxRate6: Float """Central Tax Rate 7""" centralTaxRate7: Float """Central Tax Rate 8""" centralTaxRate8: Float """Central Tax Rate 9""" centralTaxRate9: Float """City""" city: String """City Ledger YN""" cityLedgerYN: String """Internal number given to the direct bill payment in financial_transactions.""" clTrxNumber: Float """Collection Agent Total Tax 1""" collectionAgentTotalTax1: Float """Collection Agent Total Tax 2""" collectionAgentTotalTax2: Float """Collection Agent Total Tax 3""" collectionAgentTotalTax3: Float """Collection Agent Total Tax 4""" collectionAgentTotalTax4: Float """Collection Agent Total Tax 5""" collectionAgentTotalTax5: Float """The financial value of the company.""" companyFinancialValue: String """Company Name""" companyName: String """The type of legal entity / company e.g. Individual Micro enterprise etc.""" companyType: String """To store the Compressed Bill No. and Converted Bill number information""" compressBillNo: String """Indicates if a credit bill has been generated for this folio.""" creditBillGeneratedYN: String """Credit Bill Number""" creditBillNumber: Float """Total paid in the form of credit cards.""" creditCardTotal: Float """Custom Number 1""" customNumber1: String """Custom Number 2""" customNumber2: String """Custom Number 3""" customNumber3: String """Custom Number 4""" customNumber4: String """Custom Number 5""" customNumber5: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Daily running total.""" dailyRunningTotal: Float """Deleted Flag""" deletedFlag: String """Total deposits.""" deposit: Float """Deposit Req Receipt Number""" depositReqReceiptNumber: Float """Unique Document Code""" documentCode: String """Document Type""" documentType: String """Unique ETTN number for an E Archive invoice.""" eArchiveEttnNumber: String """E Archive number.""" eArchiveNumber: String """E Archive report number provided by external system e.g. PROTEL.""" eArchiveReportNo: String """E Archive status.""" eArchiveStatus: String """E-Invoice Number""" eInvoiceNumber: String """E-Invoice number received from Portal+. This number be updated via Web Service call from Portal+.""" eInvoiceStatus: String """Fiscal Bill Check Digit""" fiscalBillCheckDigit: Float """Fiscal Bill Generation Date""" fiscalBillGenerationDate: Date """Fiscal Bill Generation Time""" fiscalBillGenerationTime: String """Fiscal Bill Number""" fiscalBillNumber: String """Currency Code used by and sent to the Fiscal Service.""" fiscalInvoiceCurrency: String """Exchange Rate of the Fiscal Invoice currency for settlement on the bill generation date.""" fiscalInvoiceCurrencyRate: Float """Session number generated by the fiscal printer. This numbers gets reset during EOD.""" fiscalSessionNo: String """Fiscal Unit Control Code""" fiscalUnitControlCode: String """Folio Full Address.""" folioAddress: String """Indicates if the folio header was corrected.""" folioAddressCorrectedYn: String """Folio Attachment Link ID""" folioAttachmentLinkId: Float """Folio Attachment Status""" folioAttachmentStatus: Float """Folio Number""" folioNo: Float """Folio Style""" folioStyle: String """Folio Tax Sequence No""" folioTaxSeqNumber: Float """Folio Time""" folioTime: String """Folio Type""" folioType: String """Folio Type 1""" folioType1: String """Folio Type Join""" folioTypeJoin: String """Folio View""" folioView: Float """Populate as Y for transactions posted with application settings 1)Currency Exchange Tax and 2)Currency Exchange Offset.""" forexTaxYn: String """Full Folio Number""" fullFolioNo: String """If PERMANENT FOLIO STORAGE is active this flag indicates whether the PDF file has the "Copy" watermark.""" hasWatermarkYn: String """Hotel name of the property at the time of bill generation.""" hotelName: String """Timestamp to capture the exact order of inserts.""" insTimestamp: DateTime """Insert Date""" insertDate: DateTime """Invoice Number""" invoiceNumber: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Last Signature""" lastSignature: String """Internal ID to uniquely identify the Property""" locationID: String """Business ID""" nRBusinessID: String """NAF/APE code of the hotel at the time of bill generation.""" nafApeHotelCode: String """Name ID""" nameId: Float """Name Tax Type""" nameTaxType: String """Net Amount 1""" netAmount1: Float """Net Amount 10""" netAmount10: Float """Net Amount 11""" netAmount11: Float """Net Amount 12""" netAmount12: Float """Net Amount 13""" netAmount13: Float """Net Amount 14""" netAmount14: Float """Net Amount 15""" netAmount15: Float """Net Amount 16""" netAmount16: Float """Net Amount 17""" netAmount17: Float """Net Amount 18""" netAmount18: Float """Net Amount 19""" netAmount19: Float """Net Amount 2""" netAmount2: Float """Net Amount 20""" netAmount20: Float """Net Amount 3""" netAmount3: Float """Net Amount 4""" netAmount4: Float """Net Amount 5""" netAmount5: Float """Net Amount 6""" netAmount6: Float """Net Amount 7""" netAmount7: Float """Net Amount 8""" netAmount8: Float """Net Amount 9""" netAmount9: Float """Number of pages for a given bill.""" numberOfPages: Float """This coulumn is used to store the status of Fiscal Folio /Payload Generation. The values will be SUCCESS - Payload has been sent successfully OFFLINE - User confirmed to generate Offline Folio i.e. Folio will be generated but Fiscal Folio/Payload not generated FAILURE - User do not want to create OFFLINE FOLIO but as FISCAL service is not available so the status is FAILURE i.e. in this case VOID Folio generated with FAILURE Fiscal Folio Status BLANK/NULL - Fiscal Printing is turned off or Past data after the upgrade.""" operaFiscalFolioStatus: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Stores the page number within the bill generation.""" pageNumber: Float """Indicator to identify if the bill was generated from Video checkout or PALM. (V->Video P->PALM).""" palmVideoFlag: String """Partner Fiscal Folio Status""" partnerFiscalFolioStatus: String """Payee Address""" payeeAddress: String """Payee Country""" payeeCountry: String """Payee First Name""" payeeFirstName: String """Payee Last Name""" payeeLastName: String """Payee Name used for signature generation.""" payeeName: String """Payee Name ID""" payeeNameID: Float """Payee Postal Code""" payeePostalCode: String """Payee Tax ID 1""" payeeTaxID1: String """Payee Tax ID 2""" payeeTaxID2: String """Payee Zip Code used for signature generation.""" payeeZipCode: String """Payment Date""" paymentDate: Date """Perpetual Amount.""" perpetualAmount: Float """Parallel Net1 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet1Amt: Float """Parallel Net10 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet10Amt: Float """Parallel Net11 extension to the existing pnet amount.""" pnet11Amt: Float """Parallel Net12 extension to the existing pnet amount.""" pnet12Amt: Float """Parallel Net13 extension to the existing pnet amount.""" pnet13Amt: Float """Parallel Net14 extension to the existing pnet amount.""" pnet14Amt: Float """Parallel Net15 extension to the existing pnet amount.""" pnet15Amt: Float """Parallel Net16 extension to the existing pnet amount.""" pnet16Amt: Float """Parallel Net17 extension to the existing pnet amount.""" pnet17Amt: Float """Parallel Net18 extension to the existing pnet amount.""" pnet18Amt: Float """Parallel Net19 extension to the existing pnet amount.""" pnet19Amt: Float """Parallel Net2 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet2Amt: Float """Parallel Net20 extension to the existing pnet amount.""" pnet20Amt: Float """Parallel Net3 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet3Amt: Float """Parallel Net4 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet4Amt: Float """Parallel Net5 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet5Amt: Float """Parallel Net6 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet6Amt: Float """Parallel Net7 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet7Amt: Float """Parallel Net8 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet8Amt: Float """Parallel Net9 amount of the transaction for which the tax1 code is attached as one of the taxes.""" pnet9Amt: Float """Postit Sequence Number""" postitSequenceNumber: Float """Postit YN""" postitYN: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Printer Queue Name""" printerQueueName: String """Profile Type Code""" profileTypeCode: String """Text returned by the credit card company""" promotionalText1: String """Text returned by the credit card company""" promotionalText2: String """Code to uniquely identify the Property""" property: String """Property Bill Prefix""" propertyBillPrefix: String """Property Tax Number""" propertyTaxNumber: String """Parallel Total tax1 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax1Amt: Float """Parallel Total tax10 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax10Amt: Float """Parallel Total tax11 amount extension to the existing ptax amounts.""" ptax11Amt: Float """Parallel Total tax12 amount extension to the existing ptax amounts.""" ptax12Amt: Float """Parallel Total tax13 amount extension to the existing ptax amounts.""" ptax13Amt: Float """Parallel Total tax14 amount extension to the existing ptax amounts.""" ptax14Amt: Float """Parallel Total tax15 amount extension to the existing ptax amounts.""" ptax15Amt: Float """Parallel Total tax16 amount extension to the existing ptax amounts.""" ptax16Amt: Float """Parallel Total tax17 amount extension to the existing ptax amounts.""" ptax17Amt: Float """Parallel Total tax18 amount extension to the existing ptax amounts.""" ptax18Amt: Float """Parallel Total tax19 amount extension to the existing ptax amounts.""" ptax19Amt: Float """Parallel Total tax2 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax2Amt: Float """Parallel Total tax20 amount extension to the existing ptax amounts.""" ptax20Amt: Float """Parallel Total tax3 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax3Amt: Float """Parallel Total tax4 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax4Amt: Float """Parallel Total tax5 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax5Amt: Float """Parallel Total tax6 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax6Amt: Float """Parallel Total tax7 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax7Amt: Float """Parallel Total tax8 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax8Amt: Float """Parallel Total tax9 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" ptax9Amt: Float """Parallel total non revenue amount that is not taxable.""" ptotNonrevNonTaxable: Float """Parallel total non revenue amount that is taxable.""" ptotNonrevTaxable: Float """Parallel total revenue amount that is not taxable.""" ptotRevNonTaxable: Float """Parallel total revenue amount that is taxable.""" ptotRevTaxable: Float """Real perpetual amount at the time of generating the bill.""" realPerpetualAmount: Float """Resv Name ID""" reservationNameId: Float """City of the hotel at the time of bill generation.""" resortCity: String """Country of the hotel at the time of bill generation.""" resortCountry: String """Property Full Address""" resortFullAddress: String """Zipcode of the hotel at the time of bill generation.""" resortZipcodeCode: String """Revision Number""" revisionNo: Float """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room Number""" roomNumber: String """Sequence No""" seqNumber: Float """Signature""" signature: String """Signature Key Version""" signatureKeyVersion: String """OPERA software version at the time of bill generation.""" softwareVersion: String """Tax Rate Type 1 of the bill for which Tax Code 1 is attached as one of the taxes.""" tax1RateType: String """Tax Rate Type 2 of the bill for which Tax Code 2 is attached as one of the taxes.""" tax2RateType: String """Tax Amount 1""" taxAmount1: Float """Tax Amount 10""" taxAmount10: Float """Tax Amount 11""" taxAmount11: Float """Tax Amount 12""" taxAmount12: Float """Tax Amount 13""" taxAmount13: Float """Tax Amount 14""" taxAmount14: Float """Tax Amount 15""" taxAmount15: Float """Tax Amount 16""" taxAmount16: Float """Tax Amount 17""" taxAmount17: Float """Tax Amount 18""" taxAmount18: Float """Tax Amount 19""" taxAmount19: Float """Tax Amount 2""" taxAmount2: Float """Tax Amount 20""" taxAmount20: Float """Tax Amount 3""" taxAmount3: Float """Tax Amount 4""" taxAmount4: Float """Tax Amount 5""" taxAmount5: Float """Tax Amount 6""" taxAmount6: Float """Tax Amount 7""" taxAmount7: Float """Tax Amount 8""" taxAmount8: Float """Tax Amount 9""" taxAmount9: Float """Tax Code 1""" taxCode1: String """Tax Code 10""" taxCode10: String """Tax Code 11""" taxCode11: String """Tax Code 12""" taxCode12: String """Tax Code 13""" taxCode13: String """Tax Code 14""" taxCode14: String """Tax Code 15""" taxCode15: String """Tax Code 16""" taxCode16: String """Tax Code 17""" taxCode17: String """Tax Code 18""" taxCode18: String """Tax Code 19""" taxCode19: String """Tax Code 2""" taxCode2: String """Tax Code 20""" taxCode20: String """Tax Code 3""" taxCode3: String """Tax Code 4""" taxCode4: String """Tax Code 5""" taxCode5: String """Tax Code 6""" taxCode6: String """Tax Code 7""" taxCode7: String """Tax Code 8""" taxCode8: String """Tax Code 9""" taxCode9: String """Tax Code Description 1""" taxCodeDesc1: String """Tax Code Description 10""" taxCodeDesc10: String """Tax Code Description 11""" taxCodeDesc11: String """Tax Code Description 12""" taxCodeDesc12: String """Tax Code Description 13""" taxCodeDesc13: String """Tax Code Description 14""" taxCodeDesc14: String """Tax Code Description 15""" taxCodeDesc15: String """Tax Code Description 16""" taxCodeDesc16: String """Tax Code Description 17""" taxCodeDesc17: String """Tax Code Description 18""" taxCodeDesc18: String """Tax Code Description 19""" taxCodeDesc19: String """Tax Code Description 2""" taxCodeDesc2: String """Tax Code Description 20""" taxCodeDesc20: String """Tax Code Description 3""" taxCodeDesc3: String """Tax Code Description 4""" taxCodeDesc4: String """Tax Code Description 5""" taxCodeDesc5: String """Tax Code Description 6""" taxCodeDesc6: String """Tax Code Description 7""" taxCodeDesc7: String """Tax Code Description 8""" taxCodeDesc8: String """Tax Code Description 9""" taxCodeDesc9: String """Tax ID""" taxId: String """Tax Rate 1 amount of the bill for which Tax Code 1 is attached as one of the taxes.""" taxRate1: Float """Tax Rate 10 amount of the bill for which Tax Code 10 is attached as one of the taxes.""" taxRate10: Float """Tax Rate 11 amount of the bill for which Tax Code 11 is attached as one of the taxes.""" taxRate11: Float """Tax Rate 12 amount of the bill for which Tax Code 12 is attached as one of the taxes.""" taxRate12: Float """Tax Rate 13 amount of the bill for which Tax Code 13 is attached as one of the taxes.""" taxRate13: Float """Tax Rate 14 amount of the bill for which Tax Code 14 is attached as one of the taxes.""" taxRate14: Float """Tax Rate 15 amount of the bill for which Tax Code 15 is attached as one of the taxes.""" taxRate15: Float """Tax Rate 16 amount of the bill for which Tax Code 16 is attached as one of the taxes.""" taxRate16: Float """Tax Rate 17 amount of the bill for which Tax Code 17 is attached as one of the taxes.""" taxRate17: Float """Tax Rate 18 amount of the bill for which Tax Code 18 is attached as one of the taxes.""" taxRate18: Float """Tax Rate 19 amount of the bill for which Tax Code 19 is attached as one of the taxes.""" taxRate19: Float """Tax Rate 2 amount of the bill for which Tax Code 2 is attached as one of the taxes.""" taxRate2: Float """Tax Rate 20 amount of the bill for which Tax Code 20 is attached as one of the taxes.""" taxRate20: Float """Tax Rate 3 amount of the bill for which Tax Code 3 is attached as one of the taxes.""" taxRate3: Float """Tax Rate 4 amount of the bill for which Tax Code 4 is attached as one of the taxes.""" taxRate4: Float """Tax Rate 5 amount of the bill for which Tax Code 5 is attached as one of the taxes.""" taxRate5: Float """Tax Rate 6 amount of the bill for which Tax Code 6 is attached as one of the taxes.""" taxRate6: Float """Tax Rate 7 amount of the bill for which Tax Code 7 is attached as one of the taxes.""" taxRate7: Float """Tax Rate 8 amount of the bill for which Tax Code 8 is attached as one of the taxes.""" taxRate8: Float """Tax Rate 9 amount of the bill for which Tax Code 9 is attached as one of the taxes.""" taxRate9: Float """Tax Rate Type 10 of the bill for which Tax Code 10 is attached as one of the taxes.""" tax10RateType: String """Tax Rate Type 11 of the bill for which Tax Code 11 is attached as one of the taxes.""" tax11RateType: String """Tax Rate Type 12 of the bill for which Tax Code 12 is attached as one of the taxes.""" tax12RateType: String """Tax Rate Type 13 of the bill for which Tax Code 13 is attached as one of the taxes.""" tax13RateType: String """Tax Rate Type 14 of the bill for which Tax Code 14 is attached as one of the taxes.""" tax14RateType: String """Tax Rate Type 15 of the bill for which Tax Code 15 is attached as one of the taxes.""" tax15RateType: String """Tax Rate Type 16 of the bill for which Tax Code 16 is attached as one of the taxes.""" tax16RateType: String """Tax Rate Type 17 of the bill for which Tax Code 17 is attached as one of the taxes.""" tax17RateType: String """Tax Rate Type 18 of the bill for which Tax Code 18 is attached as one of the taxes.""" tax18RateType: String """Tax Rate Type 19 of the bill for which Tax Code 19 is attached as one of the taxes.""" tax19RateType: String """Tax Rate Type 20 of the bill for which Tax Code 20 is attached as one of the taxes.""" tax20RateType: String """Tax Rate Type 3 of the bill for which Tax Code 3 is attached as one of the taxes.""" tax3RateType: String """Tax Rate Type 4 of the bill for which Tax Code 4 is attached as one of the taxes.""" tax4RateType: String """Tax Rate Type 5 of the bill for which Tax Code 5 is attached as one of the taxes.""" tax5RateType: String """Tax Rate Type 6 of the bill for which Tax Code 6 is attached as one of the taxes.""" tax6RateType: String """Tax Rate Type 7 of the bill for which Tax Code 7 is attached as one of the taxes.""" tax7RateType: String """Tax Rate Type 8 of the bill for which Tax Code 8 is attached as one of the taxes.""" tax8RateType: String """Tax Rate Type 9 of the bill for which Tax Code 9 is attached as one of the taxes.""" tax9RateType: String """Terminal""" terminal: String """Total Gross Amount""" totalGrossAmount: Float """Total Net Amount""" totalNetAmount: Float """Total non revenue amount that is non taxable.""" totalNonRevenueNonTaxableAmount: Float """Total non revenue amount that is not taxable.""" totalNonRevenueTaxableAmount: Float """Total non taxable amount.""" totalNonTaxableAmount: Float """Total revenue amount that is non taxable.""" totalNonTaxableRevenue: Float """Total paid outs.""" totalPaidOuts: Float """Total Tax""" totalTax: Float """Total revenue amount that is taxable.""" totalTaxableRevenue: Float """Last Signature for Transaction Totals.""" transactLastSignatureHash: String """Signature hash for Transaction Totals.""" transactSignatureHash: String """Signature key version for Transaction Totals.""" transactSignatureKeyVersion: String """Transaction Signature Value.""" transactionSignature: String """Transaction Service Type""" trxServiceType: String """UDFC01""" uDFC01: String """UDFC02""" uDFC02: String """UDFC03""" uDFC03: String """UDFC04""" uDFC04: String """UDFC05""" uDFC05: String """UDFC06""" uDFC06: String """UDFC07""" uDFC07: String """UDFC08""" uDFC08: String """UDFC09""" uDFC09: String """UDFC10""" uDFC10: String """UDFC11""" uDFC11: String """UDFC12""" uDFC12: String """UDFC13""" uDFC13: String """UDFC14""" uDFC14: String """UDFC15""" uDFC15: String """UDFC16""" uDFC16: String """UDFC17""" uDFC17: String """UDFC18""" uDFC18: String """UDFC19""" uDFC19: String """UDFC20""" uDFC20: String """UDFC21""" uDFC21: String """UDFC22""" uDFC22: String """UDFC23""" uDFC23: String """UDFC24""" uDFC24: String """UDFC25""" uDFC25: String """UDFC26""" uDFC26: String """UDFC27""" uDFC27: String """UDFC28""" uDFC28: String """UDFC29""" uDFC29: String """UDFC30""" uDFC30: String """UDFC31""" uDFC31: String """UDFC32""" uDFC32: String """UDFC33""" uDFC33: String """UDFC34""" uDFC34: String """UDFC35""" uDFC35: String """UDFC36""" uDFC36: String """UDFC37""" uDFC37: String """UDFC38""" uDFC38: String """UDFC39""" uDFC39: String """UDFC40""" uDFC40: String """UDFD01""" uDFD01: Date """UDFD02""" uDFD02: Date """UDFD03""" uDFD03: Date """UDFD04""" uDFD04: Date """UDFD05""" uDFD05: Date """UDFD06""" uDFD06: Date """UDFD07""" uDFD07: Date """UDFD08""" uDFD08: Date """UDFD09""" uDFD09: Date """UDFD10""" uDFD10: Date """UDFD11""" uDFD11: Date """UDFD12""" uDFD12: Date """UDFD13""" uDFD13: Date """UDFD14""" uDFD14: Date """UDFD15""" uDFD15: Date """UDFD16""" uDFD16: Date """UDFD17""" uDFD17: Date """UDFD18""" uDFD18: Date """UDFD19""" uDFD19: Date """UDFD20""" uDFD20: Date """UDFN01""" uDFN01: Float """UDFN02""" uDFN02: Float """UDFN03""" uDFN03: Float """UDFN04""" uDFN04: Float """UDFN05""" uDFN05: Float """UDFN06""" uDFN06: Float """UDFN07""" uDFN07: Float """UDFN08""" uDFN08: Float """UDFN09""" uDFN09: Float """UDFN10""" uDFN10: Float """UDFN11""" uDFN11: Float """UDFN12""" uDFN12: Float """UDFN13""" uDFN13: Float """UDFN14""" uDFN14: Float """UDFN15""" uDFN15: Float """UDFN16""" uDFN16: Float """UDFN17""" uDFN17: Float """UDFN18""" uDFN18: Float """UDFN19""" uDFN19: Float """UDFN20""" uDFN20: Float """UDFN21""" uDFN21: Float """UDFN22""" uDFN22: Float """UDFN23""" uDFN23: Float """UDFN24""" uDFN24: Float """UDFN25""" uDFN25: Float """UDFN26""" uDFN26: Float """UDFN27""" uDFN27: Float """UDFN28""" uDFN28: Float """UDFN29""" uDFN29: Float """UDFN30""" uDFN30: Float """UDFN31""" uDFN31: Float """UDFN32""" uDFN32: Float """UDFN33""" uDFN33: Float """UDFN34""" uDFN34: Float """UDFN35""" uDFN35: Float """UDFN36""" uDFN36: Float """UDFN37""" uDFN37: Float """UDFN38""" uDFN38: Float """UDFN39""" uDFN39: Float """UDFN40""" uDFN40: Float """Timestamp to capture the exact order of updates.""" updTimestamp: DateTime """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """User ID""" userID: Float """The name of the user who created the record.""" userName: String """Void Number""" voidNumber: Float """This column will store the reason for voiding the folio.""" voidReason: String """Working Doc ID""" workingDocId: Float """Xnet1 Amount""" xnet1Amt: Float """Xnet10 Amount""" xnet10Amt: Float """Xnet11 Amount""" xnet11Amt: Float """Xnet12 Amount""" xnet12Amt: Float """Xnet13 Amount""" xnet13Amt: Float """Xnet14 Amount""" xnet14Amt: Float """Xnet15 Amount""" xnet15Amt: Float """Xnet16 Amount""" xnet16Amt: Float """Xnet17 Amount""" xnet17Amt: Float """Xnet18 Amount""" xnet18Amt: Float """Xnet19 Amount""" xnet19Amt: Float """Xnet2 Amount""" xnet2Amt: Float """Xnet20 Amount""" xnet20Amt: Float """Xnet3 Amount""" xnet3Amt: Float """Xnet4 Amount""" xnet4Amt: Float """Xnet5 Amount""" xnet5Amt: Float """Xnet6 Amount""" xnet6Amt: Float """Xnet7 Amount""" xnet7Amt: Float """Xnet8 Amount""" xnet8Amt: Float """Xnet9 Amount""" xnet9Amt: Float """Total tax1 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax1Amt: Float """Total tax10 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax10Amt: Float """Total tax11 amount extension to the existing xtax amounts.""" xtax11Amt: Float """Total tax12 amount extension to the existing xtax amounts.""" xtax12Amt: Float """Total tax13 amount extension to the existing xtax amounts.""" xtax13Amt: Float """Total tax14 amount extension to the existing xtax amounts.""" xtax14Amt: Float """Total tax15 amount extension to the existing xtax amounts.""" xtax15Amt: Float """Total tax16 amount extension to the existing xtax amounts.""" xtax16Amt: Float """Total tax17 amount extension to the existing xtax amounts.""" xtax17Amt: Float """Total tax18 amount extension to the existing xtax amounts.""" xtax18Amt: Float """Total tax19 amount extension to the existing xtax amounts.""" xtax19Amt: Float """Total tax2 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax2Amt: Float """Total tax20 amount extension to the existing xtax amounts.""" xtax20Amt: Float """Total tax3 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax3Amt: Float """Total tax4 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax4Amt: Float """Total tax5 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax5Amt: Float """Total tax6 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax6Amt: Float """Total tax7 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax7Amt: Float """Total tax8 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax8Amt: Float """Total tax9 amount. Tax1 thru Tax10 are the codes that can be given to 10 different tax transaction codes in the setup.""" xtax9Amt: Float } type FinancialTransactionDetailsExtendedAccountDetailsType { """Account Code""" accountCode: Float """Indicates if a Credit Limit amount will be required "Y" will take precedence over the credit limit amount on Profile level.""" accountCreditLimitYn: String """Account Name""" accountName: String """Account Number""" accountNumber: String """Name on the account in upper case.""" accountSname: String """Status of an account. (Normal Restricted)""" accountStatus: String """Message prompt when the AR Account is defined as restricted.""" accountStatusMsg: String """Account Type""" accountType: String """Account Type Flag""" accountTypeFlag: String """Account Type ID""" accountTypeId: Float """Accountid""" accountid: Float """Acctflagreasonid""" acctflagreasonid: String """Active YN""" activeYN: String """Address ID""" addressId: Float """Address1""" address1: String """Address2""" address2: String """Address3""" address3: String """Age.""" age: Float """Agent""" agent: String """Application User ID of the Account Controller/Agent""" agentUserId: Float """Agentemployeeid""" agentemployeeid: Float """Balance on the account.""" balance: Float """Include the account in batch statement""" batchStmtYn: String """Begin Date""" beginDate: Date """Central Account Type""" centralAccountType: String """Central Balance""" centralBalance: Float """Central Credit Limit""" centralCreditLimit: Float """Central Flagged Reason Code""" centralFlaggedReasonCode: String """Central State""" centralState: String """Central Exchange Date""" centralXchangeDate: Date """Central Exchange Rate""" centralXchangeRate: Float """City""" city: String """Company""" company: String """Contact information.""" contact: String """Country""" country: String """Country Code""" countryCode: String """Country Name""" countryName: String """Credit Limit""" creditLimit: Float """Date when the Credit Limit was updated.""" creditLimitUpdatedOn: DateTime """Summary Currency Code""" currencyCode: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Debtor Name""" debtorName: String """Deleted Flag""" deletedflag: String """Email""" email: String """Email Addr""" emailAddr: String """Email ID""" emailId: Float """Indicates if the email address can be used to send Statements and Reminders by default.""" emailOptInYn: String """End Date""" endDate: Date """Fax""" fax: String """Fax ID""" faxId: Float """Fax Number""" faxNumber: String """The flagged reason code from table AR$_FLAGGED_REASONS.""" flaggedReasonCode: String """Inactive Date""" inactiveDate: DateTime """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Accounttypeid""" internalAccounttypeid: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Date of Last Activity on the AR Account in regards to: transfers between accounts payments applied (not unallocated) un-applied reversed and invoice compressions un-compressions on the account.""" lastActivityDate: DateTime """Fax number to which the last reminder letter was sent.""" lastRemFaxNo: String """Fax number to which the last statement was sent.""" lastStmtFaxNo: String """Internal ID to uniquely identify the Property""" locationID: String """Date on which the last reminder letter was printed.""" lstRemPrtDate: Date """Date on which the last reminder letter was sent.""" lstRemSent: Date """Name of the reminder letter""" lstRemText: String """Stores the statement number of the last statement sent for a particular AR account.""" lstStmtNoSent: Float """Date of Last reminderletter sent""" lstStmtSent: DateTime """If Y the Payment due date calculation begins from the last day of the month of invoice generation date if N then calculation starts from the day of the invoice generation.""" monthEndCalcYn: String """NA Address 1""" nAAddress1: String """NA Address 2""" nAAddress2: String """NA Address 3""" nAAddress3: String """Na City""" naCity: String """Na Country Name""" naCountryName: String """Na State""" naState: String """Na State Description""" naStateDescription: String """Name ID""" nameId: Float """No of persons currently using the account""" numberOfPersons: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Number of days a payment is due for the account.""" paymentDueDays: Float """Status indicator to show the account as a permanent account. User will not be able to delete the account if it is Y""" permAccountYN: String """Phone""" phone: String """Phone ID""" phoneId: Float """Phone Number""" phoneNumber: String """Postal Code""" postalCode: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Primary Y/N""" primaryYn: String """Profileid""" profileid: Float """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Reporting State Description""" repStateDescription: String """Revenue Pool""" revenuePool: String """State""" state: String """State Description""" stateDescription: String """Status""" status: String """Summaryforeigncurrid""" summaryforeigncurrid: String """Super Search Index Text""" superSearchIndexText: String """Supplement""" supplement: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Upper Case Name""" upperCaseName: String """Zip code.""" zip: String } type FinancialTransactionDetailsExtendedPropertyPropertyDetailsType { """The property that the record belongs to""" property: String """Number format of AR account no.""" aRAccountNoFormat: String """Specifies if the AR acct No is mandatory(Y/N)""" aRAccountNumberMandatoryYN: String """Default Account Type for an Agent for the Property""" aRAgent: String """Internal""" aRBalanceTrxCode: String """Default Account Type for a Company for the Property""" aRCompany: String """Internal""" aRCreditTrxCode: String """Default Account Type for a Group for the Property""" aRGroups: String """Default Account Type for Individual for the Property""" aRIndividuals: String """Internal""" aRSettleCode: String """Internal""" aRTypewriter: String """Access Code""" accessCode: String """Number of handicapped rooms.""" accessibleRooms: Float """Aging bucket 1""" agingLevel1: Float """Aging bucket 2""" agingLevel2: Float """Aging bucket 3""" agingLevel3: Float """Aging bucket 4""" agingLevel4: Float """Aging bucket 3""" agingLevel5: Float """The Airport Code for the airport near the property""" airport: String """Distance of the Airport specified in the AIRPORT_CODE column from the Property""" airportDistance: String """Time it takes to travel the distance between the Property and the Airport specified in AIRPORT_CODE column""" airportTime: String """Allow loggin in to this resort(Y/N)""" allowLoginYN: String """Period for the allowance""" allowancePeriodAdj: String """Internal""" awardsTimeout: Float """Ball Room Area""" ballroomArea: String """No of Ballroom Seats""" ballroomSeats: Float """The base language of the Hotel""" baseLanguage: String """It contains the reservation type to be used when making group block""" block: String """Brand Code of the property.""" brandCode: String """Financial Year of the Property""" budgetMonth: Float """The date this resort becomes valid for use by the system""" businessDate: Date """Value for the parameter.""" businessID: String """Value for the parameter.""" businessRegistrationCode: String """Code for the CRO""" cROCODE: String """Internal""" cashShiftDrop: String """Catering Currency Code used when Catering Currency differs from base currency.""" cateringCurrencyCode: String """Catering currency format.""" cateringCurrencyFormat: String """Central Exchange Date""" centralXchangeDate: Date """Central Exchange Rate""" centralXchangeRate: Float """Central Credit Limit""" centralCreditLimit: Float """Central Currency Code""" centralCurrencyCode: String """Central Currency Description""" centralCurrencyDescription: String """Central Double Rate2""" centralDblRate2: Float """Central Double Rate1""" centralDblRate1: Float """Central Passerby Market""" centralPasserbyMarket: String """Central Passerby Source""" centralPasserbySource: String """Central Property Type""" centralPropertyType: String """Central Sgl Rate1""" centralSglRate1: Float """Central Sgl Rate 2""" centralSglRate2: Float """Central State""" centralState: String """Central State Description""" centralStateDescription: String """Central Sui Rate1""" centralSuiRate1: Float """Central Sui Rate 2""" centralSuiRate2: Float """Central Tpl Rate1""" centralTplRate1: Float """Central Tpl Rate 2""" centralTplRate2: Float """Central Warning Amount""" centralWarningAmount: Float """Chain Code for the chain to which the property belongs""" chainCode: String """The description of this chain.""" chainDescription: String """Chain Mode""" chainMode: String """Internal""" checkExgPaidout: String """The Hotel official check out time""" checkOutTime: DateTime """Internal""" checkShiftDrop: String """Internal""" checkTrxcode: String """The Hotel official check intime""" checkInTime: DateTime """The physical city in which this property resides.""" city: String """City Description""" cityDescription: String """Internal""" comAddress: String """Internal""" comMethod: String """Internal""" comNameXrefId: Float """Internal""" companyAddressType: String """Internal""" companyPhoneType: String """Internal""" configurationMode: String """Internal""" confirmRegcardPrinter: String """Number of connecting rooms.""" connectingRooms: Float """The unique name of application user""" contacts: String """Number of copies to be printed""" copies: Float """Country name.""" country: String """The name of the country in which this property resides.""" countryCode: String """Value for the parameter.""" countryMode: String """The default credit limit for guests.""" creditLimit: Float """Currency Code.""" currencyCode: String """Currency Symbol like $ or EURO symbol""" currencyCodeSymbol: String """A description of this currency.""" currencyDescription: String """Format for the local currency.""" currencyFormat: String """Color that of the background""" curtainColor: String """DSI""" dSI: Float """Date the aging should begin""" dateForAging: String """Type of separator to distinguish between DD MM and YYYY""" dateSeparator: String """Number of places for the default currency""" decimalPlaces: Float """Type of decimal separator""" decimalSeparator: String """Number of decimals to designate currency""" decimals: Float """Folio style to be used for all guests""" defaultFolioStyle: Float """Default guest address format.""" defaultGuestAddress: String """Future use""" defaultMembershipType: String """Future use""" defaultPostingRoom: String """Default property address format.""" defaultPropertyAddress: String """Future use""" defaultRateCode: String """Rate code used to default a PCR rate code used in FIT Contracts.""" defaultRatecodePcr: String """Rate code used to default a RACK rate code used for FIT Contracts.""" defaultRatecodeRack: String """Default registration card for the property.""" defaultRegistrationCard: String """The Default reservation type for this property""" defaultReservationType: String """Deleted Flag""" deletedFlag: String """Future use""" depositLedgerTrxCode: String """Destination ID""" destinationId: String """Future use""" dfltPkgTranCode: String """Future use""" dfltTranCodeRateCode: String """Internal""" directions: String """Future use""" dirsales: String """LOGIN into the application is disabled.""" disableLoginYN: String """Number of double rooms.""" doubleRooms: Float """Download Rest YN""" downloadRestYN: String """Pager number for the Manager on duty for the property.""" dutyManagerPager: String """Email id for the property.""" email: String """Future use.""" endDate: Date """Default Exchange posting status for the property""" exchangePostingType: String """Floor number of executive floor.""" executiveFloorNumber: String """Hotel code used for third party exports""" expHotelCode: String """Future use""" extExpFileLocation: String """Future use""" extPropertyCode: String """Indicates that the property uses an external SC system.""" externalSCYN: String """Number of family rooms.""" familyRooms: Float """Fax number formats.""" faxNoFormat: String """The fax phone number""" faxNumber: String """Future use""" fiscalEndDate: Date """Future use""" fiscalPeriodType: String """Future use""" fiscalStartDate: Date """Fiscal Year Begin Month""" fiscalYearBeginMonth: Float """Fiscal Year Begin Year""" fiscalYearBeginYear: Float """Screen Painter flags to indicate whether an item is changable/ movable etc.""" flags: String """Future use""" flowCode: String """Property Free Nights Stay Tier.""" fnsTier: String """Other languages""" folioLanguage1: String """Other languages""" folioLanguage2: String """Other languages""" folioLanguage3: String """Other languages""" folioLanguage4: String """Future use""" genmgr: String """To define an upper limit to the number of rooms for Group""" groupRoomWarning: Float """Future use""" guestLookupTimeout: Float """Number of guest elevators.""" guestRoomElevators: Float """Total of guest rooms floors.""" guestRoomFloors: Float """Future use""" hotelCode: String """Future use""" hotelFC: String """Hotel id""" hotelID: String """Future use""" hotelType: String """Future use""" iMGDirectionID: Float """Future use""" iMGHotelID: Float """Future use""" iMGMapID: Float """Future use""" inactiveDaysForGuestProfile: Float """Inactive Flag""" inactiveFlag: String """Future use""" individualAddressType: String """Future use""" individualPhoneType: String """To define an upper limit to the number of rooms for group""" individualRoomWarning: Float """The date the record was created""" insertDate: DateTime """The user that created the record""" insertUser: Float """Int Tax Included YN""" intTaxIncludedYN: String """Future use""" inventoryYN: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """To calculate the entire availability of the Hotel for future reservations""" keepAvailability: Float """Latitude of the property in decimal""" latitude: Float """Future use""" leadsend: String """The owner who owns this property""" legalOwner: String """The property that the record belongs to""" locationID: String """Long date format for the property.""" longDateFormat: String """The default length of stay""" longStayControl: Float """Longitude of the property in decimal""" longitude: Float """Maximum adults in family rooms.""" maxAdultsInFamilyRoom: Float """Maximum children in family rooms.""" maxChildrenInFamilyRoom: Float """Future use""" maxOccupancy: Float """Maximum number of days that are allowed to credit a bill. (Country requirements.) Used in CASHIERING MODULE.""" maximumCreditDays: Float """Indicates whether the property supports MBS. Used in some file exports.""" mbsSupportedYN: String """Future use""" meetRooms: Float """Future use""" meetSeats: Float """Future use""" meetSpace: Float """Future use""" meetingFC: String """Minimum days for reminder letter.""" minDaysBet2ReminderLetter: Float """Internal""" nameIdLink: Float """Future use""" nightAuditCashierID: String """Number of non smoking rooms.""" nonSmokingRooms: Float """Notes for the property""" noteDetails: String """Total number of beds in this property""" numberOfBeds: Float """Total number of floors in this property""" numberOfFloors: Float """Number of Rooms""" numberOfRooms: Float """Future use""" opusCurrencyCode: String """Organization ID""" organizationID: Float """Organization Internal ID""" organizationInternalID: Float """Future use""" ownership: String """Package Loss code for a particular package""" packageLoss: String """Package Profit code for a particular Package""" packageProfit: String """Parent Org Code""" parentOrgCode: String """Market code""" passerbyMarket: String """Source code""" passerbySource: String """Path""" path: String """Minimim Payment Date for the Property used in Cross Property Postings. This will get updated while running the user defined procedure during the night audit process.""" paymentDate: DateTime """Future use""" perReservationRoomLimit: Float """The direct dial phone number of this property""" phoneNumber: String """The postal code of this property.""" postalCode: String """Primary Key ID""" primaryKeyID: Float """URL where property information is located.""" proinfoUrl: String """Property MAP URL.""" propMapUrl: String """Property picture URL.""" propPicUrl: String """The property that the record belongs to""" propertyCode: String """The name of this property.""" propertyName: String """Type of resort.""" propertyType: String """Future use""" quotedCurrency: String """RNA Insert Date""" rNAInsertdate: DateTime """RNA Update Date""" rNAUpdatedate: DateTime """Minimim last Reconciliation Date for the Property used in Cross Property Postings. This will get updated while running the user defined procedure during the night audit process.""" reconcileDate: DateTime """Future use""" regionCode: String """Description of the Region.""" regionDescription: String """Future use""" restaurant: Float """Total number of Sheets""" rhythmSheets: Float """Total number of Towels""" rhythmTowels: Float """Room amenity.""" roomAmenities: String """Future use""" sGLNum: String """Future use""" sGLRate1: Float """Future use""" sGLRate2: Float """Future use""" sUINum: String """Future use""" sUIRate1: Float """Future use""" sUIRate2: Float """To store number of days before deleting the gest profile""" saveProfiles: Float """Future use""" scriptID: Float """Future use""" season1: String """Future use""" season2: String """Future use""" season3: String """Future use""" season4: String """Future use""" season5: String """Indicates that the property accepts leads as bookings.""" sendLeadAsBooking: String """Shop description.""" shopDescription: String """Short date format for the property.""" shortDateFormat: String """Number of single rooms.""" singleRooms: Float """For default commission percentage""" sourceCommission: String """The state in which this property is located.""" state: String """Description of the state.""" stateDescription: String """The street of the property.""" street: String """Number of suites.""" suites: Float """Internal""" summCurrencyCode: String """For default commission percentage""" tACommission: String """Future use""" tPLNum: String """Future use""" tPLRate1: Float """Future use""" tPLRate2: Float """Formats for telephone number""" telephoneNoFormat: String """Separator for monetory values""" thousandSeparator: String """Default time format for the property.""" timeFormat: String """Time zone region selected by the employee.""" timeZone: String """Toll free telephone number.""" tollFree: String """Future use""" totalRooms: Float """Tourist Number""" touristNumber: String """Indicates whether the property handles multi byte characters and whether they are translateable or not""" translateMulticharYN: String """Turnaway code for the property.""" turnawayCode: String """Number of twin rooms.""" twinRooms: Float """The date the record was modified""" updateDate: DateTime """The user that modified the record""" updateUser: Float """VAT ID of this property.""" vatID: String """Future use""" videoCheckoutPrinter: String """Video check out start time.""" videoCheckoutStart: DateTime """Video check out end time.""" videoCheckoutStop: DateTime """Future use""" wakeUpDelay: Float """Amount at which warning is raised.""" warningAmount: Float """Webaddress of the property""" web: String """Weekend days for the property.""" weekendDays: String """Internal""" zeroInvPurDays: Float } type FinancialTransactionDetailsExtendedRoomDetailsType { """Accessible""" accessible: String """Area in sqft""" areaF: Float """Area in sqm""" areaM: Float """Assign Assign Status""" assignAssignStatus: String """Room assignment date""" assignDate: DateTime """Assign Reason Desc""" assignReasonDesc: String """Assign Type""" assignType: String """Assignemployeeid""" assignemployeeid: Float """Assignreasonid""" assignreasonid: String """Bed Type""" bedType: String """Building""" building: String """Building Group""" buildingGroup: String """Business Date""" businessDate: Date """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Minimum Revenue""" cMinimumRevenue: Float """Central Rack Rate""" cRackRate: Float """Central Meeting Room Type""" centralMeetingRoomType: String """Central Room Class""" centralRoomClass: String """Central Room Type""" centralRoomType: String """Central Room Type Description""" centralRoomTypeDescription: String """Combination Room YN""" combinationRoomYN: String """Comments""" comments: String """Suite component room numbers""" componentRoom: String """Connecting Room Number""" connectingRoomNumber: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Indicates the section to which employee belongs.""" daySection: String """Deduct YN""" deductYN: String """Defatulratecodeid""" defatulratecodeid: String """Default Rate Description""" defaultRateDesc: String """Deleted Flag""" deletedflag: String """Credits associated with the task after departure.""" departureCredits: Float """Description""" description: String """Diary name to show room in""" diaryName: String """Diarydisplayflag""" diarydisplayflag: String """Discrepancy""" discrepancy: String """Number of doors""" doors: String """Section the room belongs to for evening housekeeping""" eveningSection: String """Facility ID for eVisitor.""" evisitorFacilityId: String """Stores event types which do not require alternate spaces.""" excludedEventTypes: String """Direction room faces""" facing: String """Floor""" floor: String """The persons staying in room according to Front office.""" foPers: Float """Defines if the function space needs an alternate space when booked.""" forceAlternateYn: String """The front desk location this room should check in to.""" frontDeskLocation: String """Front Office Status of the room i.e.: Vacant or Occupied.""" frontOfficeStatus: String """Minutes occupied that define the room as 100% utilized. Maximum is 1440 minutes.""" fullUtilizationTime: Float """Generic YN""" genericYN: String """Handicapflag""" handicapflag: String """Max Height in ft""" heightmaxF: Float """Max Height in m""" heightmaxM: Float """Minumum heigth of room (feet)""" heightminF: Float """Minumum heigth of room (meters)""" heightminM: Float """Date and time when room will be released from hold.""" holdDateTime: DateTime """Hold type from resort_assignment_reasons table.""" holdType: String """User that is holding the room.""" holdUser: Float """Sequence for automatically generated task assignment.""" housekeepingAssignmentOrderBy: Float """Housekeeping Inspected date""" housekeepingInspDate: Date """Houskeeping inspected employee id""" housekeepingInspEmpId: String """The number of persons staying in the room according to housekeeping""" housekeepingPers: Float """The status of this room according to housekeeping""" housekeepingStatus: String """Image ID""" imageId: Float """Inactive Flag""" inactiveflag: String """Include in Statistics YN""" includeInStatisticsYN: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Tempflag""" internalTempflag: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """The current key code for this room. Used to create keys for a room.""" keyCode: String """Privileges available for this key""" keyOptions: String """The last check out date for this room.""" lastCheckOutDate: Date """The last meter reading for condos that track electrical usage of rented rooms.""" lastMeterReading: Float """Length (feet)""" lengthF: Float """Length (meters)""" lengthM: Float """Number of lights in the room""" light: String """Internal ID to uniquely identify the Property""" locationID: String """Loudspeakersflag""" loudspeakersflag: String """Maximum number of days before the catering event date that the space can be booked on the web.""" maxAdvance: Float """Function Space Maximum Capacity.""" maxCapacity: Float """Maximum number of groups for a Shared function space allowed.""" maxSharedGroups: Float """Maximum Occupancy""" maximumOccupancy: Float """The unit of measurement for this square units (IE: Feet Meters etc)""" measurement: String """Type of meeting room""" meetingRoomType: String """Meeting Room YN""" meetingRoomYN: String """Meetingroom Type Description""" meetingroomTypeDesc: String """Meetingroom Type Sequence""" meetingroomTypeSeq: Float """Type of microphone sockets""" microphoneSocketTypes: String """Number of microphone sockets""" microphoneSockets: Float """Minimum number of days before the catering event date that the space can be booked on the web.""" minAdvance: Float """Minimum Capacity""" minCapacity: Float """Minimum Revenue""" minimumRevenue: Float """Specifies the number of beds in this room.""" numberOfBeds: Float """Current room condition updated daily.(ie StayOverDueOutExpected etc)""" occupancyCondition: String """Discrepancy between front desk and housekeeping""" occupantDiscrepancy: Float """Used for pseudo rooms. If Y then this pseudo room will be included in Online Printing for reservation changes.""" onlinePrintingYn: String """Display sequence 2""" orderBy2: Float """Display sequence 3""" orderBy3: Float """Display sequence 4""" orderBy4: Float """Display sequence 5""" orderBy5: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Stores a Grade associated with a unit to determine the room display order in Room Assignment and Room Plan screens.""" ovosGradeCode: String """Room can be OVOS unit.""" ovosUnitYn: String """Not used""" pcode: String """Person discrepancy between front desk and houskeeping""" personDiscrepancy: Float """Phone Number""" phoneNumber: String """Physical Number of Rooms""" physicalNumberOfRooms: Float """Houskeeping credits for cleaning room in pickup status""" pickupCredits: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """Pseudo Room YN""" pseudoRoomYN: String """Default rate for the room""" publishedRateAmount: Float """Default rate code to be used to calculate the total revenue.""" publishedRateCode: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Rate Code""" rateCode: String """Rating""" rating: String """Reporting Assign Reason Desc""" repAssignReasonDescription: String """Reporting Bed Type Desc""" repBedTypeDescription: String """Reporting Meetingroom Type Desc""" repMeetingroomTypeDescription: String """Reporting Meetingroom Type Seq""" repMeetingroomTypeSequence: Float """Reporting Room Class Sell Seq""" repRoomClassSellSequence: Float """Reporting Room Features Descs""" repRoomFeaturesDescs: String """Reporting Room Status Reason""" repRoomStatusReason: String """Reporting Room Status Reason Desc""" repRoomStatusReasonDescription: String """Room return status""" returnStatus: String """Room""" room: String """Room Assignment Rating.""" roomAssignmentRating: Float """Room Category Bedtype""" roomCategoryBedtype: String """Room Category Desc""" roomCategoryDesc: String """Room Class""" roomClass: String """Room Class Central Description""" roomClassCentralDescription: String """Room Class Description""" roomClassDescription: String """Room Class Sequence""" roomClassSequence: Float """Room Condition""" roomCondition: String """Room Feature Description""" roomFeatureDescription: String """This stores the codes for the rooms features. Currently not used""" roomFeatures: String """Room Number""" roomNumber: String """Room Parity""" roomParity: String """Room Status""" roomStatus: String """Room Status Description""" roomStatusDescription: String """The date as of which the room_status is valid.""" roomStatusFromDate: Date """Room Status Reason""" roomStatusReason: String """Room Status Reason Description""" roomStatusReasonDesc: String """Room status remarks""" roomStatusRemarks: String """The date till which the room_status is valid.(Used during OO and OS status of rooms )""" roomStatusToDate: Date """Room Type""" roomType: String """Total Count of the number of days the room was used.""" roomUseCount: Float """Roomcategoryid""" roomcategoryid: String """Roomclassid""" roomclassid: String """Roomid""" roomid: String """Roomstatusreasonid""" roomstatusreasonid: String """Sequence""" sequence: Float """Current guest service status code for this room. Example: Service status can be DND (Do Not Disturb) or MUP (Make Up Room)""" serviceStatus: String """Notes for the setup of the room""" setupNotes: String """Shareableflag""" shareableflag: String """Smoking""" smoking: String """Smoking Preferences""" smokingPreferences: String """The square units for this room (IE: if a condo in the US likely the square feet of this room)""" squareUnits: Float """Stayover Credits""" stayoverCredits: Float """Standard or Suite""" suiteType: String """Suite YN""" suiteYN: String """Supplement""" supplement: String """Temp Flag""" tempFlag: String """Number for the booth""" translationboothNum: Float """Turn Down""" turnDown: String """Houskeeping credits for Turndown.""" turndownCredits: Float """Number of TV or radio sockets""" tvRadioSockets: Float """Unit""" unit: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Flag makes a Function Space visible on the web.""" visibleOnWebYn: String """Web Booking Y/N""" webBookingYn: String """Room weigth (feet)""" weightF: Float """Room weigth (meters)""" weightM: Float """Width (feet)""" widthF: Float """Width (meters)""" widthM: Float }