Uses the Component:ProspectPartyABIEType
The co-prospect of a particular lead, or sale.
Table 6.36. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
CommonParty |
Common generic Party component | 0..1 | Component | PartyABIEType | |
CreditCard |
The credit card information for the individual purchasing the item. | 0..* | Component | CreditCardType | |
ElectronicPayment |
To communicate all of the activities during a sales lead or a final sale. | 0..* | Component | ElectronicPaymentType | |
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..* | Component | CustomerInformationRewardsCardType | |
Insurance |
Insurance information associated with the vehicle. | 0..* | Component | InsuranceType |
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.36. Co-ProspectParty
<Co-ProspectParty> <CommonParty>......</CommonParty> [0..1] <CreditCard>......</CreditCard> [0..*] <ElectronicPayment>......</ElectronicPayment> [0..*] <CustomerInformationRewardsCard>......</CustomerInformationRewardsCard> [0..*] <Insurance>......</Insurance> [0..*] </Co-ProspectParty>