Uses the Component:TaxCreditType
Communicates any adjustments to the buy rate.
Table 6.113. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| TaxCreditTypeCode |
Indicates the type of tax credit being applied. | 1..1 | Field | scl:TaxCreditTypeEnumeratedType | |
| TaxCreditDescription |
Description of tax credit. | 0..1 | Field | udt:TextType | |
| TaxCreditAmount |
Amount of tax credit. | 0..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.113. TaxCredit
<TaxCredit>
<TaxCreditTypeCode>......</TaxCreditTypeCode> [1..1]
<TaxCreditDescription>......</TaxCreditDescription> [0..1]
<TaxCreditAmount>......</TaxCreditAmount> [0..1]
</TaxCredit>