http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
DiscountCardTransactionInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents : DiscountCardTransactionInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
Base Type
Extension of InfoWithCompanyAndStoreId Complex Type
Diagram
Amount Element Withdrawal Element TransactionDateTime Element Reference Element InvoiceSaleId Element CashSaleId Element DiscountCardId Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence DiscountCardTransactionInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
CashSaleId xs:int
Reference optional xs:string
Withdrawal xs:boolean
Amount xs:decimal
Used By
NewDiscountCardTransactionInfoResult Element
discountCardTransaction Element
GetSingleDiscountCardTransactionResult Element
discountCardTransaction Element
discountCardTransaction Element
Source
<xs:complexType name="DiscountCardTransactionInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:InfoWithCompanyAndStoreId">
      <xs:sequence>
        <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:element minOccurs="1" maxOccurs="1" name="Withdrawal" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="Amount" type="xs:decimal" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents