http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
ViewDiscountCardInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents : ViewDiscountCardInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
Base Type
Extension of DiscountCardInfo Complex Type
Diagram
Reusable Element ExpiryDate Element Balance Element BlockedNote Element Blocked Element Note Element VerificationCode Element CardCode Element RestrictedStoreId Element LoyaltyCardId Element CustomerId Element DiscountCardDefinitionId Element DiscountCardTypeId Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewDiscountCardInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
CustomerId xs:int
CardCode optional xs:string
Note optional xs:string
Blocked xs:boolean
BlockedNote optional xs:string
Balance xs:decimal
ExpiryDate xs:dateTime
Reusable xs:boolean
Used By
ViewDiscountCardInfo Element
Source
<xs:complexType name="ViewDiscountCardInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:DiscountCardInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="Balance" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="ExpiryDate" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="Reusable" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents