Created with IntelliJ IDEA. User: kstauffe Date: 9/25/13 Time: 11:48 AM A String template for sending reporting fields to Virtual Payment Providers.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| hplSetting | hplSettings | element | 0/1 | |||
| number | int | element | 1/1 | required int | ||
| template | string | element | 1/1 | required | ||
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
<userDefinedFieldTemplate>
<hplSetting>
<hplEnabled>...</hplEnabled>
<hplLite>...</hplLite>
<allowAllHotelCharges>...</allowAllHotelCharges>
<contactNumberOverride>...</contactNumberOverride>
<showMainContactLine>...</showMainContactLine>
<showCardHolderContactLine>...</showCardHolderContactLine>
<customText>...</customText>
<customText2>...</customText2>
<downloadPdfAuthorization>...</downloadPdfAuthorization>
<emailAuthorization>...</emailAuthorization>
<faxAuthorization>...</faxAuthorization>
<udfDateFormat>...</udfDateFormat>
<client>
<status/>
<parentClient/>
<accountNumber>...</accountNumber>
<name>...</name>
<type/>
</client>
<maskedCreditCard>
<id>...</id>
<clientId>...</clientId>
<number>...</number>
<expireDate>...</expireDate>
<cvc>...</cvc>
<type>...</type>
<bank>...</bank>
<name>...</name>
<title>...</title>
<phone>...</phone>
<email>...</email>
<ghostCard>...</ghostCard>
<cardFront>...</cardFront>
<cardBack>...</cardBack>
<signature>...</signature>
<payType/>
<address1>...</address1>
<address2>...</address2>
<zip>...</zip>
<city>...</city>
<region/>
</maskedCreditCard>
<faxOnThursThruSun>...</faxOnThursThruSun>
<issuingBank>...</issuingBank>
<virtualPayContact>
<client/>
<name>...</name>
<title>...</title>
<phone>...</phone>
<ext>...</ext>
<email>...</email>
<signature>...</signature>
</virtualPayContact>
<folioEmail>...</folioEmail>
<id>...</id>
<version>...</version>
</hplSetting>
<number>...</number>
<template>...</template>
<id>...</id>
<version>...</version>
<violations/>
</userDefinedFieldTemplate>