http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
DiscountCardServiceObjectInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents : DiscountCardServiceObjectInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents
Diagram
Blocked Element ExpiryDate Element Balance Element InitialBalance Element CardCode Element CustomerId Element DiscountCardDefinitionId Element DiscountCardTypeId Element Sequence DiscountCardServiceObjectInfo Complex Type
Overview
Sequence
CustomerId xs:int
CardCode optional xs:string
InitialBalance xs:decimal
Balance xs:decimal
ExpiryDate xs:dateTime
Blocked xs:boolean
Used By
CardInfo Element
Source
<xs:complexType name="DiscountCardServiceObjectInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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="0" maxOccurs="1" name="CardCode" type="xs:string" />
    <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="ExpiryDate" type="xs:dateTime" />
    <xs:element minOccurs="1" maxOccurs="1" name="Blocked" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceCustomerComponents