forked from claucookie/recarga-tussam-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtussam.xml
25 lines (25 loc) · 1 KB
/
tussam.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="services.xslt"?>
<protocol>
<description>
</description>
<!--
#################################################################
TYPES
#################################################################
-->
<types>
<type name="TussamCardsDTO">
<field name="cards" type="TussamCardDTO*" description="cards"/>
</type>
<type name="TussamCardDTO">
<field name="cardName" type="string" description="name"/>
<field name="cardNumber" type="string" description="number"/>
<field name="cardType" type="string" description="type"/>
<field name="cardStatus" type="string" description="status"/>
<field name="cardCredit" type="string" description="credit"/>
<field name="isCardFavorite" type="boolean" description="is favorite?" />
<field name="lastDate" type="long" description="When did it last successfully request?"/>
</type>
</types>
</protocol>