|
|
|
|
@ -789,30 +789,13 @@ class GenericResponseModel {
|
|
|
|
|
getCEIDFFStructureList = json['GetCEIDFFStructureList'];
|
|
|
|
|
getCEITransactionList = json['GetCEITransactionList'];
|
|
|
|
|
getCcpTransactionsList = json['GetCcpTransactionsList'];
|
|
|
|
|
if (json['GetContactDetailsList'] != null) {
|
|
|
|
|
getContactDetailsList = <GetContactDetailsList>[];
|
|
|
|
|
json['GetContactDetailsList'].forEach((v) {
|
|
|
|
|
getContactDetailsList!.add(GetContactDetailsList.fromJson(v));
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
if (json['GetContactColsStructureList'] != null) {
|
|
|
|
|
getContactColsStructureList = <GetContactColsStructureList>[];
|
|
|
|
|
json['GetContactColsStructureList'].forEach((v) {
|
|
|
|
|
getContactColsStructureList!.add(GetContactColsStructureList.fromJson(v));
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
getContactColsStructureList = json['GetContactColsStructureList'];
|
|
|
|
|
getContactDetailsList = json['GetContactDetailsList'];
|
|
|
|
|
getContactDffStructureList = json['GetContactDffStructureList'];
|
|
|
|
|
getContactNotificationBodyList = json["GetContactNotificationBodyList"] == null ? null : GetContactNotificationBodyList.fromJson(json["GetContactNotificationBodyList"]);
|
|
|
|
|
|
|
|
|
|
if (json['GetContactColsStructureList'] != null) {
|
|
|
|
|
getContactColsStructureList = [];
|
|
|
|
|
json['GetContactColsStructureList'].forEach((v) {
|
|
|
|
|
getContactColsStructureList!.add(GetContactColsStructureList.fromJson(v));
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (json['GetContactDetailsList'] != null) {
|
|
|
|
|
getContactDetailsList = [];
|
|
|
|
|
json['GetContactDetailsList'].forEach((v) {
|
|
|
|
|
@ -825,8 +808,6 @@ class GenericResponseModel {
|
|
|
|
|
getContactDffStructureList!.add(GetContactDffStructureList.fromJson(v));
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
// getContactDetailsList = json['GetContactDetailsList'];
|
|
|
|
|
// getContactDffStructureList = json['GetContactDffStructureList'];
|
|
|
|
|
getContactNotificationBodyList = json["GetContactNotificationBodyList"] == null ? null : GetContactNotificationBodyList.fromJson(json["GetContactNotificationBodyList"]);
|
|
|
|
|
|
|
|
|
|
if (json['GetCountriesList'] != null) {
|
|
|
|
|
|