IMPS implementation
This commit is contained in:
@@ -19,13 +19,12 @@ class ImpsTransaction {
|
||||
|
||||
Map<String, dynamic> toJson() {
|
||||
return {
|
||||
'stFromAccDetails': fromAccount,
|
||||
'stBenAccNo': toAccount,
|
||||
'stTransferAmount': amount,
|
||||
'stBenIFSC': ifscCode,
|
||||
//'remitterName': remitterName,
|
||||
'stBeneName': beneficiaryName,
|
||||
'stRemarks': "Check",
|
||||
'fromAccount': fromAccount,
|
||||
'toAccount': toAccount,
|
||||
'amount': amount,
|
||||
'ifscCode': ifscCode,
|
||||
'remitterName': remitterName,
|
||||
'beneficiaryName': beneficiaryName,
|
||||
'tpin': tpin,
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user