|
|
|
|
@ -745,8 +745,6 @@ class GenericResponseModel {
|
|
|
|
|
getCEIDFFStructureList = json['GetCEIDFFStructureList'];
|
|
|
|
|
getCEITransactionList = json['GetCEITransactionList'];
|
|
|
|
|
getCcpTransactionsList = json['GetCcpTransactionsList'];
|
|
|
|
|
getCcpTransactionsListNew = json['GetCcpTransactionsList_New'];
|
|
|
|
|
getConcurrentProgramsList = json['GetConcurrentProgramsList'];
|
|
|
|
|
if (json['GetContactDetailsList'] != null) {
|
|
|
|
|
getContactDetailsList = <GetContactDetailsList>[];
|
|
|
|
|
json['GetContactDetailsList'].forEach((v) {
|
|
|
|
|
@ -1367,8 +1365,6 @@ class GenericResponseModel {
|
|
|
|
|
data['GetCEIDFFStructureList'] = this.getCEIDFFStructureList;
|
|
|
|
|
data['GetCEITransactionList'] = this.getCEITransactionList;
|
|
|
|
|
data['GetCcpTransactionsList'] = this.getCcpTransactionsList;
|
|
|
|
|
data['GetCcpTransactionsList_New'] = this.getCcpTransactionsListNew;
|
|
|
|
|
data['GetConcurrentProgramsList'] = this.getConcurrentProgramsList;
|
|
|
|
|
if (this.getContactDetailsList != null) {
|
|
|
|
|
data['GetContactDetailsList'] = this.getContactDetailsList!.map((v) => v.toJson()).toList();
|
|
|
|
|
}
|
|
|
|
|
@ -1378,7 +1374,6 @@ class GenericResponseModel {
|
|
|
|
|
if (this.getContactDffStructureList != null) {
|
|
|
|
|
data['GetContactDffStructureList'] = this.getContactDffStructureList!.map((v) => v.toJson()).toList();
|
|
|
|
|
}
|
|
|
|
|
// data['GetCcpTransactionsList_New'] = this.getCcpTransactionsListNew;
|
|
|
|
|
data['GetContactColsStructureList'] = this.getContactColsStructureList;
|
|
|
|
|
data['GetContactDetailsList'] = this.getContactDetailsList;
|
|
|
|
|
data['GetContactDffStructureList'] = this.getContactDffStructureList;
|
|
|
|
|
|