-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDeposit.xml
24 lines (22 loc) · 1.15 KB
/
Deposit.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
<?xml version="1.0" encoding="UTF-8"?>
<Account xmlns="http://api.rebit.org.in/FISchema/deposit"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://api.rebit.org.in/FISchema/deposit ../FISchema/deposit.xsd"
linkedAccRef="" maskedAccNumber="" version="1.1" type="deposit">
<Profile>
<Holders type="JOINT">
<Holder name="" dob="2002-09-24" mobile="91729391923" nominee="NOT-REGISTERED"
email="qw@gmail.com" pan="AAAPL1234C" ckycCompliance="true"/>
</Holders>
</Profile>
<Summary currentBalance="" currency="" exchgeRate="" balanceDateTime="2004-04-12T13:20:00-05:00"
type="CURRENT" branch="" facility="CC" ifscCode="" micrCode="" openingDate="2004-04-12"
currentODLimit="" drawingLimit="" status="ACTIVE">
<Pending amount="20.0"/>
</Summary>
<Transactions startDate="2004-04-12" endDate="2004-04-12">
<Transaction txnId="" type="CREDIT" mode="ATM" amount="20.0" currentBalance=""
transactionTimestamp="2004-04-12T13:20:00-05:00" valueDate="2004-04-12" narration=""
reference=""/>
</Transactions>
</Account>