http://retail3000.net/Retail3000Webservice/PosComponents
GiftCardTransactionInfo Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : GiftCardTransactionInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Base Type
Extension of Info Complex Type
Diagram
IsWithdrawal Element ValueChange Element TransactionDateTime Element Reference Element InvoiceSaleId Element CashSaleId Element GiftCardId Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence GiftCardTransactionInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
GiftCardId xs:int
CashSaleId xs:int
Reference optional xs:string
ValueChange xs:decimal
IsWithdrawal xs:boolean
Used By
NewGiftCardTransactionInfoResult Element
giftCardTransaction Element
GetSingleGiftCardTransactionResult Element
giftCardTransaction Element
giftCardTransaction Element
Source
<xs:complexType name="GiftCardTransactionInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Info">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="CompanyId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="GiftCardId" 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="ValueChange" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsWithdrawal" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents