Created with IntelliJ IDEA. User: kstauffe Date: 9/24/13 Time: 10:49 AM A destination to send fax confirmations to. This could be teams, specific emails, or wild cards like 'agent'
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| string | element | 1/1 | required | |||
| faxFailed | boolean | element | 1/1 | required boolean | Flag indicating whether or not to send the fax summary email if it failed | |
| faxSuccess | boolean | element | 1/1 | required boolean | Flag indicating whether or not to send the fax summary email if it was successful | |
| hplSetting | hplSettings | element | 0/1 | |||
| summaryWithErrors | boolean | element | 1/1 | required boolean | Flag indicating whether or not to send the summary email if there are errors | |
| summaryWithoutErrors | boolean | element | 1/1 | required boolean | Flag indicating whether or not to send the summary email if there are no errors | |
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
<hplEmail>
<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>
<email>...</email>
<summaryWithoutErrors>...</summaryWithoutErrors>
<summaryWithErrors>...</summaryWithErrors>
<faxSuccess>...</faxSuccess>
<faxFailed>...</faxFailed>
<id>...</id>
<version>...</version>
<violations/>
</hplEmail>