Reporting fields that should be sent with one-time use card requests so that they show up in the bank reports. Author: Kurt Stauffer Date: 4/6/17 Time: 1:19 PM
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| fieldName | string | element | 1/1 | required | The field name that the value should be entered into on the final report. | |
| fieldType | string | element | 0/1 | The type that the value is, to help determine the format that should be used to display it on the report. | ||
| required | boolean | element | 1/1 | required boolean | Whether or not the value is required to be populated to successfully create a one-time use card. | |
| template | string | element | 0/1 | A code that should match to a property in the itinerary object, to describe what property (or properties) should be entered onto the report. | ||
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
<customFieldTemplate> <fieldName>...</fieldName> <template>...</template> <fieldType>...</fieldType> <required>...</required> <id>...</id> <version>...</version> <violations/> </customFieldTemplate>