http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
InboundInvoiceVatsFilter Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents : InboundInvoiceVatsFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
Diagram
VatPercentage Element VatId Element InboundInvoiceId Element Sequence InboundInvoiceVatsFilter Complex Type
Overview
Sequence
VatId xs:int
VatPercentage xs:decimal
Used By
NewInboundInvoiceVatsFilterResult Element
filter Element
Source
<xs:complexType name="InboundInvoiceVatsFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="InboundInvoiceId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="VatId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="VatPercentage" nillable="true" type="xs:decimal" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents