Allowance

Uses the Component:AllowanceType

The Allowance Component represents the allowance information associated with the Invoice.

Fields and Components

Table 6.15. Fields and Components

Name Description Occurrence Type Data Type User Notes
CoOpDollarsAmount

A monetary voucher given back to a dealer for purchasing parts that can be used only for advertising expenses

0..1Field udt:AmountType  
AllowancesLostDiscountsAmount

Allowed amount for lost discounts

0..1Field udt:AmountType  
MonthlyReturnAmount

A monthly monetary voucher given back to a dealer for parts that have been returned.

0..1Field udt:AmountType  
SpecialAllowanceAmount

Special allowance amounts generated by this invoice.

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

<Allowance>
     <CoOpDollarsAmount>......</CoOpDollarsAmount>     [0..1]
     <AllowancesLostDiscountsAmount>......</AllowancesLostDiscountsAmount>     [0..1]
     <MonthlyReturnAmount>......</MonthlyReturnAmount>     [0..1]
     <SpecialAllowanceAmount>......</SpecialAllowanceAmount>     [0..1]
</Allowance>