MVResponseSharedTerms

Uses the Component:MVResponseSharedTermsType

Fields and Components

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..1Field udt:TextType  
PurchaseTypeDescription

This represents the purchase type of the Top of Deal Incentive.

1..1Field udt:TextType  
FinancialProvider

The financial provider specifies the bank or finance company that is supplying the financing for this deal.

1..1Field udt:TextType  
FinancialProviderDescription

A description of the financial provider code specified above.

1..1Field 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..1Field 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..1Field 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..1Field udt:NumericType  

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