ProspectParty

Uses the Component:ProspectPartyABIEType

The prospect of a particular lead, or sale.

Fields and Components

Table 6.7. Fields and Components

Name Description Occurrence Type Data Type User Notes
CommonParty

Common generic Party component

0..1ComponentPartyABIEType 
CreditCard

The credit card information for the individual purchasing the item.

0..*ComponentCreditCardType 
ElectronicPayment

To communicate all of the activities during a sales lead or a final sale.

0..*ComponentElectronicPaymentType 
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..*ComponentCustomerInformationRewardsCardType 
Insurance

Insurance information associated with the vehicle.

0..*ComponentInsuranceType 

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.7. ProspectParty

<ProspectParty>
     <CommonParty>......</CommonParty>     [0..1]
     <CreditCard>......</CreditCard>     [0..*]
     <ElectronicPayment>......</ElectronicPayment>     [0..*]
     <CustomerInformationRewardsCard>......</CustomerInformationRewardsCard>     [0..*]
     <Insurance>......</Insurance>     [0..*]
</ProspectParty>