CustomerInformationDetail

Uses the Component:CustomerInformationDetailType

Detail Line

Fields and Components

Table 6.16. Fields and Components

Name Description Occurrence Type Data Type User Notes
CustomerHierarchy

Customer Hierarchy Information.

0..*ComponentCustomerHierarchyType 
CustomerCharacteristic

Different type of grouping and classification of customers. This type of information is OEM or dealer specific.

0..1ComponentCustomerCharacteristicType 
CustomerFinancialInformation

Customer's Financial Information.

0..1ComponentCustomerFinancialInformationType 
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..1ComponentCustomerRewardsCardType 
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..*ComponentEventType 
VehicleBase

Vehicle Basic Business Information Entity.

0..*ComponentVehicleBBIEType 
Service

Credit Application Service

0..*ComponentServiceType 
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..*ComponentFreeFormTextGroupType 

Sample XML

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>