agentCommissionStatement Data Type

An entry statement of commissions that an agent has been paid (or is expected to be paid). Created by nick on 3/18/16.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
agent employeeInfo element 0/1 The agent that is or has received the commission.
appliedDate dateTime element 0/1 The date that the commission went into the applied status.
closeDate dateTime element 0/1 The date that the TMC closed the invoice with this commission. Closing means that no more changes can be made to the invoice's financials.
commission agentCommission element 0/1 The commission that this statement has been applied to.
expectedAmount double element 0/1 The amount that the agent expects to receive from the TMC.
paidAmount double element 0/1 The amount that the TMC has paid to the agent for this commission.
paymentDate dateTime element 0/1 The latest date that the agent should have received their commission. To be clear, this is the latest date that the TMC is required to have it in the mail.
status agentCommissionStatementStatus element 0/1 The current status of the commission.
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

<agentCommissionStatement>
  <status>
    <description>...</description>
    <name>...</name>
    <id>...</id>
    <version>...</version>
  </status>
  <paidAmount>...</paidAmount>
  <expectedAmount>...</expectedAmount>
  <appliedDate>...</appliedDate>
  <paymentDate>...</paymentDate>
  <closeDate>...</closeDate>
  <agent>
    <user>
      <answer>...</answer>
      <emailed>...</emailed>
      <newUser>...</newUser>
      <temporaryPassword>...</temporaryPassword>
      <question>...</question>
      <obeUserName>...</obeUserName>
      <obePassword>...</obePassword>
      <obeSyncId>...</obeSyncId>
      <created>...</created>
      <modifiedDate>...</modifiedDate>
      <emailedWhen>...</emailedWhen>
      <travelgpaLogin>...</travelgpaLogin>
      <groups/>
      <active>...</active>
      <prefix>...</prefix>
      <firstName>...</firstName>
      <lastName>...</lastName>
      <middleName>...</middleName>
      <suffix>...</suffix>
      <email>...</email>
      <tripitAuthorized>...</tripitAuthorized>
      <supportTitle>...</supportTitle>
      <automatedNotifications>...</automatedNotifications>
      <enableHotelAttachment>...</enableHotelAttachment>
      <atHomeNotificationMethod/>
      <inTravelNotificationMethod/>
      <cellPhoneNumber>...</cellPhoneNumber>
      <userCurrentClient/>
      <defaultClient/>
      <defaultPlannerGroup/>
      <showWelcomeDialog>...</showWelcomeDialog>
      <siteTour>...</siteTour>
      <unusedTicketEmail>...</unusedTicketEmail>
      <surveyEmail>...</surveyEmail>
      <wt0EmailEnabled>...</wt0EmailEnabled>
      <wt0EmailDaily>...</wt0EmailDaily>
      <wt0EmailDay>...</wt0EmailDay>
      <wt0EmailHour>...</wt0EmailHour>
      <marketingSubscribed>...</marketingSubscribed>
      <responsive>...</responsive>
      <businessPhoneNumber>...</businessPhoneNumber>
      <homePhoneNumber>...</homePhoneNumber>
    </user>
    <agentCode>...</agentCode>
    <office>
      <pcc>...</pcc>
      <name>...</name>
      <address1>...</address1>
      <address2>...</address2>
      <address3>...</address3>
      <city>...</city>
      <state>...</state>
      <zip>...</zip>
      <parentCompany/>
      <active>...</active>
      <branch>...</branch>
      <clientPrefix>...</clientPrefix>
      <profileSettings/>
      <afterHoursNumber>...</afterHoursNumber>
      <collectVoidLogs>...</collectVoidLogs>
      <gds/>
      <arcNumber>...</arcNumber>
      <logo>...</logo>
      <logoLink>...</logoLink>
      <afterHoursInternationalNumber>...</afterHoursInternationalNumber>
      <tollFreeNumber>...</tollFreeNumber>
      <phoneNumber>...</phoneNumber>
      <onlineOffice/>
      <showTmcAppLinks>...</showTmcAppLinks>
      <vipTollFree>...</vipTollFree>
      <vipAfterHours>...</vipAfterHours>
      <cityCode/>
      <tmcHeadQuarters>...</tmcHeadQuarters>
    </office>
    <workEmail>...</workEmail>
    <active>...</active>
    <type>...</type>
    <emailList>...</emailList>
    <category>...</category>
    <directLine>...</directLine>
    <hours>...</hours>
    <onlineAgent>...</onlineAgent>
    <recheckEmails>...</recheckEmails>
    <serviceFeesPct>...</serviceFeesPct>
    <otherServiceFeesPct>...</otherServiceFeesPct>
    <internationalAirCommissionPct>...</internationalAirCommissionPct>
    <miscCommissionPct>...</miscCommissionPct>
    <airCommissionPct>...</airCommissionPct>
    <hotelCommissionPct>...</hotelCommissionPct>
    <carCommissionPct>...</carCommissionPct>
    <employeeType>
      <code>...</code>
      <name>...</name>
    </employeeType>
    <ticketingAgent>...</ticketingAgent>
    <supportAgent>...</supportAgent>
    <onsiteAgent>...</onsiteAgent>
    <id>...</id>
    <version>...</version>
  </agent>
  <commission>
    <type>
      <name>...</name>
    </type>
    <segmentNumber>...</segmentNumber>
    <invoice>
      <itinerary/>
      <number>...</number>
      <reservations/>
      <lowFare>...</lowFare>
      <highFare>...</highFare>
      <agent/>
      <airJustification/>
      <hotelJustification/>
      <carJustification/>
      <feeJustification/>
      <assistingAgent/>
      <issueDate>...</issueDate>
    </invoice>
    <vendorName>...</vendorName>
    <confirmationNumber>...</confirmationNumber>
    <travelerName>...</travelerName>
    <ticketNumber>...</ticketNumber>
    <id>...</id>
    <version>...</version>
  </commission>
  <id>...</id>
  <version>...</version>
  <violations/>
</agentCommissionStatement>