<xs:simpleType name="GiftCardResultExceptionCode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="NotSpecified" />
<xs:enumeration value="InsufficientBalance" />
<xs:enumeration value="MaxTransactionsReached" />
<xs:enumeration value="CardNotFound" />
<xs:enumeration value="CardExpired" />
<xs:enumeration value="CardBlocked" />
<xs:enumeration value="CardNotActivated" />
<xs:enumeration value="CardAlreadyActivated" />
<xs:enumeration value="InvalidVerificationCode" />
<xs:enumeration value="InvalidCredentials" />
<xs:enumeration value="InvalidBalance" />
<xs:enumeration value="InvalidCardStatus" />
</xs:restriction>
</xs:simpleType>
|