Uses the Component:ChargesType
Charges associated with an Invoice.
Table 6.16. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| DeliveryChargeAmount |
Total additional costs for delivery | 0..1 | Field | udt:AmountType | |
| HandlingRestockChargeAmount |
Total invoice additional costs for handling and restocking of returned items | 0..1 | Field | udt:AmountType | |
| RackContainerChargeAmount |
Indicates a charge for a rack or container | 0..1 | Field | udt:AmountType | |
| ServiceFreightChargeAmount |
Total service/freight charges for invoice | 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.16. Charges
<Charges>
<DeliveryChargeAmount>......</DeliveryChargeAmount> [0..1]
<HandlingRestockChargeAmount>......</HandlingRestockChargeAmount> [0..1]
<RackContainerChargeAmount>......</RackContainerChargeAmount> [0..1]
<ServiceFreightChargeAmount>......</ServiceFreightChargeAmount> [0..1]
</Charges>