Table of Contents
Uses the Component:CustomerInformationType
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
CustomerInformationHeader |
Customer Information Header | 1..1 | Component | CustomerInformationHeaderType | |
CustomerInformationDetail |
Detail Line | 1..1 | Component | CustomerInformationDetailType | |
CustomerInformationRewardsCard |
The Rewards card is a credit card, that when used by the customer, the customer can earn points with every purchase they make. These points can be used towards the purchase, or lease of a new vehicle. | 0..1 | Component | CustomerInformationRewardsCardType |
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.1. CustomerInformation
<CustomerInformation> <CustomerInformationHeader>......</CustomerInformationHeader> [1..1] <CustomerInformationDetail>......</CustomerInformationDetail> [1..1] <CustomerInformationRewardsCard>......</CustomerInformationRewardsCard> [0..1] </CustomerInformation>