InvoiceTotalsType

Complex Type Information

Model

Used By

Element InvoiceTotals

Source

<xsd:complexType name="InvoiceTotalsType">
  <xsd:sequence>
    <xsd:element ref="TotalLineItems" minOccurs="0"/>
    <xsd:element ref="LineItemTotalAmount" minOccurs="0"/>
    <xsd:element ref="ShippingTotalAmount" minOccurs="0"/>
    <xsd:element ref="Allowances" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="InvoiceTotal"/>
    <xsd:element ref="TaxOrDutyTotals" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>