IncentiveFinance

Uses the Component:IncentiveFinanceType

Finance Information

Fields and Components

Table 6.53. Fields and Components

Name Description Occurrence Type Data Type User Notes
IncentiveFinanceTerm

The length of a contract in months

0..*Field qdt:NonNegativeIntegerNumericType  
IncentiveFinanceTier

The credit tier that the customer qualfies for based on their credit score. Used to determine the interest rates and incentives that the customer qualifies for

0..1Field udt:TextType  
Source

Finance source of the incentive

0..1Field udt:TextType  

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.53. IncentiveFinance

<IncentiveFinance>
     <IncentiveFinanceTerm>......</IncentiveFinanceTerm>     [0..*]
     <IncentiveFinanceTier>......</IncentiveFinanceTier>     [0..1]
     <Source>......</Source>     [0..1]
</IncentiveFinance>