Charges

Uses the Component:ChargesType

Charges associated with an Invoice.

Fields and Components

Table 6.16. Fields and Components

Name Description Occurrence Type Data Type User Notes
DeliveryChargeAmount

Total additional costs for delivery

0..1Field udt:AmountType  
HandlingRestockChargeAmount

Total invoice additional costs for handling and restocking of returned items

0..1Field udt:AmountType  
RackContainerChargeAmount

Indicates a charge for a rack or container

0..1Field udt:AmountType  
ServiceFreightChargeAmount

Total service/freight charges for 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.16. Charges

<Charges>
     <DeliveryChargeAmount>......</DeliveryChargeAmount>     [0..1]
     <HandlingRestockChargeAmount>......</HandlingRestockChargeAmount>     [0..1]
     <RackContainerChargeAmount>......</RackContainerChargeAmount>     [0..1]
     <ServiceFreightChargeAmount>......</ServiceFreightChargeAmount>     [0..1]
</Charges>