Uses the Component:MVResponseSharedTermsType
Table 6.22. 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 is the total cash value associated with the Top of Deal and the Always Stackable incentives. This is in effect the minimum cash that would be available for the Deal assuming that the Top of Deal and its Always Stackable add on incentives was selected. | 1..1 | Field | udt:NumericType |
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.22. MVResponseSharedTerms
<MVResponseSharedTerms> <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] </MVResponseSharedTerms>