Uses the Component:ServiceType
Credit Application Service
Table 6.73. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| ServiceID |
The Service ID. | 0..* | Field | oag:OpenIDType | |
| ServiceName |
The Service name. | 0..* | Field | oag:OpenNameType | |
| ServiceTypeCode |
Service type code. | 0..1 | Field | oag:CodeType | |
| ServiceDescription |
The description of the service. | 0..* | Field | oag:TextType | |
| ServiceNote |
Service Notes. | 0..* | Field | oag:TextType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.82. Service
<Service>
<ServiceID>......</ServiceID> [0..*]
<ServiceName>......</ServiceName> [0..*]
<ServiceTypeCode>......</ServiceTypeCode> [0..1]
<ServiceDescription>......</ServiceDescription> [0..*]
<ServiceNote>......</ServiceNote> [0..*]
</Service>