Uses the Component:VDSharedDealTermsType
Indicates the values shared with all the incentives within the deal.
Table 6.11. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
PurchaseType |
This represents the purchase type of the Top of Deal Incentive. | 1..1 | Field | udt:TextType | |
PurchaseTypeDescription |
This represents the purchase type of the Top of Deal Incentive. | 1..1 | Field | udt:TextType | |
FinancialProvider |
The financial provider specifies the bank or finance company that is supplying the financing for this deal. | 1..1 | Field | udt:TextType | |
FinancialProviderDescription |
A description of the financial provider code specified above. | 1..1 | Field | udt:TextType | |
IncentiveTermBeginMonth |
For cases where there is financing (e.g., Purchase Type = Finance or Lease), this field will specify the minimum months term for the financing. | 1..1 | Field | udt:NumericType | |
IncentiveTermEndMonth |
For cases where there is financing (e.g., Purchase Type = Finance or Lease), this field will specify the maximum months term for the financing. | 1..1 | Field | udt:NumericType | |
MinimumDealCashValue |
This field represents the total cash value associated with the Top of Deal and the Always Stackable incentives. | 1..1 | Field | udt:AmountType |
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.11. VDSharedDealsTerm
<VDSharedDealsTerm> <PurchaseType>......</PurchaseType> [1..1] <PurchaseTypeDescription>......</PurchaseTypeDescription> [1..1] <FinancialProvider>......</FinancialProvider> [1..1] <FinancialProviderDescription>......</FinancialProviderDescription> [1..1] <IncentiveTermBeginMonth>......</IncentiveTermBeginMonth> [1..1] <IncentiveTermEndMonth>......</IncentiveTermEndMonth> [1..1] <MinimumDealCashValue>......</MinimumDealCashValue> [1..1] </VDSharedDealsTerm>