http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
DiscountCardTransactionsFilter Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents : DiscountCardTransactionsFilter Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
Diagram
TransactionDateTime Element Reference Element InvoiceSaleId Element CashSaleId Element DiscountCardId Element StoreId Element Sequence DiscountCardTransactionsFilter Complex Type
Overview
Sequence
StoreId xs:int
CashSaleId xs:int
Reference optional xs:string
Used By
NewDiscountCardTransactionsFilterResult Element
filter Element
Source
<xs:complexType name="DiscountCardTransactionsFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="DiscountCardId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="CashSaleId" type="xs:int" />
    <xs:element minOccurs="1" maxOccurs="1" name="InvoiceSaleId" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="Reference" type="xs:string" />
    <xs:element minOccurs="1" maxOccurs="1" name="TransactionDateTime" type="xs:dateTime" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents