IncentiveApplicationDetail

Uses the Component:IncentiveApplicationDetailType

This component contains the information for the Incentive application

Fields and Components

Table 6.52. Fields and Components

Name Description Occurrence Type Data Type User Notes
ApplicationID

Application identification

0..1Field udt:IdentifierType  
ActionCode

Type of action performed

0..1Field udt:TextType  
BuyerParty

A person or oganization buying an item.

0..1ComponentPartyABIEType 
IncentiveApplicationSale

Incentive Application Sale component

0..1ComponentIncentiveApplicationSaleType 
CustomerPaymentOptionAddress

The address where payment will be sent if the customer chooses to be paid directly

0..1Field AddressABIEType  
IncentiveApplicationTermDetail

Incentive Applicaton Term Detail information

0..1ComponentIncentiveApplicationTermDetailType 
IncentiveApplicationTierDetail

Incentive Applicaton Tier Detail information

0..1ComponentIncentiveApplicationTierDetailType 
RateOfferType

This field reflects the rate offer type (STANDARD or SUBVENTION)

0..1Field udt:TextType  
IncentiveApplicationIncentiveOptions

Incentive Optons

0..1ComponentIncentiveApplicationIncentiveOptionsType 
ManualOptions

Manual Options.

0..1ComponentManualOptionsType 
ManualBKFlag

Flag to indicate if the contract booking is done manually or in the system

0..1Field udt:IndicatorType  
ExceptionType

Used when there is a contract exception (date / rate / term / tier) for an individual

0..1Field udt:TextType  
ArtifactsTriggered

Identifies what artifacts will be coming with the deal. (RDR, CONTRACT, IA).

0..1ComponentArtifactsTriggeredType 
DealerIncentivesOpted

Flag to indicate whether dealer opted for and not opted for Dealer Cash Incentives

0..1Field udt:IndicatorType  
SubmissionDateTime

Date on which the customer incentive application was submitted

0..1Field udt:DateTimeType  
IncentivesAppliedToDeal

Whether any Rebates/Incentives were applied to the Deal.

0..1Field udt:IndicatorType  
IncentiveSignatureFlag

Indicates whether Customer has signed the Incentive acknowledgement or not.

0..1Field udt:IndicatorType  
DealType

Category/type of the Deal/Sale.

0..1Field udt:TextType  
SoldOrderIndicator

An indicator that notifies if the deal was executed as a Sold Order Deal.

0..1Field udt:IndicatorType  

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.52. IncentiveApplicationDetail

<IncentiveApplicationDetail>
     <ApplicationID>......</ApplicationID>     [0..1]
     <ActionCode>......</ActionCode>     [0..1]
     <BuyerParty>......</BuyerParty>     [0..1]
     <IncentiveApplicationSale>......</IncentiveApplicationSale>     [0..1]
     <CustomerPaymentOptionAddress>......</CustomerPaymentOptionAddress>     [0..1]
     <IncentiveApplicationTermDetail>......</IncentiveApplicationTermDetail>     [0..1]
     <IncentiveApplicationTierDetail>......</IncentiveApplicationTierDetail>     [0..1]
     <RateOfferType>......</RateOfferType>     [0..1]
     <IncentiveApplicationIncentiveOptions>......</IncentiveApplicationIncentiveOptions>     [0..1]
     <ManualOptions>......</ManualOptions>     [0..1]
     <ManualBKFlag>......</ManualBKFlag>     [0..1]
     <ExceptionType>......</ExceptionType>     [0..1]
     <ArtifactsTriggered>......</ArtifactsTriggered>     [0..1]
     <DealerIncentivesOpted>......</DealerIncentivesOpted>     [0..1]
     <SubmissionDateTime>......</SubmissionDateTime>     [0..1]
     <IncentivesAppliedToDeal>......</IncentivesAppliedToDeal>     [0..1]
     <IncentiveSignatureFlag>......</IncentiveSignatureFlag>     [0..1]
     <DealType>......</DealType>     [0..1]
     <SoldOrderIndicator>......</SoldOrderIndicator>     [0..1]
</IncentiveApplicationDetail>