fees Data Type

Provides fee information for a client.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
afterHoursMonthly decimal element 0/1   Fee for after hours monthly
afterHoursPhoneLine boolean element 0/1   Whether this client has a custom after hours phone line
afterHoursService decimal element 0/1   Fee for after hours service
afterHoursVip decimal element 0/1   Fee for after hours vip service
afterHoursVipAllowed boolean element 0/1   Whether this client uses after hours vip service
agentCodes string element 0/1   Onsite agent codes of the clients onsites
ccReconciliation decimal element 0/1   Fee for credit card reconciliation
ccReconciliationAllowed boolean element 0/1   Whether this client uses credit card reconciliation
client client element 1/1 required The client that this fee information is for.
dateLockExpired boolean element 0/1    
fullserviceAgentAssist decimal element 0/1   Fee for fullservice agent assist/book online
fullserviceAwardTravel decimal element 0/1   Fee for fullservice award travel
fullserviceDomestic decimal element 0/1   Fee for fullservice domestic
fullserviceHotelCarOnly decimal element 0/1   Fee for fullservice hotel and car only
fullserviceInternational decimal element 0/1   Fee for fullservice international
fullserviceRoundWorld decimal element 0/1   Fee for fullservice round the world
hplFee decimal element 0/1   Fee for hotel prepay logic
locked boolean element 0/1    
locksAfter long element 0/1   Days after creation to auto lock
onlineAgentAssist decimal element 0/1   Fee for online agent assist
onlineAgentExchange decimal element 0/1   Fee for online agent exchange
onlineAgentTicket decimal element 0/1   Fee for online agent ticket
onlineCliqbook decimal element 0/1   Fee for online cliqbook
onlineExchangeAllowed boolean element 0/1    
onlineHotelCarOnly decimal element 0/1   Fee for online hotel and car only
onlineRearden decimal element 0/1   Fee for online rearden
onlineResx decimal element 0/1   Fee for online resx
onlineTouchlessExchange decimal element 0/1   Fee for online touchless exchange (concur, etc.)
onsiteAir decimal element 0/1   Fee for onsite air
onsiteBackupDay decimal element 0/1   Fee for onsite backup per day
onsiteBackupHour decimal element 0/1   Fee for onsite backup hourly rate
onsiteBillMonthly boolean element 0/1   Whether the onsite fees are billed monthly
onsiteBookingBuilder decimal element 0/1   Fee for onsite booking builder
onsiteHotelCarOnly decimal element 0/1   Fee for onsite hotel and car only
onsiteInternational decimal element 0/1   Fee for onsite international
onsitePos decimal element 0/1   Fee for onsite pos
pos boolean element 0/1   Whether this info is Point of Sale, otherwise assume fees are monthly/other
tripitPro decimal element 0/1   Fee for Tripit pro transactions
Properties inherited from baseHibernateEntity
id long element 0/1   The unique internal ID of the object.
version long element 0/1   For internal use only. This is the serialization recorder for optimistic locking of several objects between sessions.
Properties inherited from baseEntity
violations list of simpleViolation element 0/unbounded   A list of constraint violations, if any, that this object has.

Example

<fees>
  <client>
    <status>
      <name>...</name>
      <active>...</active>
    </status>
    <parentClient/>
    <accountNumber>...</accountNumber>
    <name>...</name>
    <type>
      <name>...</name>
      <hide>...</hide>
      <level>...</level>
    </type>
    <id>...</id>
    <version>...</version>
  </client>
  <onlineResx>...</onlineResx>
  <onlineCliqbook>...</onlineCliqbook>
  <onlineRearden>...</onlineRearden>
  <onlineHotelCarOnly>...</onlineHotelCarOnly>
  <onlineAgentAssist>...</onlineAgentAssist>
  <onlineAgentTicket>...</onlineAgentTicket>
  <onlineAgentExchange>...</onlineAgentExchange>
  <onlineTouchlessExchange>...</onlineTouchlessExchange>
  <fullserviceDomestic>...</fullserviceDomestic>
  <fullserviceInternational>...</fullserviceInternational>
  <fullserviceHotelCarOnly>...</fullserviceHotelCarOnly>
  <fullserviceRoundWorld>...</fullserviceRoundWorld>
  <fullserviceAwardTravel>...</fullserviceAwardTravel>
  <fullserviceAgentAssist>...</fullserviceAgentAssist>
  <onsiteAir>...</onsiteAir>
  <onsiteHotelCarOnly>...</onsiteHotelCarOnly>
  <onsitePos>...</onsitePos>
  <onsiteBookingBuilder>...</onsiteBookingBuilder>
  <onsiteBackupHour>...</onsiteBackupHour>
  <onsiteBackupDay>...</onsiteBackupDay>
  <onsiteInternational>...</onsiteInternational>
  <agentCodes>...</agentCodes>
  <onsiteBillMonthly>...</onsiteBillMonthly>
  <afterHoursMonthly>...</afterHoursMonthly>
  <afterHoursService>...</afterHoursService>
  <afterHoursVip>...</afterHoursVip>
  <afterHoursVipAllowed>...</afterHoursVipAllowed>
  <afterHoursPhoneLine>...</afterHoursPhoneLine>
  <hplFee>...</hplFee>
  <ccReconciliation>...</ccReconciliation>
  <ccReconciliationAllowed>...</ccReconciliationAllowed>
  <tripitPro>...</tripitPro>
  <pos>...</pos>
  <locked>...</locked>
  <dateLockExpired>...</dateLockExpired>
  <locksAfter>...</locksAfter>
  <onlineExchangeAllowed>...</onlineExchangeAllowed>
  <id>...</id>
  <version>...</version>
  <violations/>
</fees>