http://retail3000.net/Retail3000Webservice/PosComponents
ViewGiftCardInfo Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : ViewGiftCardInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Base Type
Extension of GiftCardInfo Complex Type
Diagram
CardNumberWithSuffixString Element CustomerName Element CustomerNumber Element GiftCardTypeDescription Element GiftCardDefinitionDescription Element ExpiryDate Element TransactionsRemaining Element MaxTransactions Element Balance Element InitialBalance Element PrintedDate Element ActivationDate Element Transactions Element IsBlocked Element Status Element VerificationCode Element Pincode Element CardNumberWithSuffix Element Suffix Element CardNumber Element Prefix Element InvoiceSaleId Element CashSaleId Element CustomerId Element GiftCardDefinitionId Element GiftCardTypeId Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewGiftCardInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
CustomerId xs:int
CashSaleId xs:int
Prefix xs:long
CardNumber xs:long
Suffix xs:int
Pincode xs:int
VerificationCode optional xs:string
IsBlocked xs:boolean
ActivationDate xs:dateTime
PrintedDate xs:dateTime
InitialBalance xs:decimal
Balance xs:decimal
ExpiryDate xs:dateTime
GiftCardTypeDescription optional xs:string
CustomerName optional xs:string
CardNumberWithSuffixString optional xs:string
Used By
ViewGiftCardInfo Element
Source
<xs:complexType name="ViewGiftCardInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:GiftCardInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="InitialBalance" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="Balance" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="MaxTransactions" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="TransactionsRemaining" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ExpiryDate" type="xs:dateTime" />
        <xs:element minOccurs="0" maxOccurs="1" name="GiftCardDefinitionDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="GiftCardTypeDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerNumber" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="CustomerName" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="CardNumberWithSuffixString" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents