Credit

Uses the Component:CreditType

Communicates any miscellaneous additions to the dealer settlement amount (e.g., Owner Loyalty Reimbursement Amount).

Fields and Components

Table 6.47. Fields and Components

Name Description Occurrence Type Data Type User Notes
CreditDescription

Miscellaneous additions to the dealer settlement amount (e.g., Owner Loyalty Reimbursement).

0..*Field udt:TextType  
CreditAmount

The dollar amount being added to the dealer settlement amount.

0..1Field udt:AmountType  

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

<Credit>
     <CreditDescription>......</CreditDescription>     [0..*]
     <CreditAmount>......</CreditAmount>     [0..1]
</Credit>