Uses the Component:CustomerInformationDetailType
Detail Line
Table 6.16. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
CustomerHierarchy |
Customer Hierarchy Information. | 0..* | Component | CustomerHierarchyType | |
CustomerCharacteristic |
Different type of grouping and classification of customers. This type of information is OEM or dealer specific. | 0..1 | Component | CustomerCharacteristicType | |
CustomerFinancialInformation |
Customer's Financial Information. | 0..1 | Component | CustomerFinancialInformationType | |
CustomerRewardsCard |
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 | CustomerRewardsCardType | |
PartyActionEvent |
An action taken for an event by or in behalf of the party. This can be used to track the creation of the party, deletion, or end date. This action is dirrectly related to the party. | 0..* | Component | EventType | |
VehicleBase |
Vehicle Basic Business Information Entity. | 0..* | Component | VehicleBBIEType | |
Service |
Credit Application Service | 0..* | Component | ServiceType | |
FreeFormTextGroup |
This component allows for the free form entry of notes and text descriptions. Detailed data should use one of the existing fields or submit a modification request back to STAR to capture the appropriate data. | 0..* | Component | FreeFormTextGroupType |
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.22. CustomerInformationDetail
<CustomerInformationDetail> <CustomerHierarchy>......</CustomerHierarchy> [0..*] <CustomerCharacteristic>......</CustomerCharacteristic> [0..1] <CustomerFinancialInformation>......</CustomerFinancialInformation> [0..1] <CustomerRewardsCard>......</CustomerRewardsCard> [0..1] <PartyActionEvent>......</PartyActionEvent> [0..*] <VehicleBase>......</VehicleBase> [0..*] <Service>......</Service> [0..*] <FreeFormTextGroup>......</FreeFormTextGroup> [0..*] </CustomerInformationDetail>