<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>
|