http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
DiscountCardInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents : DiscountCardInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
Base Type
Extension of InfoWithCompanyAndStoreId Complex Type
Diagram
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 DiscountCardInfo 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
Used By
discountCard Element
discountCard Element
NewDiscountCardInfoResult Element
discountCard Element
GetSingleDiscountCardResult Element
Source
<xs:complexType name="DiscountCardInfo" 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="DiscountCardTypeId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="DiscountCardDefinitionId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="LoyaltyCardId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="RestrictedStoreId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="CardCode" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="VerificationCode" nillable="true" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="Note" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="Blocked" type="xs:boolean" />
        <xs:element minOccurs="0" maxOccurs="1" name="BlockedNote" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents