{
  "openapi": "3.0.3",
  "info": {
    "title": "AMX Lite API",
    "description": "REST APIs used by the AMX Lite Flutter application. Request/response examples are derived from Dart model `///` comments and client code.",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://{tenantHost}",
      "description": "Main API (TenantHelper.getMainUrl())",
      "variables": {
        "tenantHost": {
          "default": "api.example.com",
          "description": "KWT: almullaexchange / OMN: modernexchange"
        }
      }
    },
    {
      "url": "https://{folioHost}",
      "description": "Folio CDN (TenantHelper.getFolioUrl())",
      "variables": {
        "folioHost": {
          "default": "folio.example.com"
        }
      }
    }
  ],
  "tags": [
    {
      "name": "Add Bene"
    },
    {
      "name": "Add Shipping Address"
    },
    {
      "name": "Assisted Bene"
    },
    {
      "name": "Beneficiary"
    },
    {
      "name": "Biometric"
    },
    {
      "name": "Bottom Navigation"
    },
    {
      "name": "Branches"
    },
    {
      "name": "Cart"
    },
    {
      "name": "Customerfeedback"
    },
    {
      "name": "Dashboard"
    },
    {
      "name": "Document Upload"
    },
    {
      "name": "Employment Details"
    },
    {
      "name": "Enet"
    },
    {
      "name": "Enet Payment History"
    },
    {
      "name": "Exchange Rate"
    },
    {
      "name": "Forgot Password"
    },
    {
      "name": "Fx Order"
    },
    {
      "name": "General"
    },
    {
      "name": "Language"
    },
    {
      "name": "Mpin"
    },
    {
      "name": "My Info"
    },
    {
      "name": "Mytransactions"
    },
    {
      "name": "Newlogin"
    },
    {
      "name": "Preloginlanguage"
    },
    {
      "name": "Preloginsignup"
    },
    {
      "name": "Prestige"
    },
    {
      "name": "Quick Remit"
    },
    {
      "name": "Scan Code"
    },
    {
      "name": "Send Money"
    },
    {
      "name": "Signup Create Login Credentials"
    },
    {
      "name": "Signup Paci"
    },
    {
      "name": "Signup Personal Details"
    },
    {
      "name": "Signup Upload Ekyc"
    },
    {
      "name": "Transaction Status"
    },
    {
      "name": "Tutorials"
    },
    {
      "name": "Upload Civil Id"
    },
    {
      "name": "Wu Details"
    }
  ],
  "x-deprecation-summary": {
    "totalDeprecated": 9,
    "constants": [
      "addBeneSemeDynamic",
      "dashboardPage",
      "downloadReceipt",
      "eKycUpload",
      "getRemitReceipt",
      "getRepeatCart",
      "passportLogin",
      "prestigeCustomerCoupon",
      "remitTranxCouponCodeValidate"
    ]
  },
  "paths": {
    "/api/remitt/account/wt/list": {
      "post": {
        "tags": [
          "Cart"
        ],
        "summary": "bankTransferList",
        "operationId": "bankTransferList",
        "description": "Flutter model: `WireTransferBankListResponseModel` (`lib/data/model/WireTransferBankListResponseModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/WireTransferBankListResponseModelResponse"
                },
                "example": {
                  "timestamp": 1768879712756,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "accountHoldingName": "Al Mulla Exchange Company LLC",
                      "bankName": "BURGAN BANK",
                      "recepientBankAccno": "2060103996",
                      "currency": "KWD",
                      "accountId": 1,
                      "ibanNumber": "KW82BRGN0000000000002060108337"
                    }
                  ],
                  "results": [],
                  "traceId": "IGU-6603d-8Q46ilCeJXZ-525176-xxx-8Q46nxBjORO",
                  "traceid": "IGU-6603d-8Q46ilCeJXZ-525176-xxx-8Q46nxBjORO",
                  "signature": "92e0550417af0dad229c5364406d42af"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/WireTransferBankListResponseModelRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/user/bnfcry/predicted-trnx-details-List": {
      "get": {
        "tags": [
          "Dashboard"
        ],
        "summary": "transactionPredicationList",
        "operationId": "transactionPredicationList",
        "description": "Flutter model: `transactionPredicationModel` (`lib/data/model/transactionPredicationModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/transactionPredicationModelResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/transactionPredicationModelRequest"
              },
              "example": {
                "isPushNotification": "string"
              }
            }
          }
        }
      }
    },
    "/api/user/bnfcry/remind-me/prediction": {
      "get": {
        "tags": [
          "Dashboard"
        ],
        "summary": "remindMeLater",
        "operationId": "remindMeLater",
        "description": "Flutter model: `transactionPredicationModel` (`lib/data/model/transactionPredicationModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/transactionPredicationModelResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/transactionPredicationModelRequest"
              },
              "example": {
                "isPushNotification": "string"
              }
            }
          }
        }
      }
    },
    "/api/user/change/payment-modes": {
      "post": {
        "tags": [
          "Dashboard",
          "Mytransactions"
        ],
        "summary": "changePaymentType",
        "operationId": "changePaymentType",
        "description": "Flutter model: `ChangePaymentTypeResponse` (`lib/data/model/ChangePaymentTypeResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ChangePaymentTypeResponseResponse"
                },
                "example": {
                  "timestamp": 1721736575453,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": null,
                  "results": [
                    {
                      "success": true
                    }
                  ],
                  "traceid": "CDZ-xxxxx-8Bste1OEdxg-000000-xxx-8Bste1OEdxh",
                  "signature": "c333d6c2a039344656e254ca8f1d05da"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "$ref": "#/components/schemas/ChangePaymentTypeResponseRequest"
              },
              "example": {
                "paymentType": "string"
              }
            }
          }
        }
      }
    },
    "/api/user/reset-mkey-fkey": {
      "post": {
        "tags": [
          "Mpin"
        ],
        "summary": "reSetMPin",
        "operationId": "reSetMPin",
        "description": "Flutter model: `SetMPinResponse` (`lib/data/model/SetMPinResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SetMPinResponseResponse"
                },
                "example": {
                  "statusKey": "SUCCESS",
                  "exception": null,
                  "errors": null,
                  "message": null,
                  "timestamp": 1745295944337,
                  "error": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "warningKey": null,
                  "path": null,
                  "logs": null,
                  "results": [],
                  "signature": "1cd7d7d69120a87ff064a95cbba7d05d",
                  "data": {
                    "fKey": "8-E6CD",
                    "mKey": "0772-6"
                  },
                  "meta": null,
                  "traceid": "CER-CD8ED-8IL3Fzqsv3p-006617-xxx-8IL3HAd9mk3",
                  "warnings": null,
                  "redirectUrl": null,
                  "status": "200",
                  "messageKey": null
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SetMPinResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/user/validate/qr-token": {
      "post": {
        "tags": [
          "Scan Code"
        ],
        "summary": "validateQr",
        "operationId": "validateQr",
        "description": "Flutter model: `ValidateQRResponse` (`lib/data/model/ValidateQRResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateQRResponseResponse"
                },
                "example": {
                  "timestamp": 1722777495530,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": null,
                  "results": [
                    {
                      "success": true
                    }
                  ],
                  "traceid": "LHE-xxxxx-8BMtwRCcpnI-000000-xxx-8BMtwRCu0vN",
                  "signature": "669d4afab6fd48b03402d142eb24ddbc"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "$ref": "#/components/schemas/ValidateQRResponseRequest"
              },
              "example": {
                "token": "string"
              }
            }
          }
        }
      }
    },
    "/pub/support/token": {
      "get": {
        "tags": [
          "Customerfeedback",
          "Enet"
        ],
        "summary": "getToken",
        "operationId": "getTokenCall",
        "description": "Flutter model: `TokenResponseModel` (`lib/data/model/TokenResponseModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TokenResponseModelResponse"
                },
                "example": {
                  "timestamp": 1767939492032,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": null,
                  "results": [
                    {
                      "token": "Y6xbitxIfIEbe1LNnPMa60NNapAsg9sDznC/ymS/gATMzV0BIUyMesaAMeEMGng0UpcecxpZYoez3/Xs9SdV1C6wpWakbDdLlwXMa2d0+18="
                    }
                  ],
                  "traceId": "ASG-6603d-8PM1vea77Vn-525176-xxx-8PM2yKNp65d",
                  "traceid": "ASG-6603d-8PM1vea77Vn-525176-xxx-8PM2yKNp65d",
                  "signature": "c8ce08424d6557e4fd1807f14e1a07ac"
                }
              }
            }
          }
        }
      }
    },
    "/api/bene/getUpiHandels": {
      "get": {
        "tags": [
          "Add Bene",
          "Beneficiary"
        ],
        "summary": "getUPIHandelList",
        "operationId": "getUPIHandelList",
        "description": "Flutter model: `GetUPIHandelResponse` (`lib/data/model/GetUPIHandelResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUPIHandelResponseResponse"
                },
                "example": {
                  "timestamp": 1728972716079,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "upiHandelId": 81,
                      "bankName": "Yes Bank",
                      "handelName": "@ptyes"
                    }
                  ],
                  "results": [],
                  "traceId": "VPH-17793-8DHuoLxyx91-321971-xxx-8DHusew9aQQ",
                  "traceid": "VPH-17793-8DHuoLxyx91-321971-xxx-8DHusew9aQQ",
                  "signature": "397e96c320f005b4fd51bd8ba1e7d3d9"
                }
              }
            }
          }
        }
      }
    },
    "/api/bnfcry/meta/bank-branch/list": {
      "post": {
        "tags": [
          "Add Bene"
        ],
        "summary": "getBranchList",
        "operationId": "getBranchList",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/bnfcry/meta/bank/list": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "addBeneSemeDynamic",
        "operationId": "addBeneSemeDynamic",
        "deprecated": true,
        "description": "**Deprecated:** Not referenced via `ApiConstants.addBeneSemeDynamic` in active code (see `lib/`, excluding `unused_folders/`).",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/bnfcry/meta/fields/list": {
      "post": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneSemeDynamicFieldList",
        "operationId": "addBeneSemeDynamicFieldList",
        "description": "Flutter model: `SDABMetaFieldListResponse` (`lib/data/model/SDABMetaFieldListResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SDABMetaFieldListResponseResponse"
                },
                "example": {
                  "timestamp": 1758531173001,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": {},
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "fieldName": "INDIC2",
                      "fieldDescription": null,
                      "mandatory": false,
                      "optional": false,
                      "render": false,
                      "required": true
                    }
                  ],
                  "results": [],
                  "traceId": "IMN-72597-8MRj2rXK2pu-184466-xxx-8MRj5yq3Pi0",
                  "traceid": "IMN-72597-8MRj2rXK2pu-184466-xxx-8MRj5yq3Pi0",
                  "signature": "ea3d4c28efc88c159dedf3e131cd677b"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SDABMetaFieldListResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/bnfcry/meta/institution_category/list": {
      "get": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneSemeDynamicBeneInstitutionCategory",
        "operationId": "addBeneSemeDynamicBeneInstitutionCategory",
        "description": "Flutter model: `SDABInstitutionCategoryResponse` (`lib/data/model/SDABInstitutionCategoryResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SDABInstitutionCategoryResponseResponse"
                },
                "example": {
                  "timestamp": 1758782406430,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": {},
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "institutionCategoryId": 14,
                      "description": "Others",
                      "_id": 14,
                      "_name": "Others",
                      "_local_name": null,
                      "_code": null,
                      "_value": null
                    }
                  ],
                  "results": [],
                  "traceId": "PCQ-0471e-8MW84qxFwzn-184466-xxx-8MW8jp3zbwQ",
                  "traceid": "PCQ-0471e-8MW84qxFwzn-184466-xxx-8MW8jp3zbwQ",
                  "signature": "48c54eb6d14cd1c0a5d04b64786fa836"
                }
              }
            }
          }
        }
      }
    },
    "/api/bnfcry/meta/types": {
      "get": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneSemeDynamicBeneType",
        "operationId": "addBeneSemeDynamicBeneTypeCall",
        "description": "Flutter model: `SDABBeneTypeResponse` (`lib/data/model/SDABBeneTypeResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SDABBeneTypeResponseResponse"
                },
                "example": {
                  "timestamp": 1758769532389,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": {},
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "beneficaryStatusId": 1,
                      "beneficaryStatusName": "Individual",
                      "createdDate": null,
                      "selfApplicable": true,
                      "_id": 1,
                      "_name": null,
                      "_local_name": null,
                      "_code": "INDIVIDUAL",
                      "_value": null
                    }
                  ],
                  "results": [],
                  "traceId": "PCQ-0471e-8MVSTpViedI-184466-xxx-8MVSYKbRFqp",
                  "traceid": "PCQ-0471e-8MVSTpViedI-184466-xxx-8MVSYKbRFqp",
                  "signature": "e458cd1d2b07ad50d43115905881b03e"
                }
              }
            }
          }
        }
      }
    },
    "/api/coupon-code/data": {
      "post": {
        "tags": [
          "Quick Remit",
          "Send Money"
        ],
        "summary": "remitCouponCode",
        "operationId": "remitCouponCode",
        "description": "Flutter model: `RemittanceCouponCodeResponse` (`lib/data/model/RemittanceCouponCodeResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RemittanceCouponCodeResponseResponse"
                },
                "example": {
                  "timestamp": 1720858526458,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": null,
                  "results": [
                    {
                      "couponCodeList": [
                        {
                          "uuId": "...",
                          "couponCode": "...",
                          "discPercentOnCommission": "...",
                          "countryId": "..."
                        }
                      ],
                      "couponFreeTextDisplay": false
                    }
                  ],
                  "traceid": "IDN-17793-8Bbpjm6k4Eg-330674-xxx-8BbprtMXbSu",
                  "signature": "25eeadbc0d36b63c761f8518e6c68d38"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RemittanceCouponCodeResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/docs/api/customer/update-customer-kyc-paci": {
      "post": {
        "tags": [
          "Signup Paci"
        ],
        "summary": "updateCustomerKycPaci",
        "operationId": "updateCustomerKycPaci",
        "description": "Flutter model: `—` (`—`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "statusKey": {
                      "type": "string"
                    },
                    "message": {
                      "nullable": true
                    },
                    "data": {
                      "type": "object",
                      "properties": {}
                    },
                    "results": {
                      "type": "array",
                      "items": {}
                    }
                  },
                  "required": [
                    "statusKey",
                    "data",
                    "results"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/updateCustomerKycPaciRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/docs/api/customer/upload": {
      "post": {
        "tags": [
          "Document Upload"
        ],
        "summary": "uploadDocuments",
        "operationId": "uploadDocuments",
        "description": "Flutter model: `UploadDocumentListResponse` (`lib/data/model/UploadDocumentListResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UploadDocumentListResponseResponse"
                },
                "example": {
                  "timestamp": 1726463653471,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "documents": [
                      {
                        "documentType": "DECLARATION_LETTER",
                        "documentTypeDesc": "Declaration Letter ",
                        "documentCategory": "COMPANY_DOCUMENT",
                        "documentCategoryDesc": "Company Document ",
                        "docTypeMasterId": 41,
                        "reasonCode": null
                      }
                    ]
                  },
                  "results": [],
                  "traceid": "NUN-17793-8CVi17Sc6wo-321971-xxx-8CVi7hkO8cc",
                  "signature": "11fb7fe30693ae4a9051087413b95a7e"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UploadDocumentListResponseRequest"
              },
              "example": {
                "documents": "string"
              }
            }
          }
        }
      }
    },
    "/api/docs/api/customer/upload/pending": {
      "get": {
        "tags": [
          "Document Upload"
        ],
        "summary": "documentUploadList",
        "operationId": "documentUploadList",
        "description": "Flutter model: `UploadDocumentListResponse` (`lib/data/model/UploadDocumentListResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UploadDocumentListResponseResponse"
                },
                "example": {
                  "timestamp": 1726463653471,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "documents": [
                      {
                        "documentType": "DECLARATION_LETTER",
                        "documentTypeDesc": "Declaration Letter ",
                        "documentCategory": "COMPANY_DOCUMENT",
                        "documentCategoryDesc": "Company Document ",
                        "docTypeMasterId": 41,
                        "reasonCode": null
                      }
                    ]
                  },
                  "results": [],
                  "traceid": "NUN-17793-8CVi17Sc6wo-321971-xxx-8CVi7hkO8cc",
                  "signature": "11fb7fe30693ae4a9051087413b95a7e"
                }
              }
            }
          }
        }
      }
    },
    "/api/docs/upload/url": {
      "post": {
        "tags": [
          "Assisted Bene"
        ],
        "summary": "getDocUploadUrl",
        "operationId": "getDocUploadUrl",
        "description": "Flutter model: `GetUploadUrlResponseModel` (`lib/data/model/GetUploadUrlResponseModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUploadUrlResponseModelResponse"
                },
                "example": {
                  "timestamp": 1735875813842,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "id": null,
                    "response": null,
                    "status": null,
                    "name": "",
                    "uploadUrl": "https://cdnd-kwt.amxremit.com/docs/pub/v2/file/upload?timestamp=1735875813842&key=8FQ6abYRCHg&hmac=9EEEC6376209A08C0FFD0CF23143323C6011447821788A388C1A624E839DC1F1&dir=C1330674&doc...",
                    "civilID": null,
                    "userID": null,
                    "identity": null,
                    "FILE_ID": null,
                    "DOC_TYPE": null,
                    "DOC_ID": null,
                    "DOC_NUM": null,
                    "USER_DIR": null,
                    "MIMETYPE": null,
                    "OCR": null,
                    "_id": null
                  },
                  "results": [],
                  "traceid": "MEU-561f4-8FQ60xHyd1W-330674-xxx-8FQ6abXJeaZ",
                  "signature": "27279df97bac03c8067629a6b8a74568"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetUploadUrlResponseModelRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/form/fetch-overview-meta": {
      "get": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneDynamicFormOverview",
        "operationId": "addBeneDynamicFormOverview",
        "description": "Flutter model: `AddBeneDynamicOverviewResponse` (`lib/data/model/AddBeneDynamicOverviewResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AddBeneDynamicOverviewResponseResponse"
                },
                "example": {
                  "timestamp": 1745172958216,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "overview": [
                      {
                        "label": "Beneficiary Details",
                        "value": "AMX LITE\nBeneficiary Type: Individual"
                      }
                    ]
                  },
                  "results": [],
                  "traceId": "CER-17793-8IIH8nzedWS-006617-xxx-8IIHdUCBjrU",
                  "traceid": "CER-17793-8IIH8nzedWS-006617-xxx-8IIHdUCBjrU",
                  "signature": "ce41c3795bdad8609f69677b6d83024e"
                }
              }
            }
          }
        }
      }
    },
    "/api/form/fetch-section-meta": {
      "get": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneDynamicSections",
        "operationId": "addBeneDynamicSections",
        "description": "Flutter model: `AddBeneDynamicSectionsResponse` (`lib/data/model/AddBeneDynamicSectionsResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AddBeneDynamicSectionsResponseResponse"
                },
                "example": {
                  "timestamp": 1745076668921,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "name": "ADDBENE_SECTION_1",
                      "label": "CHOOSE COUNTRY and CURRENCY",
                      "order": 1,
                      "summery": "CANADA - CAD",
                      "last": false
                    }
                  ],
                  "results": [],
                  "traceId": "DVB-17793-8IGQtihdSk1-006617-xxx-8IGQxCaRSxM",
                  "traceid": "DVB-17793-8IGQtihdSk1-006617-xxx-8IGQxCaRSxM",
                  "signature": "b2e47fcda44c4895f305a532b30fea42"
                }
              }
            }
          }
        }
      }
    },
    "/api/form/fields/bnfcry": {
      "get": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneSemeDynamicBeneNameFields",
        "operationId": "addBeneSemeDynamicBeneNameFields",
        "description": "Flutter model: `SDABNameFieldResponse` (`lib/data/model/SDABNameFieldResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SDABNameFieldResponseResponse"
                },
                "example": {
                  "timestamp": 1758770004998,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "id": 103,
                      "entityName": "BENEFICIARY",
                      "field": {
                        "name": "BENE_FIRST_NAME",
                        "required": false,
                        "type": "text",
                        "defaultValue": null,
                        "minLength": 1,
                        "maxLength": 100,
                        "validationRegex": [
                          "..."
                        ],
                        "label": "First Name",
                        "possibleValues": null,
                        "dtoPath": "firstName",
                        "additionalValidations": {},
                        "minValue": null,
                        "maxValue": null,
                        "valueUnit": null,
                        "editable": true,
                        "apiOpts": null,
                        "groupName": null,
                        "groupStrategy": null,
                        "liveValidation": null,
                        "fieldInfo": null
                      }
                    }
                  ],
                  "results": [],
                  "traceId": "PCQ-0471e-8MVSTpViedI-184466-xxx-8MVTxDRyfl1",
                  "traceid": "PCQ-0471e-8MVSTpViedI-184466-xxx-8MVTxDRyfl1",
                  "signature": "a005c8ee0e4d82c8b9ec15e3fee0f629"
                }
              }
            }
          }
        }
      }
    },
    "/api/form/init": {
      "post": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneDynamicFormInit",
        "operationId": "addBeneDynamicFormInit",
        "description": "Flutter model: `AddBeneDynamicFormInitResponse` (`lib/data/model/AddBeneDynamicFormInitResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AddBeneDynamicFormInitResponseResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AddBeneDynamicFormInitResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/form/pull": {
      "post": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneDynamicFormPull",
        "operationId": "addBeneDynamicFormPull",
        "description": "Flutter model: `AddBeneDynamicPullResponse` (`lib/data/model/AddBeneDynamicPullResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AddBeneDynamicPullResponseResponse"
                },
                "example": {
                  "status": "200",
                  "exception": null,
                  "traceid": "TKA-CD8ED-8InKsUQLtyw-006617-xxx-8InLoTjynzL",
                  "results": [],
                  "warningFlags": {
                    "value": 0
                  },
                  "path": null,
                  "signature": "d6d3c5cfc14d2a43958816199f2d4cc5",
                  "errors": null,
                  "warningKey": null,
                  "meta": null,
                  "redirectUrl": null,
                  "logs": null,
                  "traceId": "TKA-CD8ED-8InKsUQLtyw-006617-xxx-8InLoTjynzL",
                  "timestamp": 1744083282276,
                  "error": null,
                  "message": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "warnings": null,
                  "data": {
                    "steps": [
                      {
                        "fields": [
                          "..."
                        ],
                        "label": null,
                        "helpText": "Please enter beneficiary name exactly as per visa record.",
                        "submitBtnTxt": "Click to update name details",
                        "step": "CHANNEL",
                        "last": true
                      }
                    ],
                    "section": {
                      "label": "BENE TYPE AND MODE OF TRANSFER",
                      "order": 2,
                      "name": "ADDBENE_SECTION_2",
                      "summery": null,
                      "last": false
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AddBeneDynamicPullResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/form/push": {
      "post": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneDynamicFormPush",
        "operationId": "addBeneDynamicFormPush",
        "description": "Flutter model: `AddBeneDynamicPushResponse` (`lib/data/model/AddBeneDynamicPushResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AddBeneDynamicPushResponseResponse"
                },
                "example": {
                  "timestamp": 1744258906588,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "error": {}
                  },
                  "results": [],
                  "traceId": "MAT-132BA-8Ir8snAGoU7-006617-xxx-8Ir8zwVQME4",
                  "traceid": "MAT-132BA-8Ir8snAGoU7-006617-xxx-8Ir8zwVQME4",
                  "signature": "5bc69263789818596e7f002ddeb77c72"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AddBeneDynamicPushResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/form/validate": {
      "post": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneDynamicFormValidate",
        "operationId": "addBeneDynamicFormValidate",
        "description": "Flutter model: `AddBeneDynamicValidationResponse` (`lib/data/model/AddBeneDynamicValidationResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AddBeneDynamicValidationResponseResponse"
                },
                "example": {
                  "timestamp": 1744857362433,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "fieldErrors": {},
                    "state": null,
                    "validationErrors": null
                  },
                  "results": [],
                  "traceId": "CER-132BA-8ICDeo4R4pG-006617-xxx-8ICDllJlx4T",
                  "traceid": "CER-132BA-8ICDeo4R4pG-006617-xxx-8ICDllJlx4T",
                  "signature": "9fee9e24d997581276f63d1a0a6352c4"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AddBeneDynamicValidationResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/fxo/address/add": {
      "post": {
        "tags": [
          "Add Shipping Address"
        ],
        "summary": "addShippingAddress",
        "operationId": "addShippingAddress",
        "description": "Flutter model: `AddShippingAddressResponse` (`lib/data/model/AddShippingAddressResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AddShippingAddressResponseResponse"
                },
                "example": {
                  "timestamp": 1718423164651,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "countryId": 91,
                    "stateId": null,
                    "districtId": null,
                    "mobile": null,
                    "telPrefix": null,
                    "block": "3",
                    "street": "tesr",
                    "flatNo": "df",
                    "buildingNo": "2",
                    "cityId": null,
                    "areaCode": null,
                    "addressType": "Local Home Address",
                    "addressTypeDto": {
                      "_id": 0,
                      "_name": "Local Home Address",
                      "_local_name": null,
                      "_code": "LHA",
                      "_value": null
                    },
                    "govermentId": 3,
                    "govermentAreaId": 82,
                    "modelType": "fc-sale-shipping-address-save"
                  },
                  "results": [],
                  "traceId": "GYA-9c4d6-8AqPwvoWl9S-330674-xxx-8AqPKVkkwpB",
                  "traceid": "GYA-9c4d6-8AqPwvoWl9S-330674-xxx-8AqPKVkkwpB",
                  "signature": "c552860a2bbb0721ad01f2a2d9bd032f"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AddShippingAddressResponseRequest"
              },
              "example": {
                "addressType": "string",
                "addressTypeDto": "string",
                "_code": "string",
                "_id": "string",
                "_name": "string",
                "block": "string",
                "buildingNo": "string",
                "flatNo": "string",
                "street": "string",
                "govermentAreaId": "string",
                "govermentId": "string",
                "countryId": "string",
                "modelType": "string"
              }
            }
          }
        }
      }
    },
    "/api/fxo/address/delete": {
      "post": {
        "tags": [
          "Cart"
        ],
        "summary": "deleteShippingAddress",
        "operationId": "deleteShippingAddress",
        "description": "Flutter model: `deleteAddressResponse` (`lib/data/model/deleteAddressResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/deleteAddressResponseResponse"
                },
                "example": {
                  "timestamp": 1718427142156,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "addressId": 4075304,
                    "customerId": 1330674,
                    "companyId": 1,
                    "countryId": null,
                    "languageId": null,
                    "shortName": null,
                    "shortNameLocal": null,
                    "amlStatus": null,
                    "title": null,
                    "firstName": "KANMANI SUBRAMANIYAN",
                    "middleName": null,
                    "lastName": "PALANIYAPPAN",
                    "titleLocal": null,
                    "firstNameLocal": null,
                    "middleNameLocal": null,
                    "lastNameLocal": null,
                    "alterEmailId": null,
                    "mobile": "66670193",
                    "companyName": null,
                    "companyNameLocal": null,
                    "email": null,
                    "fatherName": null,
                    "contactPerson": null,
                    "contactNumber": null,
                    "isActive": null,
                    "engFullName": null,
                    "localContactCountry": "KUWAIT",
                    "localContactState": "KUWAIT",
                    "localContactDistrict": "KUWAIT",
                    "localContactCity": "ARDIYA",
                    "localContactBuilding": "39",
                    "localContatFlat": null,
                    "street": "1",
                    "house": "39",
                    "block": "2",
                    "adressType": "Local address",
                    "areaDesc": "",
                    "flat": "2",
                    "telephone": null,
                    "buildingNo": null,
                    "...": "truncated"
                  },
                  "results": [],
                  "traceId": "GYA-9c4d6-8AqTNiQwiLB-330674-xxx-8AqUuDrS3Bu",
                  "traceid": "GYA-9c4d6-8AqTNiQwiLB-330674-xxx-8AqUuDrS3Bu",
                  "signature": "9b19552a8e1ee90656501641a456028b"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "$ref": "#/components/schemas/deleteAddressResponseRequest"
              },
              "example": {
                "addressId": "string"
              }
            }
          }
        }
      }
    },
    "/api/fxo/address/list": {
      "get": {
        "tags": [
          "Add Shipping Address",
          "Cart"
        ],
        "summary": "fxoCartShippingList",
        "operationId": "fxoCartShippingList",
        "description": "Flutter model: `ShippingAddressResponse` (`lib/data/model/ShippingAddressResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ShippingAddressResponseResponse"
                },
                "example": {
                  "timestamp": 1718428627321,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "addressId": 4075304,
                      "customerId": 1330674,
                      "companyId": 1,
                      "countryId": null,
                      "languageId": null,
                      "shortName": null,
                      "shortNameLocal": null,
                      "amlStatus": null,
                      "title": null,
                      "firstName": "KANMANI SUBRAMANIYAN",
                      "middleName": null,
                      "lastName": "PALANIYAPPAN",
                      "titleLocal": null,
                      "firstNameLocal": null,
                      "middleNameLocal": null,
                      "lastNameLocal": null,
                      "alterEmailId": null,
                      "mobile": "66670193",
                      "companyName": null,
                      "companyNameLocal": null,
                      "email": null,
                      "fatherName": null,
                      "contactPerson": null,
                      "contactNumber": null,
                      "isActive": null,
                      "engFullName": null,
                      "localContactCountry": "KUWAIT",
                      "localContactState": "KUWAIT",
                      "localContactDistrict": "KUWAIT",
                      "localContactCity": "ARDIYA",
                      "localContactBuilding": "39",
                      "localContatFlat": null,
                      "street": "1",
                      "house": "39",
                      "block": "2",
                      "adressType": "Local address",
                      "areaDesc": "",
                      "flat": "2",
                      "telephone": null,
                      "buildingNo": null,
                      "...": "truncated"
                    }
                  ],
                  "results": [],
                  "traceId": "GYA-9c4d6-8AqWeNUbVax-330674-xxx-8AqWgiYDoqs",
                  "traceid": "GYA-9c4d6-8AqWeNUbVax-330674-xxx-8AqWgiYDoqs",
                  "signature": "add3d74d59957d5a425fb44baba77098"
                }
              }
            }
          }
        }
      }
    },
    "/api/fxo/address/types": {
      "get": {
        "tags": [
          "Add Shipping Address"
        ],
        "summary": "getAddressType",
        "operationId": "getAddressType",
        "description": "Flutter model: `AddressTypeResponse` (`lib/data/model/AddressTypeResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AddressTypeResponseResponse"
                },
                "example": {
                  "timestamp": 1718101960244,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "_id": null,
                      "_name": "Local Home Address",
                      "_local_name": null,
                      "_code": "LHA",
                      "_value": null
                    }
                  ],
                  "results": [],
                  "traceId": "HNA-561f4-8AkF4qGY2nO-330674-xxx-8AkFccGq6ct",
                  "traceid": "HNA-561f4-8AkF4qGY2nO-330674-xxx-8AkFccGq6ct",
                  "signature": "56667fb0c4a85a5b31857f5f156f01fc"
                }
              }
            }
          }
        }
      }
    },
    "/api/fxo/application/add": {
      "post": {
        "tags": [
          "Fx Order"
        ],
        "summary": "addFxOrder",
        "operationId": "addFxOrder",
        "description": "Flutter model: `AddFxOrderResponse` (`lib/data/model/AddFxOrderResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AddFxOrderResponseResponse"
                },
                "example": {
                  "timestamp": 1716257362533,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "txnFee": null,
                    "exRateBreakup": null,
                    "denominationType": null,
                    "purposeOfTrnxId": null,
                    "sourceOffundId": null,
                    "remittanceAppId": null,
                    "documentIdForPayment": null,
                    "documentFinancialYear": null,
                    "netPayableAmount": 0,
                    "merchantTrackId": null,
                    "deliveryCharges": 2.0,
                    "timeSlot": [
                      {
                        "date": "21/05/2024",
                        "timeSlot": [
                          "..."
                        ]
                      }
                    ],
                    "cartDetails": [
                      {
                        "applicationId": 675886,
                        "companyId": 1,
                        "documentFinanceYear": 2024,
                        "documentId": null,
                        "isActive": "Y",
                        "remittanceApplicationId": null,
                        "foreignTranxAmount": 10,
                        "localTranxAmount": 0.052,
                        "localCommisionAmount": null,
                        "localChargeAmount": null,
                        "localDeliveryAmount": null,
                        "localNetTranxAmount": 0.052,
                        "applicationType": "FS",
                        "customerId": 1330674,
                        "exchangeRateApplied": 0.0052,
                        "documentNo": 27000145,
                        "foreignCurrency": 4,
                        "localCurrency": 1,
                        "spldeal": null,
                        "applicationTypeDesc": "FOREIGN CURRENCY SALE",
                        "customerSignature": null,
                        "sourceofincome": "2",
                        "instruction": null,
                        "sourceOfIncomeDesc": "BONUS",
                        "remittanceDescription": null,
                        "deliveryDescription": null,
                        "foreignCurrencyDesc": "INDIAN RUPEE",
                        "amtbCouponEncashed": null,
                        "denominationType": null,
                        "denominationTypeDesc": "High Value Notes",
                        "applicationCountryId": 91,
                        "pgPaymentId": null,
                        "pgPaymentSeqDtlId": null,
                        "deliveryDetSeqId": null,
                        "travelStartDate": 1716402600000,
                        "travelEndDate": 1717007400000,
                        "travelCountryId": 150,
                        "travelCountryName": "ARGENTINA",
                        "purposeOftrnxId": "7",
                        "purposeOftrnxDesc": "BUSINESS TRAVEL",
                        "...": "truncated"
                      }
                    ],
                    "txnFeeBg": null,
                    "vatType": null,
                    "vatPercentage": null,
                    "vatAmount": null,
                    "vat": false,
                    "totalNetTrnxFeesStr": null,
                    "totalNetTrnxFees": null
                  },
                  "results": [],
                  "traceId": "IDD-561f4-8zLdOhRnEVk-330674-xxx-8zLefr3zp6r",
                  "traceid": "IDD-561f4-8zLdOhRnEVk-330674-xxx-8zLefr3zp6r",
                  "signature": "52e8fb40c1142b2dd61f7e82cec562f3"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AddFxOrderResponseRequest"
              },
              "example": {
                "foreignCurrencyId": "string",
                "foreignAmount": "string",
                "currencyDenominationType": "string",
                "sourceOfFundId": "string",
                "purposeOfTrnx": "string",
                "travelCountryId": "string",
                "startDate": "string",
                "endDate": "string"
              }
            }
          }
        }
      }
    },
    "/api/fxo/application/list": {
      "get": {
        "tags": [
          "Cart",
          "Dashboard",
          "Fx Order"
        ],
        "summary": "fxoCartList",
        "operationId": "fxoCartList",
        "description": "Flutter model: `FxOrderCartListResponse` (`lib/data/model/FxOrderCartListResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/FxOrderCartListResponseResponse"
                },
                "example": {
                  "timestamp": 1716236414108,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "shoppingCartList": [
                      {
                        "applicationId": 677966,
                        "companyId": 1,
                        "documentFinanceYear": 2024,
                        "documentId": null,
                        "isActive": "Y",
                        "remittanceApplicationId": null,
                        "foreignTranxAmount": 100,
                        "localTranxAmount": 0.52,
                        "localCommisionAmount": null,
                        "localChargeAmount": null,
                        "localDeliveryAmount": null,
                        "localNetTranxAmount": 0.52,
                        "applicationType": "FS",
                        "customerId": 1321971,
                        "exchangeRateApplied": 0.0052,
                        "documentNo": 27000769,
                        "foreignCurrency": 4,
                        "localCurrency": 1,
                        "spldeal": null,
                        "applicationTypeDesc": "FOREIGN CURRENCY SALE",
                        "customerSignature": null,
                        "sourceofincome": "2",
                        "instruction": null,
                        "sourceOfIncomeDesc": "BONUS",
                        "remittanceDescription": null,
                        "deliveryDescription": null,
                        "foreignCurrencyDesc": "INDIAN RUPEE",
                        "amtbCouponEncashed": null,
                        "denominationType": null,
                        "denominationTypeDesc": "High Value Notes",
                        "applicationCountryId": 91,
                        "pgPaymentId": null,
                        "pgPaymentSeqDtlId": null,
                        "deliveryDetSeqId": null,
                        "travelStartDate": null,
                        "travelEndDate": null,
                        "travelCountryId": 150,
                        "travelCountryName": "ARGENTINA",
                        "purposeOftrnxId": "7",
                        "purposeOftrnxDesc": "BUSINESS TRAVEL",
                        "...": "truncated"
                      }
                    ],
                    "deliveryCharges": 2,
                    "totalNetAmount": 2.52,
                    "totalAmount": 0.52,
                    "paymentModeDto": null,
                    "totalPurchaseAmountStr": null,
                    "totalTrnxFeesStr": null,
                    "totalNetTrnxFees": null,
                    "totalVatAmountStr": null
                  },
                  "results": [],
                  "traceId": "AEY-5e326-8zKPcdyCmMr-321971-xxx-8zKPixFtn0t",
                  "traceid": "AEY-5e326-8zKPcdyCmMr-321971-xxx-8zKPixFtn0t",
                  "signature": "56ee950e5b1caa836bcd20f881e6cc7b"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/FxOrderCartListResponseRequest"
              },
              "example": {
                "fxCouponCode": "string"
              }
            }
          }
        }
      }
    },
    "/api/fxo/application/remove/v1": {
      "post": {
        "tags": [
          "Cart"
        ],
        "summary": "removeFxOrder",
        "operationId": "removeFxOrder",
        "description": "Flutter model: `RemoveFxOrderResponse` (`lib/data/model/RemoveFxOrderResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RemoveFxOrderResponseResponse"
                },
                "example": {
                  "timestamp": 1716259557922,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "txnFee": null,
                    "exRateBreakup": null,
                    "denominationType": null,
                    "purposeOfTrnxId": null,
                    "sourceOffundId": null,
                    "remittanceAppId": null,
                    "documentIdForPayment": null,
                    "documentFinancialYear": null,
                    "netPayableAmount": 0,
                    "merchantTrackId": null,
                    "deliveryCharges": null,
                    "timeSlot": null,
                    "cartDetails": [],
                    "txnFeeBg": null,
                    "vatType": null,
                    "vatPercentage": null,
                    "vatAmount": null,
                    "vat": false,
                    "totalNetTrnxFeesStr": null,
                    "totalNetTrnxFees": null
                  },
                  "results": [],
                  "traceId": "IDD-561f4-8zLgPZ5redL-330674-xxx-8zLgRynARp9",
                  "traceid": "IDD-561f4-8zLgPZ5redL-330674-xxx-8zLgRynARp9",
                  "signature": "c1cddf9d512c348b86dcfe81e547c582"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "multipart/form-data": {
              "schema": {
                "$ref": "#/components/schemas/RemoveFxOrderResponseRequest"
              },
              "example": {
                "receiptApplId": "string",
                "hashValue": "string"
              }
            }
          }
        }
      }
    },
    "/api/fxo/ccy/list": {
      "get": {
        "tags": [
          "Add Bene",
          "Fx Order"
        ],
        "summary": "countryCurrencyList",
        "operationId": "countryCurrencyList",
        "description": "Flutter model: `CountryCurrencyResponse` (`lib/data/model/CountryCurrencyResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CountryCurrencyResponseResponse"
                },
                "example": {
                  "timestamp": 1714796359546,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "currencyId": 2,
                      "currencyCode": "002",
                      "currencyName": "US Dollar",
                      "quoteName": "USD",
                      "countryId": 92,
                      "fundMinRate": null,
                      "fundMaxRate": null,
                      "cashBuyMinRate": null,
                      "cashBuyMaxRate": null,
                      "cashSellMinRate": null,
                      "cashSellMaxRate": null,
                      "cashRateTolerance": null,
                      "cbkBuyRate": null,
                      "cbkSellRate": null,
                      "defaultVal": false,
                      "decimalNumber": 2
                    }
                  ],
                  "results": [],
                  "traceId": "IQD-5e326-8zj9f9c45Xt-321971-xxx-8zjaatIwrdU",
                  "traceid": "IQD-5e326-8zj9f9c45Xt-321971-xxx-8zjaatIwrdU",
                  "signature": "f86d9d623576b9c631a6055671df252a"
                }
              }
            }
          }
        }
      }
    },
    "/api/fxo/checkout": {
      "post": {
        "tags": [
          "Cart"
        ],
        "summary": "checkoutFxOrder",
        "operationId": "checkoutFxOrder",
        "description": "Flutter model: `FxOrderCardCheckOutResponse` (`lib/data/model/FxOrderCardCheckOutResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/FxOrderCardCheckOutResponseResponse"
                },
                "example": {
                  "timestamp": 1716354227941,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": "https://paygd1-kwt.amxremit.com/payg/app/payment?amount=2.052&trckid=1330674&pg=KNET&docFy=2024&docNo=40373&docId=40373&tnt=KWT&callbackd=aHR0cHM6Ly9hcHBkMS1rd3QuYW14cmVtaXQuY29tL2...",
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "remittanceAppId": 675889,
                    "documentIdForPayment": "40373",
                    "documentId": null,
                    "documentFinancialYear": 2024,
                    "netPayableAmount": 2.052,
                    "currencyQuote": null,
                    "merchantTrackId": 1330674,
                    "maxPayableAmount": null,
                    "kioskParams": {
                      "refundLimit": null,
                      "applicationCountryId": null,
                      "companyId": null,
                      "branchCode": null,
                      "mUserName": null,
                      "ipAddress": null,
                      "newBagRef": null,
                      "applIds": null,
                      "paymentType": null,
                      "payToken": null,
                      "paymentId": null,
                      "kioskType": null,
                      "iposType": null,
                      "authCode": null,
                      "terminalId": null,
                      "transactionId": null,
                      "remittanceApplicationId": [],
                      "fcSaleApplicationId": []
                    },
                    "pgCode": "KNET"
                  },
                  "results": [],
                  "traceId": "WFA-9C4DF-8zN5xwTD1wi-330674-xxx-8zN5CgikKf4",
                  "traceid": "WFA-9C4DF-8zN5xwTD1wi-330674-xxx-8zN5CgikKf4",
                  "signature": "1f2f178f9f78c6692587ab6715ef1c0a"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/FxOrderCardCheckOutResponseRequest"
              },
              "example": {
                "cartDetailList": "string",
                "applicationId": "string",
                "deliveryDate": "string",
                "shippingAddressId": "string",
                "timeSlot": "string",
                "totalKnetAmount": "string",
                "fxCouponCode": "string"
              }
            }
          }
        }
      }
    },
    "/api/fxo/fx-coupon-code-data": {
      "get": {
        "tags": [
          "Cart"
        ],
        "summary": "fxCouponCartData",
        "operationId": "fxCouponCartData",
        "description": "Flutter model: `FxCouponCodeDataResponse` (`lib/data/model/FxCouponCodeDataResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/FxCouponCodeDataResponseResponse"
                },
                "example": {
                  "timestamp": 1720759666595,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "fxCouponCodeList": [
                      {
                        "uuId": "1CF6B3BE26CAEFB1E0650A9204D5F483",
                        "couponCodeType": "SNAMX1",
                        "couponCodeDesc": "FX ONLINE ORDER PROMO FOR ALL CURRENCY",
                        "discPercentOnDelivery": 100
                      }
                    ],
                    "couponUserEntrable": null,
                    "fxCouponFreeTextDisplay": true
                  },
                  "results": [],
                  "traceId": "QUH-8B9Ip-8B9Ipn9rBwZ-330674-xxx-8B9Izpy5Sqn",
                  "traceid": "QUH-8B9Ip-8B9Ipn9rBwZ-330674-xxx-8B9Izpy5Sqn",
                  "signature": "9805f1b6760c032c6934e4d50d3dfd6a"
                }
              }
            }
          }
        }
      }
    },
    "/api/fxo/price": {
      "get": {
        "tags": [
          "Fx Order"
        ],
        "summary": "fxoAmountInfo",
        "operationId": "fxoAmountInfo",
        "description": "Flutter model: `FxoAmountResponse` (`lib/data/model/FxoAmountResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/FxoAmountResponseResponse"
                },
                "example": {
                  "timestamp": 1714798296628,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "txnFee": "2.000",
                    "exRateBreakup": {
                      "netAmount": 3.35,
                      "netAmountWithoutLoyality": null,
                      "lcDecimalNumber": 3,
                      "fcDecimalNumber": 2,
                      "roundedDomAmount": null,
                      "roundedDomXRate": null,
                      "deliveryCharges": 0,
                      "trnxFee": 0,
                      "vatType": null,
                      "vatPercentage": null,
                      "vatAmount": 0,
                      "originalExchangeRate": null,
                      "extraCollectedAmount": null,
                      "domXRate": 0.0135,
                      "forXRate": 74.07,
                      "forAmount": 100.0,
                      "domAmount": 1.35
                    },
                    "denominationType": null,
                    "purposeOfTrnxId": null,
                    "sourceOffundId": null,
                    "remittanceAppId": null,
                    "documentIdForPayment": null,
                    "documentFinancialYear": null,
                    "netPayableAmount": 0,
                    "merchantTrackId": null,
                    "deliveryCharges": null,
                    "timeSlot": null,
                    "cartDetails": null,
                    "txnFeeBg": 2.0,
                    "vatType": null,
                    "vatPercentage": null,
                    "vatAmount": null,
                    "vat": false,
                    "totalNetTrnxFeesStr": null,
                    "totalNetTrnxFees": null
                  },
                  "results": [],
                  "traceId": "IQD-5e326-8zjbiCJn3Fs-321971-xxx-8zjctwBTbC9",
                  "traceid": "IQD-5e326-8zjbiCJn3Fs-321971-xxx-8zjctwBTbC9",
                  "signature": "8247b9b4a5b7571a39febfd10d607990"
                }
              }
            }
          }
        }
      }
    },
    "/api/fxo/purpose/list": {
      "get": {
        "tags": [
          "Fx Order"
        ],
        "summary": "fxoPurposeList",
        "operationId": "fxoPurposeList",
        "description": "Flutter model: `FxoPurposeListResponse` (`lib/data/model/FxoPurposeListResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/FxoPurposeListResponseResponse"
                },
                "example": {
                  "timestamp": 1714796358602,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "purposeId": 7,
                      "countryId": 91,
                      "companyId": 1,
                      "purposeFullDesc": "BUSINESS TRAVEL",
                      "purposeShortDesc": "07",
                      "localFullDesc": null,
                      "localShortDesc": null,
                      "createdBy": null,
                      "creationDate": null,
                      "modifiedBy": null,
                      "modifiedDate": null,
                      "isActive": "Y"
                    }
                  ],
                  "results": [],
                  "traceId": "IQD-5e326-8zj9f9c45Xt-321971-xxx-8zjaapUDM8h",
                  "traceid": "IQD-5e326-8zj9f9c45Xt-321971-xxx-8zjaapUDM8h",
                  "signature": "5447863dee0548222b0b6ae45b5cc59b"
                }
              }
            }
          }
        }
      }
    },
    "/api/fxo/slots/list": {
      "get": {
        "tags": [
          "Cart"
        ],
        "summary": "fxoCartShippingDate",
        "operationId": "fxoCartShippingDate",
        "description": "Flutter model: `FxOrderCartDeliveryResponse` (`lib/data/model/FxOrderCartDeliveryResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/FxOrderCartDeliveryResponseResponse"
                },
                "example": {
                  "timestamp": 1716236415481,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "date": "20/05/2024",
                      "timeSlot": null
                    }
                  ],
                  "results": [],
                  "traceId": "AEY-5e326-8zKPcdyCmMr-321971-xxx-8zKPiE0BO9R",
                  "traceid": "AEY-5e326-8zKPcdyCmMr-321971-xxx-8zKPiE0BO9R",
                  "signature": "1d3142791b29f7835b5d80193453e80d"
                }
              }
            }
          }
        }
      }
    },
    "/api/fxo/tranx/list": {
      "get": {
        "tags": [
          "Mytransactions",
          "Transaction Status"
        ],
        "summary": "fxOrderListUrl",
        "operationId": "fxOrderListUrl",
        "description": "Flutter model: `MyFxOrderListModel` (`lib/data/model/MyFxOrderListModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MyFxOrderListModelResponse"
                },
                "example": {
                  "timestamp": 1713160625917,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "idno": 74655572,
                      "customerReference": 2517617,
                      "documentNumber": 12600110,
                      "documentDate": "14/05/2019 09:29:47",
                      "documentFinanceYear": 2019,
                      "transactionReferenceNo": "2019/12600110 ,2019/12600111",
                      "foreignCurrencyCode": "EUR ,INR",
                      "exchangeRate": 0.36555,
                      "foreignTransactionAmount": null,
                      "currencyQuoteName": null,
                      "transactionStatusDesc": null,
                      "transactionTypeDesc": "FC SALE",
                      "collectionDocumentNo": 37000323,
                      "localCurrencyAmout": null,
                      "collectionDocumentCode": 2,
                      "collectionDocumentFinYear": 2019,
                      "branchDesc": "ONLINE",
                      "customerId": 1321971,
                      "localTrnxAmount": 731.1,
                      "sourceOfIncomeId": null,
                      "purposeOfTrnx": "PAYMENT TO MEDICAL INSTITUTIONS & HOSPITALS,BUSINESS TRAVEL",
                      "documentCode": 74,
                      "deliveryDetSeqId": 2934,
                      "pagDetSeqId": 2832,
                      "orderStatus": "Ordered",
                      "orderStatusCode": "ORD",
                      "deliveryDate": "14/05/2019",
                      "deliveryTime": "11:00-13:00",
                      "customerName": "GAFOOR HUSSAIN",
                      "deliveryCharges": 2,
                      "createdDate": "14/05/2019",
                      "sourceOfIncomeDesc": "LOTTERY ,FINAL SETTLEMENT",
                      "travelCountryName": "EGYPT ,INDIA",
                      "travelDateRange": "14/05/2019 to 29/05/2019 ,14/05/2019 to 31/05/2019",
                      "localCurrQuoteName": "KWD",
                      "multiAmount": "EUR 2000 ,INR 450",
                      "multiExchangeRate": "EUR 0.36555 ,INR 0.00495",
                      "deliveryAddress": "",
                      "inventoryId": "",
                      "otpTokenPrefix": null,
                      "...": "truncated"
                    }
                  ],
                  "results": [],
                  "traceId": "ZBU-5e326-8yNJPhNiu7D-321971-xxx-8yNJYHOH0JZ",
                  "traceid": "ZBU-5e326-8yNJPhNiu7D-321971-xxx-8yNJYHOH0JZ",
                  "signature": "676ed8b86bef152774dedfc24f3b3c5b"
                }
              }
            }
          }
        }
      }
    },
    "/api/fxo/tranx/status": {
      "get": {
        "tags": [
          "Transaction Status"
        ],
        "summary": "fxOrderStatus",
        "operationId": "fxOrderStatusCall",
        "description": "Flutter model: `KnetTransactionResponse` (`lib/data/model/KnetTransactionResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/KnetTransactionResponseResponse"
                },
                "example": {
                  "timestamp": 1716981796205,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "status": "PAYMENT_CANCELED_BY_USER",
                    "netAmount": 2.026,
                    "transactionReference": "2024/27000179",
                    "errorMessage": null,
                    "errorCategory": null,
                    "receiptNo": null,
                    "fxOrderTrnxHistroyDTO": null,
                    "responseCodeDetail": {
                      "responseCode": "CANCELED",
                      "responseDesc": "Canceled Transaction",
                      "almullaErrorCode": "100080",
                      "category": "TXN_CANCEL_SUCC",
                      "pgPaymentId": "100415010000016771",
                      "pgReferenceId": null,
                      "pgAuth": null,
                      "pgTransId": null,
                      "type": "TECHNICAL",
                      "status": "DECLINED",
                      "clientResponse": {
                        "CANCELED": "Canceled Transaction"
                      }
                    }
                  },
                  "results": [],
                  "traceId": "FEU-2EC0F-8zZ92jM5YSz-330674-xxx-8zZ93QwZQ02",
                  "traceid": "FEU-2EC0F-8zZ92jM5YSz-330674-xxx-8zZ93QwZQ02",
                  "signature": "e80a70450350947de5754f4f7ad83c50"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/KnetTransactionResponseRequest"
              },
              "example": {
                "docNo": "string",
                "docFy": "string",
                "docId": "string",
                "trckid": "string"
              }
            }
          }
        }
      }
    },
    "/api/get/reward-data": {
      "get": {
        "tags": [
          "Dashboard",
          "Prestige"
        ],
        "summary": "prestigeRewardData",
        "operationId": "prestigeRewardData",
        "description": "Flutter model: `PrestigeRewardResponseModel` (`lib/data/model/PrestigeRewardResponseModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PrestigeRewardResponseModelResponse"
                },
                "example": {
                  "statusKey": "SUCCESS",
                  "exception": null,
                  "errors": null,
                  "message": null,
                  "timestamp": 1760409965876,
                  "error": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "warningKey": null,
                  "path": null,
                  "logs": null,
                  "results": [],
                  "signature": "c7d9ae4882e69216c9b675a548b337be",
                  "data": {
                    "rewardFlags": {
                      "alsayer": true,
                      "prestige": true
                    },
                    "loungeDetails": {
                      "visitLeft": 10,
                      "loungeDetails": [
                        {
                          "id": "...",
                          "expiredOn": "...",
                          "redeemOn": "...",
                          "rewardpool": "...",
                          "cardId": "...",
                          "rewardInfo": "..."
                        }
                      ]
                    },
                    "loungeDetailsv2": {
                      "rewardInfo": {
                        "provider_ar": "قاعة اللؤلؤة",
                        "provider": "Kuwait Lounge",
                        "loungeInfo": "Lounge Access Kuwait",
                        "hoursOfOperation": "244 hours daily",
                        "loungeLocations": [
                          "..."
                        ],
                        "location": "Test Data"
                      },
                      "visitLeft": 10,
                      "rewardIds": [
                        {
                          "id": "...",
                          "expiredOn": "..."
                        }
                      ]
                    },
                    "scratchCardDetails": [
                      {
                        "id": "684bb792210e8008cd967546",
                        "expiredOn": "2026-06-13T11:00:58.59+05:30",
                        "redeemOn": null,
                        "rewardpool": null,
                        "cardId": null,
                        "rewardInfo": {
                          "userGroup": "...",
                          "test": "..."
                        }
                      }
                    ]
                  },
                  "meta": null,
                  "traceid": "YOQ-CD8ED-8NroKF2jLYQ-337195-xxx-8NroLolBOjt",
                  "warnings": null,
                  "redirectUrl": null,
                  "status": "200",
                  "messageKey": null
                }
              }
            }
          }
        }
      }
    },
    "/api/meta/agent/list": {
      "post": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneSemeDynamicAgents",
        "operationId": "addBeneSemeDynamicAgentsCall",
        "description": "Flutter model: `SDABAgentListResponse` (`lib/data/model/SDABAgentListResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SDABAgentListResponseResponse"
                },
                "example": {
                  "timestamp": 1758701876734,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "applicationCountryId": 91,
                      "routingCountryId": 92,
                      "serviceGroupId": 1,
                      "serviceBankId": 2677,
                      "serviceBankCode": null,
                      "serviceBankName": null,
                      "agentBankId": 2677,
                      "agentBankName": "WESTERN UNION",
                      "agentBankCode": "WU",
                      "bankBranchId": null,
                      "routingBranchId": null,
                      "branchFullName": null,
                      "amiecBranchCode": null
                    }
                  ],
                  "results": [],
                  "traceId": "PCQ-0471e-8MUzzlozlZ5-184466-xxx-8MUAoQhdbHl",
                  "traceid": "PCQ-0471e-8MUzzlozlZ5-184466-xxx-8MUAoQhdbHl",
                  "signature": "a219103f072bae38878f86281091146d"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SDABAgentListResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/meta/agent_branch/list": {
      "post": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneSemeDynamicAgentBranch",
        "operationId": "addBeneSemeDynamicAgentBranchCall",
        "description": "Flutter model: `SDABAgentBranchResponse` (`lib/data/model/SDABAgentBranchResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SDABAgentBranchResponseResponse"
                },
                "example": {
                  "timestamp": 1758701877202,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "applicationCountryId": 91,
                      "routingCountryId": 92,
                      "serviceGroupId": 1,
                      "serviceBankId": 2677,
                      "serviceBankCode": null,
                      "serviceBankName": null,
                      "agentBankId": 2677,
                      "agentBankName": null,
                      "agentBankCode": null,
                      "bankBranchId": 262713,
                      "routingBranchId": 262713,
                      "branchFullName": "WESTERN UNION BRANCH",
                      "amiecBranchCode": "999"
                    }
                  ],
                  "results": [],
                  "traceId": "PCQ-0471e-8MUzzlozlZ5-184466-xxx-8MUAoSql3HC",
                  "traceid": "PCQ-0471e-8MUzzlozlZ5-184466-xxx-8MUAoSql3HC",
                  "signature": "b3336e989174ee50ef9973d086cb061f"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SDABAgentBranchResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/meta/bnfcry/accounts/v1": {
      "get": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneSemeDynamicAccountType",
        "operationId": "addBeneSemeDynamicAccountType",
        "description": "Flutter model: `SDABAccountTypesResponse` (`lib/data/model/SDABAccountTypesResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SDABAccountTypesResponseResponse"
                },
                "example": {
                  "timestamp": 1758532327906,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "flexiFiled": "ACCOUNT TYPE",
                      "amiecCode": "1",
                      "amiecDesc": "SAVINGS ACCOUNT",
                      "srNo": 72,
                      "countryId": 92,
                      "additionalBankRuleId": 201,
                      "additionalAmiecId": 405,
                      "modelType": "accountType",
                      "bankAccountTypeId": 405
                    }
                  ],
                  "results": [],
                  "traceId": "IMN-72597-8MRkexu21Ar-184466-xxx-8MRksPUKQVy",
                  "traceid": "IMN-72597-8MRkexu21Ar-184466-xxx-8MRksPUKQVy",
                  "signature": "f304190aa2263d025c588ca1555fc908"
                }
              }
            }
          }
        }
      }
    },
    "/api/meta/bnfcry/ccy": {
      "get": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneCurrencyList",
        "operationId": "addBeneCurrencyList",
        "description": "Flutter model: `BeneCountryCurrencyResponse` (`lib/data/model/BeneCountryCurrencyResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/BeneCountryCurrencyResponseResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/meta/bnfcry/relations": {
      "get": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneSemeDynamicBeneRelation",
        "operationId": "addBeneSemeDynamicBeneRelation",
        "description": "Flutter model: `SDABRelationListResponse` (`lib/data/model/SDABRelationListResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SDABRelationListResponseResponse"
                },
                "example": {
                  "timestamp": 1758782406422,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "relationsId": 1,
                      "langId": 1,
                      "localRelationsDesc": "FATHER",
                      "self": false,
                      "_id": 1,
                      "_name": "FATHER",
                      "_local_name": "FATHER",
                      "_code": "1",
                      "_value": null
                    }
                  ],
                  "results": [],
                  "traceId": "PCQ-0471e-8MW84qxFwzn-184466-xxx-8MW8joZjczQ",
                  "traceid": "PCQ-0471e-8MW84qxFwzn-184466-xxx-8MW8joZjczQ",
                  "signature": "0bcb5064b10d7b69dfe4c826872e947f"
                }
              }
            }
          }
        }
      }
    },
    "/api/meta/country/list": {
      "get": {
        "tags": [
          "Add Bene"
        ],
        "summary": "countryListAddBene API",
        "operationId": "countryListAddBeneApiCall",
        "description": "Flutter model: `meta_country_list_response` (`lib/data/model/meta_country_list_response.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/meta_country_list_responseResponse"
                }
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "General"
        ],
        "summary": "metaCountryListApiCall",
        "operationId": "metaCountryListApiCall",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/meta/district/list": {
      "post": {
        "tags": [
          "Add Bene"
        ],
        "summary": "getDistrictMetaData",
        "operationId": "getDistrictMetaData",
        "description": "Flutter model: `MetaDistrictListResponse` (`lib/data/model/MetaDistrictListResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MetaDistrictListResponseResponse"
                },
                "example": {
                  "timestamp": 1758874214399,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "stateId": 626,
                      "districtId": 30371,
                      "districtDesc": "SCOTLAND NECK",
                      "languageId": 1,
                      "districtCode": "0720",
                      "appCountryName": false
                    }
                  ],
                  "results": [],
                  "traceId": "ZSB-0471e-8MXTzVV5nDV-184466-xxx-8MXTEMxqwv0",
                  "traceid": "ZSB-0471e-8MXTzVV5nDV-184466-xxx-8MXTEMxqwv0",
                  "signature": "e55b206d2ac279bebd0578df06ed177e"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MetaDistrictListResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/meta/income_sources": {
      "post": {
        "tags": [
          "Fx Order",
          "Send Money"
        ],
        "summary": "incomeSourceInfo",
        "operationId": "incomeSourceInfo",
        "description": "Flutter model: `IncomeSource` (`lib/data/model/IncomeSource.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IncomeSourceResponse"
                },
                "example": {
                  "timestamp": 1711433147804,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "languageId": 1,
                      "description": "BONUS",
                      "shortDesc": "BONUS",
                      "localName": null,
                      "sourceofIncomeId": 2,
                      "_id": 2,
                      "_name": "BONUS",
                      "_local_name": null,
                      "_code": "BONUS",
                      "_value": null
                    }
                  ],
                  "results": [],
                  "traceId": "DOW-5e326-8ygyqdTq6Jy-321971-xxx-8ygywAPpCdr",
                  "traceid": "DOW-5e326-8ygyqdTq6Jy-321971-xxx-8ygywAPpCdr",
                  "signature": "2cd09562ce0a9d66ed8c057f2a9739a6"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/IncomeSourceRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/meta/service_provider/list": {
      "post": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneSemeDynamicServiceProvider",
        "operationId": "addBeneSemeDynamicServiceProviderCall",
        "description": "Flutter model: `SDABServiceProviderResponse` (`lib/data/model/SDABServiceProviderResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SDABServiceProviderResponseResponse"
                },
                "example": {
                  "timestamp": 1758700216754,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "applicationCountryId": 91,
                      "routingCountryId": 92,
                      "serviceGroupId": 1,
                      "serviceBankId": 2677,
                      "serviceBankCode": "WU",
                      "serviceBankName": "WESTERN UNION",
                      "agentBankId": null,
                      "agentBankName": null,
                      "agentBankCode": null,
                      "bankBranchId": null,
                      "routingBranchId": null,
                      "branchFullName": null,
                      "amiecBranchCode": null
                    }
                  ],
                  "results": [],
                  "traceId": "PCQ-0471e-8MUx4lSCEIi-184466-xxx-8MUyqgqId24",
                  "traceid": "PCQ-0471e-8MUx4lSCEIi-184466-xxx-8MUyqgqId24",
                  "signature": "76c1ab20a00a0201a3ddd89c465d6441"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SDABServiceProviderResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/poll/reward-status": {
      "get": {
        "tags": [
          "General"
        ],
        "summary": "prestigeRewardPool",
        "operationId": "prestigeRewardPool",
        "description": "Flutter model: `branchList` (`lib/data/model/branchList.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/branchListResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/branchListRequest"
              },
              "example": {
                "userRewardId": "string"
              }
            }
          }
        }
      }
    },
    "/api/register/has-valid-mobile-id": {
      "get": {
        "tags": [
          "Signup Paci"
        ],
        "summary": "checkValidMobileId",
        "operationId": "checkValidMobileId",
        "description": "Flutter model: `—` (`—`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "statusKey": {
                      "type": "string"
                    },
                    "message": {
                      "nullable": true
                    },
                    "data": {
                      "type": "object",
                      "properties": {}
                    },
                    "results": {
                      "type": "array",
                      "items": {}
                    }
                  },
                  "required": [
                    "statusKey",
                    "data",
                    "results"
                  ]
                }
              }
            }
          }
        }
      }
    },
    "/api/remitt/cart/add": {
      "post": {
        "tags": [
          "Send Money"
        ],
        "summary": "postFields",
        "operationId": "postFields",
        "description": "Flutter model: `PostFlexFieldModel` (`lib/data/model/PostFlexFieldModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PostFlexFieldModelResponse"
                },
                "example": {
                  "timestamp": 1711514031159,
                  "status": "500",
                  "error": null,
                  "exception": "com.amx.amxlib.exception.AdditionalFlexRequiredException",
                  "message": "Addtional flex fields are required",
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": "ADDTIONAL_FLEX_FIELD_REQUIRED",
                  "statusKey": "ADDTIONAL_FLEX_FIELD_REQUIRED",
                  "meta": [
                    {
                      "id": 144,
                      "entityName": "FLEX_FIELD",
                      "field": {
                        "name": "INDIC1",
                        "required": true,
                        "type": "SELECT",
                        "defaultValue": "365",
                        "minLength": 1,
                        "maxLength": 100,
                        "validationRegex": null,
                        "label": "PURPOSE OF REMITTANCE",
                        "possibleValues": [
                          "..."
                        ],
                        "dtoPath": "flexFields.INDIC1",
                        "additionalValidations": {},
                        "minValue": null,
                        "maxValue": null,
                        "valueUnit": null,
                        "editable": true,
                        "apiOpts": null,
                        "groupName": null,
                        "groupStrategy": null,
                        "liveValidation": null,
                        "fieldInfo": null
                      }
                    }
                  ],
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": null,
                  "results": [],
                  "traceId": "DOW-5e326-8yi5DT59H7G-321971-xxx-8yi6Rf0qmKw",
                  "traceid": "DOW-5e326-8yi5DT59H7G-321971-xxx-8yi6Rf0qmKw",
                  "signature": "ba7f0b579a3365d05da6764734e54467"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/PostFlexFieldModelRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/remitt/cart/fetch": {
      "get": {
        "tags": [
          "Cart",
          "Dashboard",
          "Quick Remit"
        ],
        "summary": "getRemittanceCart",
        "operationId": "getRemittanceCart",
        "description": "Flutter model: `RemittanceCartListResponse` (`lib/data/model/RemittanceCartListResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RemittanceCartListResponseResponse"
                },
                "example": {
                  "timestamp": 1718963722882,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "totalLocalAmount": 43.5,
                    "totalNetAmount": 54.5,
                    "totalTrnxFees": 11.0,
                    "totalLyltyPointAmt": 0,
                    "totalLoyaltyPointAvaliable": 0,
                    "totalNetCollectionAmount": 54.5,
                    "warnigMsg": " You have created 2 applications to the same beneficiary with the amount(s) KWD 30 , KWD 10 .Please click Confirm to continue with these transactions, or click Cancel and delete th...",
                    "mapWarnigMsg": {
                      "M": " You have created 2 applications to the same beneficiary with the amount(s) KWD 30 , KWD 10 .Please click Confirm to continue with these transactions, or click Cancel and delete th..."
                    },
                    "configDto": {
                      "cashLimit": 1000,
                      "passportLimit": 500,
                      "gccLimit": 4000,
                      "todayTrnxAmount": 0,
                      "totalLimit": -1
                    },
                    "civilIdOtpModel": null,
                    "addToCart": true,
                    "paymentModeList": [
                      {
                        "paymentModeCode": "K",
                        "paymentModeDesc": "Pay By K-Net",
                        "type": null
                      }
                    ],
                    "totalTrnxFeesStr": "11.000",
                    "booWuTc": false,
                    "totalNetTrnxFeesStr": "11.000",
                    "totalBankRebateCommAmt": 0.0,
                    "totalBankRebateCommAmtStr": "0.000",
                    "otherCharges": 0,
                    "otherChargesStr": "0",
                    "otherChargesLabel": null,
                    "vat": false,
                    "vatPercentage": null,
                    "cheqAppl": null,
                    "remitDto": null,
                    "termsConditionsFlags": null,
                    "totalpromotionDiscount": 0,
                    "totalpromotionDiscountStr": "0",
                    "totalCouponDiscount": 0,
                    "shoppingCartDetails": [
                      {
                        "remittanceApplicationId": 8886242,
                        "companyId": 1,
                        "documentFinanceYear": 2024,
                        "documentId": 1,
                        "beneficiaryId": 6029275,
                        "beneficiaryName": "BOA USD BANK TRANSACTION",
                        "beneficiaryBank": "BANK OF ALEXANDRIA",
                        "beneficiaryBranch": "GOMHOURIA BRANCH,28 GOMHORIYA ST. ,CAIRO",
                        "beneficiaryAccountNo": "123456123456",
                        "beneficiaryInterBankOne": null,
                        "beneficiaryInterBankTwo": null,
                        "beneficiarySwiftBankOne": null,
                        "beneficiarySwiftBankTwo": null,
                        "isActive": "Y",
                        "beneficiaryFirstName": "BOA",
                        "beneficiarySecondName": "USD BANK",
                        "beneficiaryThirdName": "TRANSACTION",
                        "beneficiaryFourthName": null,
                        "foreignTranxAmount": 99.0,
                        "foreignTranxAmountStr": "99.00",
                        "localTranxAmount": 30.0,
                        "localCommisionAmount": 4.75,
                        "localChargeAmount": 0.0,
                        "localDeliveryAmount": 0,
                        "localNextTranxAmount": 34.75,
                        "applicationType": "R",
                        "exchangeRateApplied": 0.304,
                        "customerId": 1330674,
                        "selectedrecord": false,
                        "applicationDetailsId": 8886242,
                        "documentNo": 27001412,
                        "foreigncurrency": 2,
                        "localcurrency": 1,
                        "foreignCurrencyDesc": "US Dollar",
                        "spldeal": null,
                        "spldealStatus": "N",
                        "applicationTypeDesc": "REMITTANCE",
                        "loyaltsPointencahsed": 0,
                        "loyaltsPointIndicator": "N",
                        "amtbCouponencahsed": null,
                        "...": "truncated"
                      }
                    ],
                    "placeOrderApplList": null,
                    "paymentLinkAppDto": null
                  },
                  "results": [],
                  "traceId": "EXD-17793-8ABdocMxTk8-330674-xxx-8ABdzoysA3i",
                  "traceid": "EXD-17793-8ABdocMxTk8-330674-xxx-8ABdzoysA3i",
                  "signature": "73a32f6112e0aa478a00f72acae10cf2"
                }
              }
            }
          }
        }
      }
    },
    "/api/remitt/cart/pay": {
      "post": {
        "tags": [
          "Cart"
        ],
        "summary": "checkoutRemittance",
        "operationId": "checkoutRemittance",
        "description": "Flutter model: `FxOrderCardCheckOutResponse` (`lib/data/model/FxOrderCardCheckOutResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/FxOrderCardCheckOutResponseResponse"
                },
                "example": {
                  "timestamp": 1716354227941,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": "https://paygd1-kwt.amxremit.com/payg/app/payment?amount=2.052&trckid=1330674&pg=KNET&docFy=2024&docNo=40373&docId=40373&tnt=KWT&callbackd=aHR0cHM6Ly9hcHBkMS1rd3QuYW14cmVtaXQuY29tL2...",
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "remittanceAppId": 675889,
                    "documentIdForPayment": "40373",
                    "documentId": null,
                    "documentFinancialYear": 2024,
                    "netPayableAmount": 2.052,
                    "currencyQuote": null,
                    "merchantTrackId": 1330674,
                    "maxPayableAmount": null,
                    "kioskParams": {
                      "refundLimit": null,
                      "applicationCountryId": null,
                      "companyId": null,
                      "branchCode": null,
                      "mUserName": null,
                      "ipAddress": null,
                      "newBagRef": null,
                      "applIds": null,
                      "paymentType": null,
                      "payToken": null,
                      "paymentId": null,
                      "kioskType": null,
                      "iposType": null,
                      "authCode": null,
                      "terminalId": null,
                      "transactionId": null,
                      "remittanceApplicationId": [],
                      "fcSaleApplicationId": []
                    },
                    "pgCode": "KNET"
                  },
                  "results": [],
                  "traceId": "WFA-9C4DF-8zN5xwTD1wi-330674-xxx-8zN5CgikKf4",
                  "traceid": "WFA-9C4DF-8zN5xwTD1wi-330674-xxx-8zN5CgikKf4",
                  "signature": "1f2f178f9f78c6692587ab6715ef1c0a"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/FxOrderCardCheckOutResponseRequest"
              },
              "example": {
                "cartDetailList": "string",
                "applicationId": "string",
                "deliveryDate": "string",
                "shippingAddressId": "string",
                "timeSlot": "string",
                "totalKnetAmount": "string",
                "fxCouponCode": "string"
              }
            }
          }
        }
      }
    },
    "/api/remitt/cart/pay/v2": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "checkoutRemittanceBranch",
        "operationId": "checkoutRemittanceBranch",
        "description": "Flutter model: `DynamicResponse` (`lib/data/model/DynamicResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DynamicResponseResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DynamicResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/remitt/cart/remove/v1": {
      "get": {
        "tags": [
          "Mytransactions"
        ],
        "summary": "removeApplication",
        "operationId": "removeApplication",
        "description": "Flutter model: `RemoveApplicationResponse` (`lib/data/model/RemoveApplicationResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RemoveApplicationResponseResponse"
                },
                "example": {
                  "timestamp": 1720082826898,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "totalLocalAmount": 0,
                    "totalNetAmount": 0,
                    "totalTrnxFees": 0,
                    "totalLyltyPointAmt": 0,
                    "totalLoyaltyPointAvaliable": 0,
                    "totalNetCollectionAmount": 0,
                    "warnigMsg": null,
                    "mapWarnigMsg": {},
                    "configDto": {
                      "cashLimit": 1000,
                      "passportLimit": 500,
                      "gccLimit": 4000,
                      "todayTrnxAmount": 0,
                      "totalLimit": -1
                    },
                    "civilIdOtpModel": null,
                    "addToCart": true,
                    "paymentModeList": [
                      {
                        "paymentModeCode": "K",
                        "paymentModeDesc": "Pay By K-Net",
                        "type": null
                      }
                    ],
                    "totalTrnxFeesStr": null,
                    "booWuTc": false,
                    "totalNetTrnxFeesStr": null,
                    "totalBankRebateCommAmt": 0,
                    "totalBankRebateCommAmtStr": null,
                    "otherCharges": 0,
                    "otherChargesStr": null,
                    "otherChargesLabel": null,
                    "vat": false,
                    "vatPercentage": null,
                    "cheqAppl": null,
                    "remitDto": null,
                    "termsConditionsFlags": null,
                    "totalpromotionDiscount": 0,
                    "totalpromotionDiscountStr": null,
                    "totalCouponDiscount": 0,
                    "shoppingCartDetails": null,
                    "placeOrderApplList": null,
                    "paymentLinkAppDto": null
                  },
                  "results": [],
                  "traceId": "SRW-17793-8AWHZZdh7wL-330674-xxx-8AWIrtL4pdg",
                  "traceid": "SRW-17793-8AWHZZdh7wL-330674-xxx-8AWIrtL4pdg",
                  "signature": "90e0a0a36223b0d9e524206d9748f7f9"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RemoveApplicationResponseRequest"
              },
              "example": {
                "appId": "string",
                "hashValue": "string"
              }
            }
          }
        }
      }
    },
    "/api/remitt/cart/status": {
      "post": {
        "tags": [
          "Transaction Status"
        ],
        "summary": "remittStatus",
        "operationId": "remittStatusCall",
        "description": "Flutter model: `KnetTransactionResponse` (`lib/data/model/KnetTransactionResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/KnetTransactionResponseResponse"
                },
                "example": {
                  "timestamp": 1716981796205,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "status": "PAYMENT_CANCELED_BY_USER",
                    "netAmount": 2.026,
                    "transactionReference": "2024/27000179",
                    "errorMessage": null,
                    "errorCategory": null,
                    "receiptNo": null,
                    "fxOrderTrnxHistroyDTO": null,
                    "responseCodeDetail": {
                      "responseCode": "CANCELED",
                      "responseDesc": "Canceled Transaction",
                      "almullaErrorCode": "100080",
                      "category": "TXN_CANCEL_SUCC",
                      "pgPaymentId": "100415010000016771",
                      "pgReferenceId": null,
                      "pgAuth": null,
                      "pgTransId": null,
                      "type": "TECHNICAL",
                      "status": "DECLINED",
                      "clientResponse": {
                        "CANCELED": "Canceled Transaction"
                      }
                    }
                  },
                  "results": [],
                  "traceId": "FEU-2EC0F-8zZ92jM5YSz-330674-xxx-8zZ93QwZQ02",
                  "traceid": "FEU-2EC0F-8zZ92jM5YSz-330674-xxx-8zZ93QwZQ02",
                  "signature": "e80a70450350947de5754f4f7ad83c50"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/KnetTransactionResponseRequest"
              },
              "example": {
                "docNo": "string",
                "docFy": "string",
                "docId": "string",
                "trckid": "string"
              }
            }
          }
        }
      }
    },
    "/api/remitt/default": {
      "post": {
        "tags": [
          "Send Money"
        ],
        "summary": "beneficiaryInfo",
        "operationId": "beneficiaryInfo",
        "description": "Flutter model: `BeneficiaryInfoModel` (`lib/data/model/BeneficiaryInfoModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/BeneficiaryInfoModelResponse"
                },
                "example": {
                  "timestamp": 1709092379013,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "beneficiaryDto": {
                      "idNo": 7394502,
                      "beneficaryMasterSeqId": 6032614,
                      "applicationCountryId": 91,
                      "firstName": "Deepanshu ",
                      "secondName": "Visaaus",
                      "thirdName": null,
                      "fourthName": null,
                      "fiftheName": null,
                      "firstNameLocal": null,
                      "secondNameLocal": null,
                      "thirdNameLocal": null,
                      "fourthNameLocal": null,
                      "fifthNameLocal": null,
                      "benificaryStatusId": 1,
                      "nationality": "106",
                      "nationalityName": "AUSTRALIAN",
                      "dateOfBirth": null,
                      "yearOfBirth": null,
                      "age": null,
                      "occupation": null,
                      "stateId": "963",
                      "districtId": 12805,
                      "cityId": null,
                      "stateName": "NORTHERN TERRITORY",
                      "districtName": "OTHERS",
                      "cityName": null,
                      "noOfRemittance": null,
                      "isActive": "Y",
                      "createdBy": "GEETHU2",
                      "createdDate": 1706679970000,
                      "modifiedBy": null,
                      "modifiedDate": null,
                      "benificaryStatusName": "Individual",
                      "remarks": null,
                      "bankName": "VISA",
                      "bankBranchName": "PAYMENT TO VISA CARD",
                      "bankAccountNumber": "4761XXXXXXXX1118",
                      "currencyId": 17,
                      "accountStatus": "Y",
                      "branchCode": 22,
                      "...": "truncated"
                    },
                    "trnxHistDto": {
                      "idno": 39315017,
                      "customerReference": 2517617,
                      "documentNumber": 11501987,
                      "beneficaryAccountNumber": "4761XXXXXXXX1118",
                      "beneficaryBankName": "VISA",
                      "beneficaryBranchName": "PAYMENT TO VISA CARD ",
                      "beneficaryName": "Deepanshu  Visaaus",
                      "beneficaryCorespondingBankName": "VISA",
                      "documentDate": 1707109398000,
                      "documentFinanceYear": 2023,
                      "documentCode": 3,
                      "foreignCurrencyCode": "017",
                      "foreignTransactionAmount": 68,
                      "currencyQuoteName": "AUD",
                      "serviceDescription": "EFT",
                      "transactionStatusDesc": null,
                      "transactionTypeDesc": "REMITTANCE",
                      "collectionDocumentNo": 11501627,
                      "collectionDocumentCode": 2,
                      "collectionDocumentFinYear": 2023,
                      "branchDesc": "MURGAB3",
                      "trnxIdNumber": null,
                      "customerId": 1321971,
                      "applicationCountryId": null,
                      "companyId": null,
                      "currencyId": null,
                      "languageId": null,
                      "beneficiaryRelationSeqId": 7394502,
                      "localTrnxAmount": 15,
                      "sourceOfIncomeId": 1,
                      "purposeOfTrnx": "12",
                      "beneficiaryErrorStatus": null,
                      "transactionReference": null,
                      "bankRuleFieldId": null,
                      "srlId": null,
                      "beneIsActive": null,
                      "exRateApplied": 0.221534495,
                      "exRateReversed": null,
                      "receiptNumber": null,
                      "receiptType": null,
                      "...": "truncated"
                    },
                    "serviceProviderBankCode": null,
                    "forCur": {
                      "currencyId": 17,
                      "currencyCode": "017",
                      "currencyName": "AUSTRALIAN DOLLAR",
                      "quoteName": "AUD",
                      "countryId": 106,
                      "fundMinRate": 0.2,
                      "fundMaxRate": 0.255,
                      "cashBuyMinRate": null,
                      "cashBuyMaxRate": null,
                      "cashSellMinRate": null,
                      "cashSellMaxRate": null,
                      "cashRateTolerance": null,
                      "cbkBuyRate": null,
                      "cbkSellRate": null,
                      "defaultVal": false,
                      "decimalNumber": 2
                    },
                    "placeOrderDTO": null,
                    "domCur": {
                      "currencyId": 1,
                      "currencyCode": "001",
                      "currencyName": "KUWAITI DINAR",
                      "quoteName": "KWD",
                      "countryId": 91,
                      "fundMinRate": null,
                      "fundMaxRate": null,
                      "cashBuyMinRate": null,
                      "cashBuyMaxRate": null,
                      "cashSellMinRate": null,
                      "cashSellMaxRate": null,
                      "cashRateTolerance": null,
                      "cbkBuyRate": null,
                      "cbkSellRate": null,
                      "defaultVal": false,
                      "decimalNumber": 3
                    },
                    "loyalityPointState": "LOYALTY_POINT_NOT_AVAILABLE",
                    "packages": [],
                    "sourceOfIncomeId": 1
                  },
                  "results": [],
                  "traceId": "FNB-5e326-8xxzITDaLRq-321971-xxx-8xxAD21LM77",
                  "traceid": "FNB-5e326-8xxzITDaLRq-321971-xxx-8xxAD21LM77",
                  "signature": "3eface6dc80e4bed64a1dc9788fda8cb"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "multipart/form-data": {
              "schema": {
                "$ref": "#/components/schemas/BeneficiaryInfoModelRequest"
              },
              "example": {
                "beneId": "string",
                "transactionId": "string",
                "placeorderId": "string",
                "currencyId": "string",
                "countryId": "string"
              }
            }
          }
        }
      }
    },
    "/api/remitt/packages": {
      "post": {
        "tags": [
          "Send Money"
        ],
        "summary": "extraFields",
        "operationId": "extraFields",
        "description": "Flutter model: `PreFlexfieldModel` (`lib/data/model/PreFlexfieldModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PreFlexfieldModelResponse"
                },
                "example": {
                  "timestamp": 1711513686456,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "fcAmount": 0,
                    "requiredFlexFields": [
                      {
                        "id": null,
                        "entityName": "COUPON_CODE",
                        "field": {
                          "name": "...",
                          "required": "...",
                          "type": "...",
                          "defaultValue": "...",
                          "minLength": "...",
                          "maxLength": "...",
                          "validationRegex": "...",
                          "label": "...",
                          "possibleValues": "...",
                          "dtoPath": "...",
                          "additionalValidations": "...",
                          "minValue": "...",
                          "maxValue": "...",
                          "valueUnit": "...",
                          "editable": "...",
                          "apiOpts": "...",
                          "groupName": "...",
                          "groupStrategy": "...",
                          "liveValidation": "...",
                          "fieldInfo": "..."
                        }
                      }
                    ],
                    "packageDescription": null,
                    "preFlexCallComplete": true,
                    "header": "DO YOU HAVE AMIEC COUPON CODE?",
                    "successMessage": null
                  },
                  "results": [],
                  "traceId": "DOW-5e326-8yi5DT59H7G-321971-xxx-8yi6rOz77DA",
                  "traceid": "DOW-5e326-8yi5DT59H7G-321971-xxx-8yi6rOz77DA",
                  "signature": "683cbd64b8a0f666edfcaf36bfe854a7"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/PreFlexfieldModelRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/remitt/repeat/cart/save": {
      "post": {
        "tags": [
          "Cart",
          "Dashboard",
          "Quick Remit"
        ],
        "summary": "saveRepeatCart",
        "operationId": "saveRepeatCart",
        "description": "Flutter model: `RemittanceCartListResponse` (`lib/data/model/RemittanceCartListResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RemittanceCartListResponseResponse"
                },
                "example": {
                  "timestamp": 1718963722882,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "totalLocalAmount": 43.5,
                    "totalNetAmount": 54.5,
                    "totalTrnxFees": 11.0,
                    "totalLyltyPointAmt": 0,
                    "totalLoyaltyPointAvaliable": 0,
                    "totalNetCollectionAmount": 54.5,
                    "warnigMsg": " You have created 2 applications to the same beneficiary with the amount(s) KWD 30 , KWD 10 .Please click Confirm to continue with these transactions, or click Cancel and delete th...",
                    "mapWarnigMsg": {
                      "M": " You have created 2 applications to the same beneficiary with the amount(s) KWD 30 , KWD 10 .Please click Confirm to continue with these transactions, or click Cancel and delete th..."
                    },
                    "configDto": {
                      "cashLimit": 1000,
                      "passportLimit": 500,
                      "gccLimit": 4000,
                      "todayTrnxAmount": 0,
                      "totalLimit": -1
                    },
                    "civilIdOtpModel": null,
                    "addToCart": true,
                    "paymentModeList": [
                      {
                        "paymentModeCode": "K",
                        "paymentModeDesc": "Pay By K-Net",
                        "type": null
                      }
                    ],
                    "totalTrnxFeesStr": "11.000",
                    "booWuTc": false,
                    "totalNetTrnxFeesStr": "11.000",
                    "totalBankRebateCommAmt": 0.0,
                    "totalBankRebateCommAmtStr": "0.000",
                    "otherCharges": 0,
                    "otherChargesStr": "0",
                    "otherChargesLabel": null,
                    "vat": false,
                    "vatPercentage": null,
                    "cheqAppl": null,
                    "remitDto": null,
                    "termsConditionsFlags": null,
                    "totalpromotionDiscount": 0,
                    "totalpromotionDiscountStr": "0",
                    "totalCouponDiscount": 0,
                    "shoppingCartDetails": [
                      {
                        "remittanceApplicationId": 8886242,
                        "companyId": 1,
                        "documentFinanceYear": 2024,
                        "documentId": 1,
                        "beneficiaryId": 6029275,
                        "beneficiaryName": "BOA USD BANK TRANSACTION",
                        "beneficiaryBank": "BANK OF ALEXANDRIA",
                        "beneficiaryBranch": "GOMHOURIA BRANCH,28 GOMHORIYA ST. ,CAIRO",
                        "beneficiaryAccountNo": "123456123456",
                        "beneficiaryInterBankOne": null,
                        "beneficiaryInterBankTwo": null,
                        "beneficiarySwiftBankOne": null,
                        "beneficiarySwiftBankTwo": null,
                        "isActive": "Y",
                        "beneficiaryFirstName": "BOA",
                        "beneficiarySecondName": "USD BANK",
                        "beneficiaryThirdName": "TRANSACTION",
                        "beneficiaryFourthName": null,
                        "foreignTranxAmount": 99.0,
                        "foreignTranxAmountStr": "99.00",
                        "localTranxAmount": 30.0,
                        "localCommisionAmount": 4.75,
                        "localChargeAmount": 0.0,
                        "localDeliveryAmount": 0,
                        "localNextTranxAmount": 34.75,
                        "applicationType": "R",
                        "exchangeRateApplied": 0.304,
                        "customerId": 1330674,
                        "selectedrecord": false,
                        "applicationDetailsId": 8886242,
                        "documentNo": 27001412,
                        "foreigncurrency": 2,
                        "localcurrency": 1,
                        "foreignCurrencyDesc": "US Dollar",
                        "spldeal": null,
                        "spldealStatus": "N",
                        "applicationTypeDesc": "REMITTANCE",
                        "loyaltsPointencahsed": 0,
                        "loyaltsPointIndicator": "N",
                        "amtbCouponencahsed": null,
                        "...": "truncated"
                      }
                    ],
                    "placeOrderApplList": null,
                    "paymentLinkAppDto": null
                  },
                  "results": [],
                  "traceId": "EXD-17793-8ABdocMxTk8-330674-xxx-8ABdzoysA3i",
                  "traceid": "EXD-17793-8ABdocMxTk8-330674-xxx-8ABdzoysA3i",
                  "signature": "73a32f6112e0aa478a00f72acae10cf2"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RemittanceCartListResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/remitt/repeat/cart/validate": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "validateBeneficiary",
        "operationId": "validateBeneficiary",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/remitt/repeat/cart/xrate": {
      "post": {
        "tags": [
          "Quick Remit"
        ],
        "summary": "repeatCartXRate",
        "operationId": "repeatCartXRate",
        "description": "Flutter model: `—` (`—`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "statusKey": {
                      "type": "string"
                    },
                    "message": {
                      "nullable": true
                    },
                    "data": {
                      "type": "object",
                      "properties": {}
                    },
                    "results": {
                      "type": "array",
                      "items": {}
                    }
                  },
                  "required": [
                    "statusKey",
                    "data",
                    "results"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/repeatCartXRateRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/remitt/xrate/v2": {
      "post": {
        "tags": [
          "Exchange Rate",
          "Send Money"
        ],
        "summary": "remitexchangeRate API",
        "operationId": "remitexchangeRateApiCall",
        "description": "Flutter model: `NewExchangeRateResponse` (`lib/data/model/NewExchangeRateResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NewExchangeRateResponseResponse"
                },
                "example": {
                  "timestamp": 1729155689228,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "selection": "MIN_TIME",
                    "dynamicRoutingPricingList": [
                      {
                        "NO_BENE_DEDUCT": [
                          "..."
                        ]
                      }
                    ],
                    "defaultType": null
                  },
                  "results": [
                    {
                      "selection": "MIN_TIME",
                      "dynamicRoutingPricingList": [
                        {
                          "BENE_DEDUCT": "..."
                        }
                      ],
                      "defaultType": null
                    }
                  ],
                  "traceId": "HXK-17793-8DL0hkExRl6-006617-xxx-8DL0mRZw4TW",
                  "traceid": "HXK-17793-8DL0hkExRl6-006617-xxx-8DL0mRZw4TW",
                  "signature": "e32cd3b71e561e32b73e483270ecf3a8"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/NewExchangeRateResponseRequest"
              },
              "example": {
                "foreignCountryId": "string",
                "foreignCurrencyId": "string",
                "localAmount": "string",
                "sourceOfFund": "string",
                "foreignAmount": "string",
                "purposeOfTrnxId": "string"
              }
            }
          }
        }
      }
    },
    "/api/repeat-trnx/coupon-code/data": {
      "post": {
        "tags": [
          "Quick Remit",
          "Send Money"
        ],
        "summary": "remitTranxCouponCode",
        "operationId": "remitTranxCouponCode",
        "description": "Flutter model: `RemittanceCouponCodeResponse` (`lib/data/model/RemittanceCouponCodeResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RemittanceCouponCodeResponseResponse"
                },
                "example": {
                  "timestamp": 1720858526458,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": null,
                  "results": [
                    {
                      "couponCodeList": [
                        {
                          "uuId": "...",
                          "couponCode": "...",
                          "discPercentOnCommission": "...",
                          "countryId": "..."
                        }
                      ],
                      "couponFreeTextDisplay": false
                    }
                  ],
                  "traceid": "IDN-17793-8Bbpjm6k4Eg-330674-xxx-8BbprtMXbSu",
                  "signature": "25eeadbc0d36b63c761f8518e6c68d38"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RemittanceCouponCodeResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/reward/get/customer-coupon": {
      "get": {
        "tags": [
          "General"
        ],
        "summary": "prestigeCustomerCoupon",
        "operationId": "prestigeCustomerCoupon",
        "description": "Flutter model: `CustomerCouponResponseModel` (`lib/data/model/CustomerCouponResponseModel.dart`)\n\n**Deprecated:** `CustomerCouponResponseModel()` HTTP method is never invoked from active app code (constant only in `data/model/CustomerCouponResponseModel.dart`).",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CustomerCouponResponseModelResponse"
                },
                "example": {
                  "statusKey": "SUCCESS",
                  "exception": null,
                  "errors": null,
                  "message": null,
                  "timestamp": 1760612648000,
                  "error": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "warningKey": null,
                  "path": null,
                  "logs": null,
                  "results": [],
                  "signature": "e2dd2abf2a23bd348510cd91a25ea26c",
                  "data": {
                    "status": "OPEN",
                    "id": "6895a02881df040b882fb8dd",
                    "label": "2500962876384",
                    "couponDefinition": "688a1d7f1ce2814ca0fd4ced",
                    "dateCreated": "2025-08-08T12:28:48.241+05:30",
                    "expireOn": "2025-12-30T18:30:00"
                  },
                  "meta": null,
                  "traceid": "ONG-CD8ED-8Nvi5DPQOd5-337195-xxx-8Nvia3Ew9C0",
                  "warnings": null,
                  "redirectUrl": null,
                  "status": "200",
                  "messageKey": null
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/CustomerCouponResponseModelRequest"
              },
              "example": {
                "couponDefId": "string"
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/api/reward/get/customer-coupon-definition": {
      "get": {
        "tags": [
          "Dashboard",
          "Prestige"
        ],
        "summary": "prestigeCustomerReward",
        "operationId": "prestigeCustomerReward",
        "description": "Flutter model: `PrestigeCouponResponseModel` (`lib/data/model/PrestigeCouponResponseModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PrestigeCouponResponseModelResponse"
                },
                "example": {
                  "statusKey": "SUCCESS",
                  "exception": null,
                  "errors": null,
                  "message": null,
                  "timestamp": 1761887229607,
                  "error": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "warningKey": null,
                  "path": null,
                  "logs": null,
                  "results": [],
                  "signature": "3e41c8c9828167c3740a5668bcb50e3c",
                  "data": [
                    {
                      "placeHolder": "restaurant",
                      "groupId": "1",
                      "items": [
                        {
                          "lastUpdated": "...",
                          "userPerDayLimit": "...",
                          "id": "...",
                          "groupCode": "...",
                          "dateCreated": "...",
                          "label": "...",
                          "info": "..."
                        }
                      ],
                      "groupCode": "handpicked restaurant offers",
                      "groupCodeAr": null,
                      "iconId": "7540"
                    }
                  ],
                  "meta": null,
                  "traceid": "OLR-CD8ED-8NTMcvNbKEE-337195-xxx-8NTMd5uXm5Y",
                  "warnings": null,
                  "redirectUrl": null,
                  "status": "200",
                  "messageKey": null
                }
              }
            }
          }
        }
      }
    },
    "/api/reward/get/customer-goal": {
      "get": {
        "tags": [
          "Dashboard"
        ],
        "summary": "prestigeCustomerGoal",
        "operationId": "prestigeCustomerGoal",
        "description": "Flutter model: `LoungeAccessBannerCountResponse` (`lib/data/model/LoungeAccessBannerCountResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/LoungeAccessBannerCountResponseResponse"
                },
                "example": {
                  "timestamp": 1741330507883,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "targetSumOfTransaction": null,
                    "targetTransactionCount": null,
                    "targetDuration": null,
                    "displayBanner": false,
                    "targetCategory": null,
                    "currency": null
                  },
                  "results": [],
                  "traceid": "REP-91304-8HwSLRH6Zqm-324934-xxx-8HwSNxFYzEs",
                  "signature": "5de132f3b77c4ab7a31c624b0a9ca93f"
                }
              }
            }
          }
        }
      }
    },
    "/api/trnx-notification-tracking/": {
      "get": {
        "tags": [
          "Dashboard"
        ],
        "summary": "transactionTrackingList",
        "operationId": "transactionTrackingList",
        "description": "Flutter model: `TransactionTrackingListResponse` (`lib/data/model/TransactionTrackingListResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TransactionTrackingListResponseResponse"
                },
                "example": {
                  "timestamp": 1738058266548,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": null,
                  "results": [
                    {
                      "status": [
                        {
                          "remittanceTransactionId": "...",
                          "customerId": "...",
                          "beneficiaryName": "...",
                          "beneficiaryBank": "...",
                          "documentNo": "...",
                          "documentFinanceYear": "...",
                          "isoCurrencyCode": "...",
                          "foreignTranxAmount": "...",
                          "documentDate": "...",
                          "trackingStatusDto": "..."
                        }
                      ]
                    }
                  ],
                  "traceid": "PSI-xxxxx-8GvZHCGhHIm-000000-xxx-8GvZHCGhHIn",
                  "signature": "96104bc23c2b4f724ed2887cc2777490"
                }
              }
            }
          }
        }
      }
    },
    "/api/trnx-status-tracking/": {
      "get": {
        "tags": [
          "Mytransactions"
        ],
        "summary": "transactionTrackingStatus",
        "operationId": "transactionTrackingStatus",
        "description": "Flutter model: `SingleTransactionTrackResponse` (`lib/data/model/SingleTransactionTrackResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SingleTransactionTrackResponseResponse"
                },
                "example": {
                  "timestamp": 1739859404979,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": null,
                  "results": [
                    {
                      "remittanceTransactionId": 9313114,
                      "beneName": "Priya Sharma(TEL NO:8898123456)",
                      "trnxRefNo": "2024 / 11500318",
                      "lcAmtStr": "KWD     1.000",
                      "fcAmtStr": "INR     210.00",
                      "trnxStatus": {
                        "seq": 0,
                        "label": "In Process",
                        "dateMap": {
                          "dtStr": "...",
                          "timeStamp": "..."
                        },
                        "stageMsg": "Credit Delayed. This will be processed soon!"
                      },
                      "trnxProgress": [
                        {
                          "seq": "...",
                          "label": "...",
                          "dateMap": "...",
                          "stageMsg": "..."
                        }
                      ],
                      "web": false,
                      "branch": false,
                      "kiosk": false,
                      "mobile": true
                    }
                  ],
                  "traceid": "ZVM-xxxxx-8H4AuLwHUMW-000000-xxx-8H4AuLwHUMX",
                  "signature": "4547be6556851f4a47286e4172699293"
                }
              }
            }
          }
        }
      }
    },
    "/api/user/bnfcry/account": {
      "post": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneSemeDynamicAccountSubmit",
        "operationId": "addBeneSemeDynamicAccountSubmitCall",
        "description": "Flutter model: `SDABAccountSubmitResponse` (`lib/data/model/SDABAccountSubmitResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SDABAccountSubmitResponseResponse"
                },
                "example": {
                  "timestamp": 1758682986732,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "success": true,
                    "tranxId": "PCQ-0471e-8MUdJRE8Neh-184466-xxx-8MUdTWzLf3g"
                  },
                  "results": [],
                  "traceId": "PCQ-0471e-8MUdJRE8Neh-184466-xxx-8MUdTWzLf3g",
                  "traceid": "PCQ-0471e-8MUdJRE8Neh-184466-xxx-8MUdTWzLf3g",
                  "signature": "e60d783ef20064a49d7f7a8e587c2020"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SDABAccountSubmitResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/user/bnfcry/add-uniqueId-bene-online": {
      "post": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneUniqueIdBene",
        "operationId": "addBeneUniqueIdBene",
        "description": "Flutter model: `AddBeneUniqueIDSubmitResponseModel` (`lib/data/model/AddBeneUniqueIDSubmitResponseModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AddBeneUniqueIDSubmitResponseModelResponse"
                },
                "example": {
                  "timestamp": 1763714762205,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "beneAccountModel": {
                      "beneficaryCountryId": 95,
                      "bankId": 7160,
                      "bankBranchId": 402795,
                      "bankAccountNumber": "5555555555555555",
                      "ibanNumber": null,
                      "currencyId": 5,
                      "serviceGroupId": 2,
                      "serviceProviderId": null,
                      "serviceProviderBranchId": null,
                      "swiftCode": null,
                      "ifscCode": null,
                      "bankAccountTypeId": 3180,
                      "routingNumber": null
                    },
                    "benePersonalDetailModel": {
                      "stateId": "732",
                      "cityId": "28030",
                      "countryId": 95,
                      "districtId": 8494,
                      "townId": null,
                      "firstName": "test",
                      "secondName": "user",
                      "thirdName": "card",
                      "fourthName": "",
                      "fifthName": "",
                      "nationality": 95,
                      "localFirstName": null,
                      "localSecondName": null,
                      "localThirdName": null,
                      "localFourthName": null,
                      "localFifthName": null,
                      "telephoneNumber": null,
                      "mobileNumber": "1034521234",
                      "countryTelCode": "20",
                      "remarks": null,
                      "relationsId": 3,
                      "beneficaryTypeId": 1,
                      "isActive": "Y",
                      "institutionName": null,
                      "institutionNameLocal": null,
                      "institutionCategoryId": null,
                      "apiBeneNameEdited": false,
                      "dateOfBirth": null,
                      "beneAmlDetailDto": null
                    },
                    "beneTransactionAmountLimit": "2,001",
                    "beneficaryAccountSeqId": null,
                    "beneficaryMasterSeqId": 6030755,
                    "beneficaryRelationSeqId": 7394206,
                    "beneVerificiationLinkId": null,
                    "beneChannelAmountLimit": "10,000",
                    "beneNewTrnxTimeLimit": 1,
                    "ekycCust": false,
                    "cashChannelBene": false,
                    "isUpiBene": null,
                    "isUniqueIdBene": true,
                    "_message_type": "BANK"
                  },
                  "results": [],
                  "traceId": "KQE-33e0a-8OsSd2Yk9Fp-337195-xxx-8OsSPItN83d",
                  "traceid": "KQE-33e0a-8OsSd2Yk9Fp-337195-xxx-8OsSPItN83d",
                  "signature": "12dcef674d1c6bb2e65bd19e2028df85",
                  "otp": "195039"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AddBeneUniqueIDSubmitResponseModelRequest"
              },
              "example": {
                "type": "string",
                "beneFullName": "string",
                "uniqueId": "string"
              }
            }
          }
        }
      }
    },
    "/api/user/bnfcry/addBeneUpiOnline": {
      "post": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneUpi",
        "operationId": "addBeneUpi",
        "description": "Flutter model: `AddBeneUpiResponse` (`lib/data/model/AddBeneUpiResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AddBeneUpiResponseResponse"
                },
                "example": {
                  "timestamp": 1728987188865,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "beneAccountModel": {
                      "beneficaryCountryId": 94,
                      "bankId": 6440,
                      "bankBranchId": 391371,
                      "bankAccountNumber": "nasreenshaikh@okicici",
                      "ibanNumber": null,
                      "currencyId": 4,
                      "serviceGroupId": 2,
                      "serviceProviderId": null,
                      "serviceProviderBranchId": null,
                      "swiftCode": null,
                      "ifscCode": null,
                      "bankAccountTypeId": 3480,
                      "routingNumber": null
                    },
                    "benePersonalDetailModel": {
                      "stateId": "666",
                      "cityId": "1218",
                      "countryId": 94,
                      "districtId": 8006,
                      "townId": null,
                      "firstName": "Nasreen",
                      "secondName": "Shaikh",
                      "thirdName": null,
                      "fourthName": null,
                      "fifthName": null,
                      "nationality": "94",
                      "localFirstName": null,
                      "localSecondName": null,
                      "localThirdName": null,
                      "localFourthName": null,
                      "localFifthName": null,
                      "telephoneNumber": null,
                      "mobileNumber": "7417417417",
                      "countryTelCode": "91",
                      "remarks": null,
                      "relationsId": 3,
                      "beneficaryTypeId": 1,
                      "isActive": "Y",
                      "institutionName": null,
                      "institutionNameLocal": null,
                      "institutionCategoryId": null,
                      "apiBeneNameEdited": false,
                      "dateOfBirth": null
                    },
                    "beneTransactionAmountLimit": "2,000",
                    "beneficaryAccountSeqId": null,
                    "beneficaryMasterSeqId": 6015157,
                    "beneficaryRelationSeqId": 7403580,
                    "beneVerificiationLinkId": null,
                    "beneChannelAmountLimit": "10,000",
                    "beneNewTrnxTimeLimit": 2,
                    "ekycCust": false,
                    "cashChannelBene": false,
                    "isUpiBene": true,
                    "_message_type": "UPI"
                  },
                  "results": [],
                  "traceId": "VPH-17793-8DHLyjzHNSK-321971-xxx-8DHLGWQlWm2",
                  "traceid": "VPH-17793-8DHLyjzHNSK-321971-xxx-8DHLGWQlWm2",
                  "signature": "4349fb2ddfa0bf971ddb9b5f7d41900d"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AddBeneUpiResponseRequest"
              },
              "example": {
                "upiId": "string"
              }
            }
          }
        }
      }
    },
    "/api/user/bnfcry/commit": {
      "post": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneSemeDynamicSubmit",
        "operationId": "addBeneSemeDynamicSubmitCall",
        "description": "Flutter model: `SDABSubmitResponse` (`lib/data/model/SDABSubmitResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SDABSubmitResponseResponse"
                },
                "example": {
                  "timestamp": 1759171576377,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "beneAccountModel": {
                      "beneficaryCountryId": 92,
                      "bankId": 47,
                      "bankBranchId": 344288,
                      "bankAccountNumber": "1234567890",
                      "ibanNumber": null,
                      "currencyId": 2,
                      "serviceGroupId": 2,
                      "serviceProviderId": null,
                      "serviceProviderBranchId": null,
                      "swiftCode": "ABNYUS33XXX",
                      "ifscCode": null,
                      "bankAccountTypeId": 405,
                      "routingNumber": null
                    },
                    "benePersonalDetailModel": {
                      "stateId": "643",
                      "cityId": null,
                      "countryId": 92,
                      "districtId": 7319,
                      "townId": null,
                      "firstName": "Chiranjeevi",
                      "secondName": " Veeravalli Suryanarayana",
                      "thirdName": null,
                      "fourthName": null,
                      "fifthName": null,
                      "nationality": "94",
                      "localFirstName": null,
                      "localSecondName": null,
                      "localThirdName": null,
                      "localFourthName": null,
                      "localFifthName": null,
                      "telephoneNumber": null,
                      "mobileNumber": "1234567823",
                      "countryTelCode": "1",
                      "remarks": null,
                      "relationsId": 3,
                      "beneficaryTypeId": 1,
                      "isActive": "Y",
                      "institutionName": null,
                      "institutionNameLocal": null,
                      "institutionCategoryId": null,
                      "apiBeneNameEdited": false,
                      "dateOfBirth": null,
                      "beneAmlDetailDto": null
                    },
                    "beneTransactionAmountLimit": "1,000",
                    "beneficaryAccountSeqId": null,
                    "beneficaryMasterSeqId": null,
                    "beneficaryRelationSeqId": 27276062,
                    "beneVerificiationLinkId": null,
                    "beneChannelAmountLimit": "10,000",
                    "beneNewTrnxTimeLimit": 1,
                    "ekycCust": false,
                    "cashChannelBene": false,
                    "isUpiBene": null,
                    "isUniqueIdBene": null,
                    "_message_type": "BANK"
                  },
                  "results": [],
                  "traceId": "XHB-0471e-8N3AaTESeQe-184466-xxx-8N3BOJJALwq",
                  "traceid": "XHB-0471e-8N3AaTESeQe-184466-xxx-8N3BOJJALwq",
                  "signature": "4623c938489155646ead4498c25fc4d1"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SDABSubmitResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/user/bnfcry/disable": {
      "post": {
        "tags": [
          "Beneficiary"
        ],
        "summary": "enableDisableBene",
        "operationId": "enableDisableBene",
        "description": "Flutter model: `EnableDisableBeneResponse` (`lib/data/model/EnableDisableBeneResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/EnableDisableBeneResponseResponse"
                },
                "example": {
                  "timestamp": 1722491626697,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "VERIFY_SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "success": true
                  },
                  "results": [],
                  "traceId": "MJR-17793-8BGZbzSQSjR-330674-xxx-8BGZmFC53lJ",
                  "traceid": "MJR-17793-8BGZbzSQSjR-330674-xxx-8BGZmFC53lJ",
                  "signature": "e571eced7db76c890a02f3e374855f19"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "$ref": "#/components/schemas/EnableDisableBeneResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/user/bnfcry/edit": {
      "post": {
        "tags": [
          "Beneficiary"
        ],
        "summary": "updateNameList",
        "operationId": "updateNameList",
        "description": "Flutter model: `GetBeneNameUpdateFieldsResponse` (`lib/data/model/GetBeneNameUpdateFieldsResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetBeneNameUpdateFieldsResponseResponse"
                },
                "example": {
                  "timestamp": 1724388463115,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "id": 183,
                      "entityName": "BENEFICIARY",
                      "field": {
                        "name": "BENE_FIRST_NAME",
                        "required": true,
                        "type": "text",
                        "defaultValue": null,
                        "minLength": 1,
                        "maxLength": 100,
                        "validationRegex": [
                          "..."
                        ],
                        "label": "First Name",
                        "possibleValues": null,
                        "dtoPath": "firstName",
                        "additionalValidations": {},
                        "minValue": null,
                        "maxValue": null,
                        "valueUnit": null,
                        "editable": true,
                        "apiOpts": null,
                        "groupName": null,
                        "groupStrategy": null,
                        "liveValidation": null,
                        "fieldInfo": null
                      }
                    }
                  ],
                  "results": [],
                  "traceId": "EEL-17793-8ChpMrCKs0P-321971-xxx-8ChqwTCBLob",
                  "traceid": "EEL-17793-8ChpMrCKs0P-321971-xxx-8ChqwTCBLob",
                  "signature": "767af5886ae51d068a851ec62454d03c"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetBeneNameUpdateFieldsResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/user/bnfcry/list": {
      "post": {
        "tags": [
          "Beneficiary"
        ],
        "summary": "beneList",
        "operationId": "beneList",
        "description": "Flutter model: `BeneficiaryListModel` (`lib/data/model/BeneficiaryListModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/BeneficiaryListModelResponse"
                },
                "example": {
                  "timestamp": 1728990967503,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "idNo": 7393440,
                      "beneficaryMasterSeqId": 6031594,
                      "applicationCountryId": 91,
                      "firstName": "Chetana Bank",
                      "secondName": "Transfer",
                      "thirdName": null,
                      "fourthName": null,
                      "fiftheName": null,
                      "firstNameLocal": null,
                      "secondNameLocal": null,
                      "thirdNameLocal": null,
                      "fourthNameLocal": null,
                      "fifthNameLocal": null,
                      "benificaryStatusId": 1,
                      "nationality": "94",
                      "nationalityName": "INDIAN",
                      "dateOfBirth": null,
                      "yearOfBirth": null,
                      "age": null,
                      "occupation": null,
                      "stateId": "665",
                      "districtId": 8003,
                      "cityId": "11319",
                      "stateName": "KARNATAKA",
                      "districtName": "CHIKBALLAPUR",
                      "cityName": "CHIKBALLAPUR",
                      "noOfRemittance": null,
                      "isActive": "Y",
                      "createdBy": "1321971",
                      "createdDate": 1703150080000,
                      "modifiedBy": null,
                      "modifiedDate": null,
                      "benificaryStatusName": "Individual",
                      "remarks": null,
                      "bankName": "BANDHAN BANK LIMITED",
                      "bankBranchName": "BANDEL",
                      "bankAccountNumber": "7894561278945612",
                      "currencyId": 4,
                      "accountStatus": "Y",
                      "branchCode": 313,
                      "...": "truncated"
                    }
                  ],
                  "results": [],
                  "traceId": "VPH-17793-8DHQbj4VzDS-321971-xxx-8DHQbYtwzLM",
                  "traceid": "VPH-17793-8DHQbj4VzDS-321971-xxx-8DHQbYtwzLM",
                  "signature": "ecd1e57b09cfbd57491eebc2d06742b0"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/BeneficiaryListModelRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/user/bnfcry/list/repeat/cart": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "getRepeatCart",
        "operationId": "getRepeatCart",
        "description": "Flutter model: `RepeatCartResponse` (`lib/data/model/RepeatCartResponse.dart`)\n\n**Deprecated:** `RepeatCartResponse()` HTTP method is never invoked from active app code (constant only in `data/model/RepeatCartResponse.dart`).",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RepeatCartResponseResponse"
                },
                "example": {
                  "timestamp": 1718774574787,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "idNo": 9312396,
                      "beneficaryMasterSeqId": 6019504,
                      "applicationCountryId": 91,
                      "firstName": "SIVAMANI",
                      "secondName": "SUBRAMANIAN",
                      "thirdName": null,
                      "fourthName": null,
                      "fiftheName": null,
                      "firstNameLocal": null,
                      "secondNameLocal": null,
                      "thirdNameLocal": null,
                      "fourthNameLocal": null,
                      "fifthNameLocal": null,
                      "benificaryStatusId": 1,
                      "nationality": "94",
                      "nationalityName": "INDIAN",
                      "dateOfBirth": null,
                      "yearOfBirth": null,
                      "age": null,
                      "occupation": null,
                      "stateId": "666",
                      "districtId": 8005,
                      "cityId": "1134",
                      "stateName": "TAMIL NADU",
                      "districtName": "MADRAS (CHENNAI)",
                      "cityName": "AMBATTUR",
                      "noOfRemittance": null,
                      "isActive": "Y",
                      "createdBy": "SIMOES1",
                      "createdDate": 1654672441000,
                      "modifiedBy": null,
                      "modifiedDate": null,
                      "benificaryStatusName": "Individual",
                      "remarks": null,
                      "bankName": "STATE BANK OF INDIA",
                      "bankBranchName": "OAD HEAD OFFICE",
                      "bankAccountNumber": "75395174185",
                      "currencyId": 1,
                      "accountStatus": "Y",
                      "branchCode": 14789272,
                      "...": "truncated"
                    }
                  ],
                  "results": [],
                  "traceId": "GYA-9c4d6-8AxzUrRuT4a-330674-xxx-8AxAi8bCLvU",
                  "traceid": "GYA-9c4d6-8AxzUrRuT4a-330674-xxx-8AxAi8bCLvU",
                  "signature": "07ee12d0985a378b6cd0380b44d949d3"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RepeatCartResponseRequest"
              },
              "example": {}
            }
          }
        },
        "deprecated": true
      }
    },
    "/api/user/bnfcry/most/frequent/bene/list": {
      "post": {
        "tags": [
          "Quick Remit"
        ],
        "summary": "getRepeatTransaction",
        "operationId": "getRepeatTransaction",
        "description": "Flutter model: `RepeatTransactionResponse` (`lib/data/model/RepeatTransactionResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RepeatTransactionResponseResponse"
                },
                "example": {
                  "timestamp": 1718774318011,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "idNo": 7377957,
                      "beneficaryMasterSeqId": 6019504,
                      "applicationCountryId": 91,
                      "firstName": "SIVAMANI",
                      "secondName": "SUBRAMANIAN",
                      "thirdName": null,
                      "fourthName": null,
                      "fiftheName": null,
                      "firstNameLocal": null,
                      "secondNameLocal": null,
                      "thirdNameLocal": null,
                      "fourthNameLocal": null,
                      "fifthNameLocal": null,
                      "benificaryStatusId": 1,
                      "nationality": "94",
                      "nationalityName": "INDIAN",
                      "dateOfBirth": null,
                      "yearOfBirth": null,
                      "age": null,
                      "occupation": null,
                      "stateId": "666",
                      "districtId": 8005,
                      "cityId": "1134",
                      "stateName": "TAMIL NADU",
                      "districtName": "MADRAS (CHENNAI)",
                      "cityName": "AMBATTUR",
                      "noOfRemittance": null,
                      "isActive": "Y",
                      "createdBy": "SIMOES1",
                      "createdDate": 1654672441000,
                      "modifiedBy": null,
                      "modifiedDate": null,
                      "benificaryStatusName": "Individual",
                      "remarks": null,
                      "bankName": "STATE BANK OF INDIA",
                      "bankBranchName": "OAD HEAD OFFICE",
                      "bankAccountNumber": "75395174185",
                      "currencyId": 4,
                      "accountStatus": "Y",
                      "branchCode": 14789272,
                      "...": "truncated"
                    }
                  ],
                  "results": [],
                  "traceId": "GYA-9c4d6-8AxzUrRuT4a-330674-xxx-8AxzZaALaNA",
                  "traceid": "GYA-9c4d6-8AxzUrRuT4a-330674-xxx-8AxzZaALaNA",
                  "signature": "378cfabe6ddfbe293ecbd11d38775451"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "$ref": "#/components/schemas/RepeatTransactionResponseRequest"
              },
              "example": {
                "excludeSpBene": "string"
              }
            }
          }
        }
      }
    },
    "/api/user/bnfcry/personal": {
      "post": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneSemeDynamicPersonalInfo",
        "operationId": "addBeneSemeDynamicPersonalInfoCall",
        "description": "Flutter model: `SDABPersonalInfoResponse` (`lib/data/model/SDABPersonalInfoResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SDABPersonalInfoResponseResponse"
                },
                "example": {
                  "timestamp": 1759164921740,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "success": true,
                    "tranxId": "XHB-0471e-8N3tLDrIH1E-184466-xxx-8N3tQ7lAesp"
                  },
                  "results": [],
                  "traceId": "XHB-0471e-8N3tLDrIH1E-184466-xxx-8N3tTvxPEmG",
                  "traceid": "XHB-0471e-8N3tLDrIH1E-184466-xxx-8N3tTvxPEmG",
                  "signature": "7be2b457c9b0a93af80d7b3b88a31df2"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SDABPersonalInfoResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/user/bnfcry/upload": {
      "post": {
        "tags": [
          "Assisted Bene"
        ],
        "summary": "uploadBeneData",
        "operationId": "uploadBeneData",
        "description": "Flutter model: `AddAssistedBeneResponseModel` (`lib/data/model/AddAssistedBeneResponseModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AddAssistedBeneResponseModelResponse"
                },
                "example": {
                  "timestamp": 1735875814567,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "requestId": 8662,
                    "customerId": 1330674,
                    "dmsFileId": 6451,
                    "note": "create assisted bene tes",
                    "status": "OPEN",
                    "dateTime": "03/01/2025 09:13:34 AM",
                    "isActive": "Y",
                    "creationDate": "03/01/2025 09:13:34 AM",
                    "created_by": "1330674",
                    "modifiedDate": null,
                    "modified_by": null,
                    "beneId": null,
                    "remarks": null,
                    "branchModifiedDate": null,
                    "modifiedByBranch": null,
                    "corridor": null,
                    "countryId": null,
                    "currencyId": null
                  },
                  "results": [],
                  "traceId": "MEU-561f4-8FQ60xHyd1W-330674-xxx-8FQ6af7iQNt",
                  "traceid": "MEU-561f4-8FQ60xHyd1W-330674-xxx-8FQ6af7iQNt",
                  "signature": "84ae8e83fc5ddf5f41f852e9f75d8559"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AddAssistedBeneResponseModelRequest"
              },
              "example": {
                "note": "string"
              }
            }
          }
        }
      }
    },
    "/api/user/bnfcry/validateUpiBeneficiaryAccount": {
      "post": {
        "tags": [
          "Add Bene"
        ],
        "summary": "verifyUpiId",
        "operationId": "verifyUpiId",
        "description": "Flutter model: `verifyUPIIdResponse` (`lib/data/model/verifyUPIIdResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/verifyUPIIdResponseResponse"
                },
                "example": {
                  "timestamp": 1728980404249,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "beneficiaryName": "Nasreen Shaikh",
                    "isValidUpiId": true,
                    "isPolling": false
                  },
                  "results": [],
                  "traceId": "VPH-17793-8DHDAhdTZAH-321971-xxx-8DHDBWHPiDf",
                  "traceid": "VPH-17793-8DHDAhdTZAH-321971-xxx-8DHDBWHPiDf",
                  "signature": "e6cae3baad9001f838dbc7df334ce595"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/verifyUPIIdResponseRequest"
              },
              "example": {
                "upiId": "string"
              }
            }
          }
        }
      }
    },
    "/api/user/device/delink": {
      "post": {
        "tags": [
          "Biometric"
        ],
        "summary": "deLink",
        "operationId": "deLink",
        "description": "Flutter model: `LinkFingerprintResponse` (`lib/data/model/LinkFingerprintResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/LinkFingerprintResponseResponse"
                },
                "example": {
                  "timestamp": 1707454626082,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "password": "RLXNVZ"
                  },
                  "traceId": "BNJ-726FB-8x280CmBaNM-321971-xxx-8x282jEE2dC",
                  "traceid": "BNJ-726FB-8x280CmBaNM-321971-xxx-8x282jEE2dC",
                  "signature": "0ea0f3fac42f10840dd9d936f260fdf9"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/LinkFingerprintResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/user/device/link": {
      "post": {
        "tags": [
          "Biometric"
        ],
        "summary": "linkFingerprint",
        "operationId": "linkFingerprint",
        "description": "Flutter model: `LinkFingerprintResponse` (`lib/data/model/LinkFingerprintResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/LinkFingerprintResponseResponse"
                },
                "example": {
                  "timestamp": 1707454626082,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "password": "RLXNVZ"
                  },
                  "traceId": "BNJ-726FB-8x280CmBaNM-321971-xxx-8x282jEE2dC",
                  "traceid": "BNJ-726FB-8x280CmBaNM-321971-xxx-8x282jEE2dC",
                  "signature": "0ea0f3fac42f10840dd9d936f260fdf9"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/LinkFingerprintResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/user/get-customer-document-data": {
      "get": {
        "tags": [
          "Send Money",
          "Signup Upload Ekyc"
        ],
        "summary": "getCustomerDocumentData",
        "operationId": "getCustomerDocumentData",
        "description": "Flutter model: `—` (`—`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "statusKey": {
                      "type": "string"
                    },
                    "message": {
                      "nullable": true
                    },
                    "data": {
                      "type": "object",
                      "properties": {}
                    },
                    "results": {
                      "type": "array",
                      "items": {}
                    }
                  },
                  "required": [
                    "statusKey",
                    "data",
                    "results"
                  ]
                }
              }
            }
          }
        }
      }
    },
    "/api/user/income": {
      "post": {
        "tags": [
          "Employment Details"
        ],
        "summary": "employmentDetails",
        "operationId": "employmentDetails",
        "description": "Flutter model: `EmploymentDetailsResponse` (`lib/data/model/EmploymentDetailsResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/EmploymentDetailsResponseResponse"
                },
                "example": {
                  "timestamp": 1726200400587,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "incomeRangeFrom": 18751.25,
                    "incomeRangeTo": 25000,
                    "articleDetailId": 28,
                    "companyName": "aawe79 ",
                    "image": null,
                    "fileName": "288051513039.png"
                  },
                  "results": [],
                  "traceId": "NUN-17793-8CQewYkgB4c-321971-xxx-8CQezVQvo2I",
                  "traceid": "NUN-17793-8CQewYkgB4c-321971-xxx-8CQezVQvo2I",
                  "signature": "3aa0f74ad2d8565493dec7b53017ced6"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/EmploymentDetailsResponseRequest"
              },
              "example": {
                "companyName": "string",
                "fullName": "string",
                "articleDetailId": "string",
                "image": "string",
                "fileName": "string"
              }
            }
          }
        }
      }
    },
    "/api/user/password": {
      "post": {
        "tags": [
          "Forgot Password"
        ],
        "summary": "resetPass",
        "operationId": "resetPass",
        "description": "Flutter model: `UpdatePasswordResponse` (`lib/data/model/UpdatePasswordResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdatePasswordResponseResponse"
                },
                "example": {
                  "timestamp": 1715852766613,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": "Password Updated Succesfully",
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "USER_UPDATE_SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "mOtp": null,
                    "eOtp": null,
                    "wOtp": null,
                    "otp": null,
                    "password": null,
                    "email": null,
                    "phone": null,
                    "imageUrl": null,
                    "caption": null,
                    "mOtpPrefix": null,
                    "eOtpPrefix": null,
                    "wOtpPrefix": null,
                    "contactType": null,
                    "secQuesMeta": null,
                    "state": {
                      "flow": "DEFAULT",
                      "cStep": "CREDS_SET",
                      "nStep": "CREDS_SET",
                      "validId": false,
                      "validPswd": false,
                      "validSecQues": false,
                      "validMotp": false,
                      "validEotp": false,
                      "validDataVer": false,
                      "presentEmail": false,
                      "skipEkyc": false,
                      "timestamp": 1715852683893
                    },
                    "secQuesAns": null,
                    "otpPrefix": null
                  },
                  "results": [],
                  "traceId": "IDD-561f4-8zDsgHUDIAu-000000-xxx-8zDsmPKu95k",
                  "traceid": "IDD-561f4-8zDsgHUDIAu-000000-xxx-8zDsmPKu95k",
                  "signature": "40f4e470fe313285c4fab19618a6ea97"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdatePasswordResponseRequest"
              },
              "example": {
                "password": "string"
              }
            }
          }
        }
      }
    },
    "/api/user/perms/dashboard": {
      "get": {
        "tags": [
          "General"
        ],
        "summary": "dashboardPage",
        "operationId": "dashboardPage",
        "description": "Flutter model: `DashboardEventResponse` (`lib/data/model/DashboardEventResponse.dart`)\n\n**Deprecated:** `DashboardEventResponse()` HTTP method is never invoked from active app code (constant only in `data/model/DashboardEventResponse.dart`).",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DashboardEventResponseResponse"
                },
                "example": {
                  "timestamp": 1726654718659,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "fingerprintlinked": false,
                    "idProofStatus": null,
                    "idProofInGracePeroid": null,
                    "idProofRequired": false,
                    "idProofVerificationPending": false,
                    "ekycStatus": null,
                    "whatsAppVerified": false,
                    "emailVerified": true,
                    "mobileVerified": true,
                    "securityQuestionDone": false,
                    "annualIncomeExpired": false,
                    "isDeactivated": false,
                    "isOnlineCustomer": true,
                    "isForceUpdateInsuranceRequired": false,
                    "isInsuranceActive": false,
                    "isEmailVerified": true,
                    "isMobileVerified": true,
                    "isEmailMissing": false,
                    "isMobileMissing": false,
                    "isLocalAddressMissing": null,
                    "annualTransactionLimitExpired": false,
                    "isCorporateCustomer": false,
                    "isKioskAdmin": false,
                    "isSmartCard": null,
                    "isComplianceDocUploadRequired": false,
                    "referalCustomerReference": null,
                    "referalCustomerIdentity": null,
                    "referalCustomerReferenceDate": null,
                    "isReferalCustomer": false,
                    "isKuwaiti": false,
                    "referalCustomerNationality": null,
                    "isMobileCivilId": "N",
                    "vat": false,
                    "vatPercentage": null,
                    "isIdVerified": false,
                    "iposTerminalId": "12700070",
                    "isFxorderAllowed": true,
                    "isMkeySet": true,
                    "isFkeySet": true,
                    "isUpdateCivilIdAllowed": false,
                    "...": "truncated"
                  },
                  "results": [],
                  "traceid": "NOQ-17793-8CYXFs9qoS3-338075-xxx-8CYXGb60wNy",
                  "signature": "d3567b28ec634f48843944ebde3f6079"
                }
              }
            }
          }
        },
        "deprecated": true
      }
    },
    "/api/user/perms/my_info_view": {
      "get": {
        "tags": [
          "My Info"
        ],
        "summary": "myViewInfo",
        "operationId": "myViewInfo",
        "description": "Flutter model: `MyViewInfoResponseModel` (`lib/data/model/MyViewInfoResponseModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MyViewInfoResponseModelResponse"
                },
                "example": {
                  "timestamp": 1761991011169,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "fingerprintlinked": false,
                    "idProofStatus": null,
                    "idProofInGracePeroid": null,
                    "idProofRequired": false,
                    "idProofVerificationPending": false,
                    "ekycStatus": null,
                    "whatsAppVerified": false,
                    "emailVerified": true,
                    "mobileVerified": true,
                    "securityQuestionDone": true,
                    "annualIncomeExpired": false,
                    "isDeactivated": false,
                    "isOnlineCustomer": true,
                    "isForceUpdateInsuranceRequired": false,
                    "isInsuranceActive": false,
                    "isEmailVerified": false,
                    "isMobileVerified": true,
                    "isEmailMissing": false,
                    "isMobileMissing": false,
                    "isLocalAddressMissing": null,
                    "annualTransactionLimitExpired": true,
                    "isCorporateCustomer": false,
                    "isKioskAdmin": false,
                    "isSmartCard": null,
                    "isComplianceDocUploadRequired": false,
                    "referalCustomerReference": null,
                    "referalCustomerIdentity": null,
                    "referalCustomerReferenceDate": null,
                    "isReferalCustomer": false,
                    "isKuwaiti": false,
                    "referalCustomerNationality": null,
                    "isMobileCivilId": null,
                    "vat": false,
                    "vatPercentage": null,
                    "isIdVerified": false,
                    "iposTerminalId": null,
                    "isFxorderAllowed": false,
                    "isMkeySet": true,
                    "isFkeySet": true,
                    "isUpdateCivilIdAllowed": false,
                    "...": "truncated"
                  },
                  "results": [],
                  "traceid": "VXO-45c33-8NVLNfBi8qH-005218-xxx-8NVLODOeTHM",
                  "signature": "833fa01d0757978c8a95b075edcfa41d"
                }
              }
            }
          }
        }
      }
    },
    "/api/user/profile": {
      "post": {
        "tags": [
          "My Info"
        ],
        "summary": "profile",
        "operationId": "profile",
        "description": "Flutter model: `ProfileInfoResponse` (`lib/data/model/ProfileInfoResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProfileInfoResponseResponse"
                },
                "example": {
                  "timestamp": 1715999682761,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "customerId": 1321971,
                    "companyId": null,
                    "countryId": null,
                    "languageId": null,
                    "shortName": "GAFOORHUSSAIN",
                    "shortNameLocal": "ليبلبيل",
                    "amlStatus": null,
                    "numberOfHits": null,
                    "verificationBy": null,
                    "verificationDate": null,
                    "amlStatusUpdatedBy": null,
                    "amlStatusLastUpdated": null,
                    "branchCode": null,
                    "activatedInd": null,
                    "activatedDate": null,
                    "inactivatedDate": null,
                    "title": "181",
                    "firstName": "WU",
                    "middleName": null,
                    "lastName": "NEW RULE",
                    "titleLocal": null,
                    "firstNameLocal": "سيسي",
                    "middleNameLocal": "لالبال",
                    "lastNameLocal": "سيسيسش  غعغهع",
                    "gender": null,
                    "dateOfBirth": 947462400000,
                    "alterEmailId": null,
                    "mobile": "98767656",
                    "signatureSpecimen": null,
                    "fingerPrintImg": null,
                    "introducedBy": null,
                    "medicalInsuranceInd": null,
                    "companyName": null,
                    "companyNameLocal": null,
                    "email": "almullatest@gmail.com",
                    "crNo": null,
                    "placeOfBirth": null,
                    "countryOfBirth": null,
                    "fatherName": null,
                    "createdBy": null,
                    "...": "truncated"
                  },
                  "results": [],
                  "traceId": "AEY-5e326-8zGhfYrjEZY-321971-xxx-8zGhlxYOW7v",
                  "traceid": "AEY-5e326-8zGhfYrjEZY-321971-xxx-8zGhlxYOW7v",
                  "signature": "b0b9f9f50b04b2c7f2cddad524e5420a"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ProfileInfoResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/user/set-mkey-fkey": {
      "get": {
        "tags": [
          "Mpin"
        ],
        "summary": "setMPin",
        "operationId": "setMPin",
        "description": "Flutter model: `SetMPinResponse` (`lib/data/model/SetMPinResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SetMPinResponseResponse"
                },
                "example": {
                  "statusKey": "SUCCESS",
                  "exception": null,
                  "errors": null,
                  "message": null,
                  "timestamp": 1745295944337,
                  "error": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "warningKey": null,
                  "path": null,
                  "logs": null,
                  "results": [],
                  "signature": "1cd7d7d69120a87ff064a95cbba7d05d",
                  "data": {
                    "fKey": "8-E6CD",
                    "mKey": "0772-6"
                  },
                  "meta": null,
                  "traceid": "CER-CD8ED-8IL3Fzqsv3p-006617-xxx-8IL3HAd9mk3",
                  "warnings": null,
                  "redirectUrl": null,
                  "status": "200",
                  "messageKey": null
                }
              }
            }
          }
        }
      }
    },
    "/api/user/tranx/history": {
      "post": {
        "tags": [
          "Mytransactions"
        ],
        "summary": "trnxHistoryUrl",
        "operationId": "trnxHistoryUrl",
        "description": "Flutter model: `MyTransactionModel` (`lib/data/model/MyTransactionModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MyTransactionModelResponse"
                },
                "example": {
                  "timestamp": 1713154066353,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "idno": 39316413,
                      "customerReference": 2517617,
                      "documentNumber": 11500001,
                      "beneficaryAccountNumber": "1234567812345678",
                      "beneficaryBankName": "AXIS BANK LIMITED INDIA",
                      "beneficaryBranchName": "AXIS BANK LTD GAYESHPUR BRANCH ",
                      "beneficaryName": "Abc Hospital Pvt Ltd",
                      "beneficaryCorespondingBankName": "HDFC",
                      "documentDate": 1711953906000,
                      "documentFinanceYear": 2024,
                      "documentCode": null,
                      "foreignCurrencyCode": "004",
                      "foreignTransactionAmount": 26110,
                      "currencyQuoteName": "INR",
                      "serviceDescription": "TT",
                      "transactionStatusDesc": null,
                      "transactionTypeDesc": "REMITTANCE",
                      "collectionDocumentNo": 11500001,
                      "collectionDocumentCode": 2,
                      "collectionDocumentFinYear": 2024,
                      "branchDesc": "MURGAB3",
                      "trnxIdNumber": "2024/11500001",
                      "customerId": 1321971,
                      "applicationCountryId": null,
                      "companyId": null,
                      "currencyId": null,
                      "languageId": null,
                      "beneficiaryRelationSeqId": 7393238,
                      "localTrnxAmount": 97.48,
                      "sourceOfIncomeId": 1,
                      "purposeOfTrnx": null,
                      "beneficiaryErrorStatus": [],
                      "transactionReference": "115000012024",
                      "bankRuleFieldId": null,
                      "srlId": null,
                      "beneIsActive": false,
                      "exRateApplied": 0.003733384,
                      "exRateReversed": 267.853508,
                      "receiptNumber": null,
                      "receiptType": null,
                      "...": "truncated"
                    }
                  ],
                  "results": [],
                  "traceId": "ZBU-5e326-8yNC6nCBydo-321971-xxx-8yNCaq4ufJ1",
                  "traceid": "ZBU-5e326-8yNC6nCBydo-321971-xxx-8yNCaq4ufJ1",
                  "signature": "1aa761fa413f6b2d630b2b5917fea765"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MyTransactionModelRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/user/tranx/pending/list": {
      "post": {
        "tags": [
          "Dashboard",
          "Mytransactions"
        ],
        "summary": "pendingApplicationUrl",
        "operationId": "pendingApplicationUrl",
        "description": "Flutter model: `ApplicationListResponse` (`lib/data/model/ApplicationListResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApplicationListResponseResponse"
                },
                "example": {
                  "timestamp": 1719219616251,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "transactionId": 8886300,
                      "confirmDate": null,
                      "status": "NEW",
                      "beneAccountNo": "IBAN1234567890123456789012345",
                      "beneBank": "BANK OF ALEXANDRIA",
                      "amount": 5,
                      "identityInt": null,
                      "exchangeRate": null,
                      "foreignAmount": null,
                      "customerName": null,
                      "documentDate": 1719219109000,
                      "transactionReferenceNumber": null,
                      "accountId": null,
                      "applIsActive": "Y",
                      "transactionDocumentNo": null,
                      "identityTypeId": null,
                      "foreignCurrencyDescription": "EGP",
                      "statusDesc": "New",
                      "beneId": 7390747,
                      "beneBranch": "CAIRO BRANCH,49 KASR AL NIL STREET ,CAIRO",
                      "beneName": "انت لاتر بلغ لتمن انتم",
                      "documentFinanceYear": "2024",
                      "localExchangeRate": 78.07,
                      "foreignExchangeRate": 0.012809,
                      "paymentType": "PB",
                      "wtBank": null,
                      "trnxIdHashValue": "5ad7c301dccc5d6233655c1ba17e19cb",
                      "accountNo": "IBAN1234567890123456789012345"
                    }
                  ],
                  "results": [],
                  "traceId": "EXD-17793-8AG7wlpunQw-330674-xxx-8AG8lmjbcGS",
                  "traceid": "EXD-17793-8AG7wlpunQw-330674-xxx-8AG8lmjbcGS",
                  "signature": "4ca190cbbdb7f5b3fb1990a8286550e7"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ApplicationListResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/user/tranx/print_history": {
      "get": {
        "tags": [
          "Mytransactions"
        ],
        "summary": "sendEmailTrxList",
        "operationId": "sendEmailTrxList",
        "description": "Flutter model: `MyTransactionModel` (`lib/data/model/MyTransactionModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MyTransactionModelResponse"
                },
                "example": {
                  "timestamp": 1713154066353,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "idno": 39316413,
                      "customerReference": 2517617,
                      "documentNumber": 11500001,
                      "beneficaryAccountNumber": "1234567812345678",
                      "beneficaryBankName": "AXIS BANK LIMITED INDIA",
                      "beneficaryBranchName": "AXIS BANK LTD GAYESHPUR BRANCH ",
                      "beneficaryName": "Abc Hospital Pvt Ltd",
                      "beneficaryCorespondingBankName": "HDFC",
                      "documentDate": 1711953906000,
                      "documentFinanceYear": 2024,
                      "documentCode": null,
                      "foreignCurrencyCode": "004",
                      "foreignTransactionAmount": 26110,
                      "currencyQuoteName": "INR",
                      "serviceDescription": "TT",
                      "transactionStatusDesc": null,
                      "transactionTypeDesc": "REMITTANCE",
                      "collectionDocumentNo": 11500001,
                      "collectionDocumentCode": 2,
                      "collectionDocumentFinYear": 2024,
                      "branchDesc": "MURGAB3",
                      "trnxIdNumber": "2024/11500001",
                      "customerId": 1321971,
                      "applicationCountryId": null,
                      "companyId": null,
                      "currencyId": null,
                      "languageId": null,
                      "beneficiaryRelationSeqId": 7393238,
                      "localTrnxAmount": 97.48,
                      "sourceOfIncomeId": 1,
                      "purposeOfTrnx": null,
                      "beneficiaryErrorStatus": [],
                      "transactionReference": "115000012024",
                      "bankRuleFieldId": null,
                      "srlId": null,
                      "beneIsActive": false,
                      "exRateApplied": 0.003733384,
                      "exRateReversed": 267.853508,
                      "receiptNumber": null,
                      "receiptType": null,
                      "...": "truncated"
                    }
                  ],
                  "results": [],
                  "traceId": "ZBU-5e326-8yNC6nCBydo-321971-xxx-8yNCaq4ufJ1",
                  "traceid": "ZBU-5e326-8yNC6nCBydo-321971-xxx-8yNCaq4ufJ1",
                  "signature": "1aa761fa413f6b2d630b2b5917fea765"
                }
              }
            }
          }
        }
      }
    },
    "/api/user/trnx_limit": {
      "get": {
        "tags": [
          "Dashboard",
          "My Info"
        ],
        "summary": "transactionLimit",
        "operationId": "transactionLimit",
        "description": "Flutter model: `transactionLimitResponseModel` (`lib/data/model/transactionLimitResponseModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/transactionLimitResponseModelResponse"
                },
                "example": {
                  "timestamp": 1726039616486,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "incomeRangeFrom": 15001,
                    "incomeRangeTo": 20000,
                    "_id": null,
                    "_name": null,
                    "_local_name": null,
                    "_code": null,
                    "_value": null
                  },
                  "results": [],
                  "traceId": "MTQ-17793-8CN92FAIg9u-321971-xxx-8CN958ugc4k",
                  "traceid": "MTQ-17793-8CN92FAIg9u-321971-xxx-8CN958ugc4k",
                  "signature": "4ce47a289d61062a0674ce690ffe8257"
                }
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "Dashboard",
          "My Info"
        ],
        "summary": "updateTransactionLimit",
        "operationId": "updateTransactionLimit",
        "description": "Flutter model: `UpdateTransactionLimitResponse` (`lib/data/model/UpdateTransactionLimitResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateTransactionLimitResponseResponse"
                },
                "example": {
                  "timestamp": 1726137348181,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "success": true
                  },
                  "results": [],
                  "traceId": "NUN-17793-8CP1sxpQfuX-321971-xxx-8CP1tW8RGtq",
                  "traceid": "NUN-17793-8CP1sxpQfuX-321971-xxx-8CP1tW8RGtq",
                  "signature": "9530604a706761d63dcf64256eb31aae"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTransactionLimitResponseRequest"
              },
              "example": {
                "incomeRangeFrom": "string",
                "incomeRangeTo": "string"
              }
            }
          }
        }
      }
    },
    "/api/v1/enet/fetch-service-rules": {
      "post": {
        "tags": [
          "Enet"
        ],
        "summary": "getEnetServiceRules",
        "operationId": "getEnetServiceRules",
        "description": "Flutter model: `EnetServiceRulesResponse` (`lib/data/model/EnetServiceRulesResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/EnetServiceRulesResponseResponse"
                },
                "example": {
                  "timestamp": 1730354619605,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": null,
                  "results": [
                    {
                      "status": {
                        "code": 1,
                        "description": "Success"
                      },
                      "validationRules": [
                        {
                          "id": "...",
                          "code": "...",
                          "minimumAmount": "...",
                          "maximumAmount": "...",
                          "maxTransactionCountPerDay": "...",
                          "maxTransactionAmountPerDay": "...",
                          "decimalAllowed": "...",
                          "outputField_1": "...",
                          "outputField_2": "...",
                          "outputField_3": "...",
                          "outputField_4": "...",
                          "outputField_5": "..."
                        }
                      ]
                    }
                  ],
                  "traceid": "TIW-8E82k-8E82kdHi6yf-000000-xxx-8E82kdHi6yg",
                  "signature": "275ce450a73972ae5271293a7e0087de"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/EnetServiceRulesResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/enet/payment-data": {
      "post": {
        "tags": [
          "Enet Payment History",
          "Transaction Status"
        ],
        "summary": "getEnetPaymentHistory",
        "operationId": "getEnetPaymentHistory",
        "description": "Flutter model: `EnetPaymentHistoryResponseModel` (`lib/data/model/EnetPaymentHistoryResponseModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/EnetPaymentHistoryResponseModelResponse"
                },
                "example": {
                  "timestamp": 1730700301879,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": null,
                  "results": [
                    [
                      {
                        "paygId": "666d4f9598fc39037581fb4e",
                        "eNetTransactionNo": "",
                        "CustomerId": "309945",
                        "Status": -1,
                        "StatusDescription": "Failed",
                        "TransactionDateStr": "6/15/2024 11:23:51 AM",
                        "TransactionDate": 1718439831000,
                        "Amount": 1.0,
                        "Charges": 0.0,
                        "ClientReference": "NOT CAPTURED",
                        "RequestReference": "309945666d4f9598fc39037581fb4e",
                        "PaymentID": "100416710000003094",
                        "PaymentResult": "NOT CAPTURED",
                        "PaymentTranID": "416710000966015",
                        "PaymentAuthCode": "000000",
                        "ServiceTypeName": "Bill Payment",
                        "ServiceDescription": "POSTPAID",
                        "VoucherCode": null,
                        "SerialNumber": null,
                        "AccountNumber": "66000021",
                        "Language": "EN",
                        "Remarks": "NOT CAPTURED",
                        "signaturekey": null,
                        "RequestJson": "{\"acc\":\"66000021\",\"sourceid\":\"14\",\"chrg\":0,\"amt\":1,\"pid\":\"0\",\"sourceref\":\"309945\",\"sid\":\"1\",\"serviceTypeName\":\"Bill Payment\",\"serviceDescription\":\"POSTPAID\",\"ptyp\":\"KNET\",\"language...",
                        "ResponseJson": "{\"eNetTransactionNo\":\"\",\"Status\":-1,\"StatusDescription\":\"Failed\",\"TransactionDate\":\"6/15/2024 11:23:51 AM\",\"Amount\":1.0000,\"ClientReference\":\"NOT CAPTURED\",\"RequestReference\":\"3099..."
                      }
                    ]
                  ],
                  "traceid": "TIW-8EeG2-8EeG2tIHxnw-000000-xxx-8EeG2tIHxnx",
                  "signature": "8dbd3b54049a829ea49c5e972b304bf8"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/EnetPaymentHistoryResponseModelRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/enet/process-payment": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "processPayment",
        "operationId": "processPayment",
        "description": "Flutter model: `DynamicRequestTest` (`lib/data/model/DynamicRequestTest.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DynamicRequestTestResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DynamicRequestTestRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/enet/service-list": {
      "post": {
        "tags": [
          "Enet"
        ],
        "summary": "getServiceProvider",
        "operationId": "getServiceProvider",
        "description": "Flutter model: `serviceProviderModel` (`lib/data/model/serviceProviderModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/serviceProviderModelResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/serviceProviderModelRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/enet/service-product-list": {
      "post": {
        "tags": [
          "Enet"
        ],
        "summary": "getEnetProducts",
        "operationId": "getEnetProducts",
        "description": "Flutter model: `EnetProductListResponse` (`lib/data/model/EnetProductListResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/EnetProductListResponseResponse"
                },
                "example": {
                  "timestamp": 1730353344101,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": null,
                  "results": [
                    {
                      "status": {
                        "code": 1,
                        "description": "Success"
                      },
                      "productList": [
                        {
                          "id": "...",
                          "value": "...",
                          "active": "...",
                          "description": "..."
                        }
                      ]
                    }
                  ],
                  "traceid": "TIW-8E80O-8E80O0LCCoO-000000-xxx-8E80O0LCCoP",
                  "signature": "4d31ddd396fa24b4bd8cb2369e131502"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/EnetProductListResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/enet/validate-account": {
      "post": {
        "tags": [
          "Enet"
        ],
        "summary": "validateAccount",
        "operationId": "validateAccount",
        "description": "Flutter model: `EnentValidateAccountResponse` (`lib/data/model/EnentValidateAccountResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/EnentValidateAccountResponseResponse"
                },
                "example": {
                  "timestamp": 1730782418587,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": null,
                  "results": [
                    {
                      "status": {
                        "code": 1,
                        "description": "Success"
                      },
                      "mobile": {
                        "status": 1,
                        "statusDesc": null,
                        "company": "Ooredoo BillPayment",
                        "mobileType": {
                          "value": "..."
                        },
                        "currentBalance": -1799.5,
                        "minimumAmount": 0.0,
                        "serviceCharge": 0.0,
                        "expireDate": -62135769600000,
                        "amountWithCharges": null
                      },
                      "loans": {
                        "status": 0,
                        "statusDesc": null,
                        "company": null,
                        "amtToPay": 0.0,
                        "minimumAmount": 0.0,
                        "serviceCharge": 0.0,
                        "contractList": null
                      }
                    }
                  ],
                  "traceid": "MUG-0B6CA-8EgfQd4ahSJ-000000-xxx-8EgfQd4ahSK",
                  "signature": "080e79cf95d7792d7fec0fcfd90841b1"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/EnentValidateAccountResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v2/generate-token": {
      "get": {
        "tags": [
          "General"
        ],
        "summary": "generateEnetToken",
        "operationId": "generateEnetToken",
        "description": "Flutter model: `DynamicRequestTest` (`lib/data/model/DynamicRequestTest.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DynamicRequestTestResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/wu/enrollment": {
      "post": {
        "tags": [
          "My Info",
          "Wu Details"
        ],
        "summary": "wuEnrollment",
        "operationId": "wuEnrollment",
        "description": "Flutter model: `WUEnrolmentResponse` (`lib/data/model/WUEnrolmentResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/WUEnrolmentResponseResponse"
                },
                "example": {
                  "timestamp": 1726466525511,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "action_ind": "I",
                    "response_code": "COMPLETED",
                    "response_description": null,
                    "technical_details": null,
                    "request_XML": null,
                    "response_XML": null,
                    "responseJson": null,
                    "flex_field_1": null,
                    "request_XML_Date": null,
                    "response_XML_Date": null,
                    "custoemr_partner_reference_number": "981945216",
                    "firstName": "NIKESH",
                    "lastName": "KUMAR",
                    "middleName": null,
                    "fullAddress": "BLOCK4,HOUSETEST,FLAT7",
                    "city": "KUWAIT",
                    "state": null,
                    "country": null,
                    "mywuNumber": null,
                    "contactPhone": "9659659988388",
                    "totalPointsEarned": 0,
                    "promoCode": null,
                    "levelCode": null,
                    "firstUseDate": null,
                    "expirtyDate": null,
                    "cardReplacedCount": null,
                    "cardChangesCount": null,
                    "wuReferenceNo": "981945216",
                    "wuPoints": 0,
                    "booWuReference": true,
                    "errorMessage": null
                  },
                  "results": [],
                  "traceId": "CFZ-17793-8CVljxRhsrI-339318-xxx-8CVlxntIAdT",
                  "traceid": "CFZ-17793-8CVljxRhsrI-339318-xxx-8CVlxntIAdT",
                  "signature": "e3112624513d8f762a2a540e0d94441f"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/WUEnrolmentResponseRequest"
              },
              "example": {
                "wuReferenceNo": "string"
              }
            }
          }
        }
      }
    },
    "/folio/api/v1/applications": {
      "get": {
        "tags": [
          "General"
        ],
        "summary": "forceUpdate",
        "operationId": "forceUpdateCall",
        "description": "Flutter model: `DynamicResponse` (`lib/data/model/DynamicResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DynamicResponseResponse"
                }
              }
            }
          }
        }
      }
    },
    "/folio/api/v1/dms/media": {
      "get": {
        "tags": [
          "Tutorials"
        ],
        "summary": "getDmsMedia",
        "operationId": "getDmsMedia",
        "description": "Flutter model: `DmsMediaResponseModel` (`lib/data/model/DmsMediaResponseModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DmsMediaResponseModelResponse"
                },
                "example": {
                  "success": false,
                  "total": "string",
                  "results": [
                    {
                      "mimeType": "string",
                      "title": "string",
                      "code": "string",
                      "url": "string",
                      "isMostViewed": false,
                      "updateTime": {
                        "stamp": "string"
                      },
                      "isLikedByCustomer": "string",
                      "likesCount": "string",
                      "_id": "string",
                      "isActive": "string",
                      "category": "string",
                      "keywords": "string",
                      "isMostLiked": false,
                      "type": "string",
                      "mediaType": "string",
                      "format": "string",
                      "viewsCount": "string",
                      "isVersion": false,
                      "createTime": {
                        "stamp": "string"
                      },
                      "data": {
                        "link": "string",
                        "params": "string"
                      },
                      "description": "string",
                      "tags": [
                        {
                          "_id": "...",
                          "category": "...",
                          "code": "...",
                          "title": "...",
                          "description": "...",
                          "createTime": "...",
                          "isActive": "..."
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        }
      }
    },
    "/folio/api/v1/dms/media/{videoId}": {
      "get": {
        "tags": [
          "Tutorials"
        ],
        "summary": "getDmsVideoUpdate",
        "operationId": "getDmsVideoUpdate",
        "description": "Flutter model: `VideoLikeResponseModel` (`lib/data/model/VideoLikeResponseModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/VideoLikeResponseModelResponse"
                },
                "example": {
                  "success": true,
                  "message": "Media has been Liked by the Customer!!",
                  "data": {
                    "mimeType": "video/mp4",
                    "title": "How to Choose Exchange Rate with Beneficiary Deductions",
                    "code": "v5",
                    "tags": [
                      "667541f24ba553a82837687c"
                    ],
                    "url": "6377.mp4",
                    "__v": 0,
                    "updateTime": {
                      "stamp": 1762747077923
                    },
                    "likesCount": 3,
                    "_id": "6728873f7ea310bac05a6937",
                    "isActive": 1,
                    "category": "Choose Exchange Rate - Beneficiary Deduction",
                    "keywords": [
                      "How to Choose Exchange Rate with Beneficiary Deductions"
                    ],
                    "type": "video",
                    "mediaType": "video",
                    "format": "mp4",
                    "viewsCount": 16,
                    "isVersion": false,
                    "createTime": {
                      "stamp": 1730709311366
                    },
                    "data": {
                      "link": "",
                      "params": ""
                    },
                    "description": "Learn how to choose the exchange rate with beneficiary deductions. Step-by-step guide to make your transaction smoother and more secure."
                  }
                }
              }
            }
          }
        }
      }
    },
    "/folio/api/v1/dms/tags": {
      "get": {
        "tags": [
          "Tutorials"
        ],
        "summary": "getDmsTags",
        "operationId": "getDmsTags",
        "description": "Flutter model: `DmsTagsResponseMode` (`lib/data/model/DmsTagsResponseMode.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DmsTagsResponseModeResponse"
                },
                "example": {
                  "success": false,
                  "page": "string",
                  "perPage": "string",
                  "total": "string",
                  "results": [
                    {
                      "_id": "string",
                      "createTime": {
                        "stamp": "string"
                      },
                      "category": "string",
                      "title": "string",
                      "code": "string",
                      "description": "string",
                      "isActive": "string"
                    }
                  ]
                }
              }
            }
          }
        }
      }
    },
    "/pub/auth/civil-id-status": {
      "post": {
        "tags": [
          "Newlogin",
          "Preloginsignup"
        ],
        "summary": "civilIdStatus",
        "operationId": "civilIdStatus",
        "description": "Flutter model: `CivilIdStatusResponseModel` (`lib/data/model/CivilIdStatusResponseModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CivilIdStatusResponseModelResponse"
                },
                "example": {
                  "status": "200",
                  "exception": null,
                  "traceid": "AIC-24329-8qPujucFNcb-000000-xxx-8qPul4R8i0p",
                  "warningFlags": {
                    "value": 0
                  },
                  "path": null,
                  "signature": "d38aa8c1aa323b461491fc2bea71f71f",
                  "errors": null,
                  "warningKey": null,
                  "meta": null,
                  "redirectUrl": null,
                  "logs": null,
                  "traceId": "AIC-24329-8qPujucFNcb-000000-xxx-8qPul4R8i0p",
                  "timestamp": 1687431661662,
                  "error": null,
                  "message": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "warnings": null,
                  "data": {
                    "mOtp": null,
                    "pin": null,
                    "eOtp": null,
                    "question": null,
                    "mOtpPrefix": null,
                    "wOtpPrefix": null,
                    "paciVerification": false,
                    "deviceToken": null,
                    "useCard": false,
                    "otpPrefix": null,
                    "imageId": null,
                    "otp": null,
                    "answer": null,
                    "state": null,
                    "imageCaption": null,
                    "contactType": null,
                    "identity": null,
                    "lockId": null,
                    "wOtp": null,
                    "eOtpPrefix": null,
                    "ques": null,
                    "password": null,
                    "nounce": null,
                    "captachKey": null
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/CivilIdStatusResponseModelRequest"
              },
              "example": {
                "identity": "string"
              }
            }
          }
        }
      }
    },
    "/pub/auth/login/v2": {
      "post": {
        "tags": [
          "Newlogin"
        ],
        "summary": "login",
        "operationId": "loginCall",
        "description": "Flutter model: `LoginResponseModel` (`lib/data/model/LoginResponseModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/LoginResponseModelResponse"
                },
                "example": {
                  "status": "string",
                  "exception": "string",
                  "traceid": "string",
                  "warningFlags": {
                    "value": 0
                  },
                  "path": "string",
                  "signature": "string",
                  "errors": "string",
                  "warningKey": "string",
                  "meta": "string",
                  "redirectUrl": "string",
                  "logs": "string",
                  "traceId": "string",
                  "timestamp": 0,
                  "error": "string",
                  "message": "string",
                  "messageKey": "string",
                  "statusKey": "string",
                  "warnings": "string",
                  "data": {
                    "mOtp": "string",
                    "pin": "string",
                    "eOtp": "string",
                    "question": "string",
                    "mOtpPrefix": "string",
                    "wOtpPrefix": "string",
                    "paciVerification": false,
                    "deviceToken": "string",
                    "useCard": false,
                    "otpPrefix": "string",
                    "imageId": "string",
                    "otp": "string",
                    "answer": "string",
                    "state": {
                      "nStep": "string",
                      "validId": false,
                      "validSecQues": false,
                      "timestamp": 0,
                      "validPswd": false,
                      "validMotp": false,
                      "validDataVer": false,
                      "validEotp": false,
                      "cStep": "string",
                      "flow": "string",
                      "presentEmail": false,
                      "skipEkyc": false
                    },
                    "imageCaption": "string",
                    "contactType": "string",
                    "identity": "string",
                    "lockId": "string",
                    "wOtp": "string",
                    "eOtpPrefix": "string",
                    "ques": "string",
                    "password": "string",
                    "nounce": "string",
                    "captachKey": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/LoginResponseModelRequest"
              },
              "example": {
                "identity": "string",
                "password": "string",
                "deviceToken": "string",
                "lockId": "string",
                "captachKey": "string"
              }
            }
          }
        }
      }
    },
    "/pub/auth/logout": {
      "post": {
        "tags": [
          "Bottom Navigation",
          "Dashboard",
          "Transaction Status"
        ],
        "summary": "logout",
        "operationId": "logout",
        "description": "Flutter model: `LogoutResponse` (`lib/data/model/LogoutResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/LogoutResponseResponse"
                },
                "example": {
                  "timestamp": 1715666936118,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": "User logged out successfully",
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "LOGOUT_DONE",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "validSession": false,
                    "active": false,
                    "info": null,
                    "domCurrency": null,
                    "device": null,
                    "client": null,
                    "state": null,
                    "tenant": null,
                    "tenantCode": null,
                    "lang": null,
                    "config": null,
                    "cdnUrl": null,
                    "features": [],
                    "subscriptions": [],
                    "unsubscriptions": [],
                    "notifyRangeLong": null,
                    "notifyRangeShort": null,
                    "customerId": null,
                    "notificationGap": null,
                    "returnUrl": null,
                    "tagUiMode": null,
                    "flags": null,
                    "hotPoints": [
                      {
                        "latitude": "29.2439764",
                        "longitude": "47.8926305",
                        "id": "ABDULLAH_AL_MUBARAK_CO_OPERATIVE"
                      }
                    ],
                    "mileStones": null,
                    "custLastYrTrnxDet": null,
                    "custLastTrnxDetails": null,
                    "metaKey": null,
                    "jaxProperty": null,
                    "videoCallUrl": null,
                    "custIdHashValue": null,
                    "did": null,
                    "ctid": null
                  },
                  "results": [],
                  "traceId": "AEY-5e326-8zzRFBMo3GY-321971-xxx-8zzT2xsO3AI",
                  "traceid": "AEY-5e326-8zzRFBMo3GY-321971-xxx-8zzT2xsO3AI",
                  "signature": "a490407605acf3004707770b2163aefa"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/LogoutResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pub/auth/password/v2/reset": {
      "post": {
        "tags": [
          "Forgot Password",
          "Preloginsignup"
        ],
        "summary": "verifyOtp",
        "operationId": "verifyOtp",
        "description": "Flutter model: `VerifyOtpResponse` (`lib/data/model/VerifyOtpResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/VerifyOtpResponseResponse"
                },
                "example": {
                  "timestamp": 1715917474841,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": "User authentication successfully",
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": "AUTH_SUCCESS",
                  "statusKey": "VERIFY_SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "nounce": null,
                    "identity": null,
                    "useCard": false,
                    "password": null,
                    "pin": null,
                    "deviceToken": null,
                    "lockId": null,
                    "captachKey": null,
                    "contactType": null,
                    "paciVerification": false,
                    "mOtp": null,
                    "eOtp": null,
                    "wOtp": null,
                    "mOtpPrefix": null,
                    "eOtpPrefix": null,
                    "wOtpPrefix": null,
                    "otp": null,
                    "otpPrefix": null,
                    "imageId": null,
                    "imageCaption": null,
                    "question": null,
                    "ques": null,
                    "answer": null,
                    "state": {
                      "flow": "ACTIVATION",
                      "cStep": "MOTPVFY",
                      "nStep": "CREDS_SET",
                      "validId": false,
                      "validPswd": false,
                      "validSecQues": false,
                      "validMotp": true,
                      "validEotp": false,
                      "validDataVer": false,
                      "presentEmail": true,
                      "skipEkyc": false,
                      "timestamp": 1715917474839
                    }
                  },
                  "results": [],
                  "traceId": "IDD-561f4-8zEHpmquTdL-000000-xxx-8zEHr5w66KY",
                  "traceid": "IDD-561f4-8zEHpmquTdL-000000-xxx-8zEHr5w66KY",
                  "signature": "d76ecf3e0f8941503e69ed6199fa8965"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/VerifyOtpResponseRequest"
              },
              "example": {
                "identity": "string"
              }
            }
          }
        }
      }
    },
    "/pub/auth/password/v2/update": {
      "post": {
        "tags": [
          "Forgot Password"
        ],
        "summary": "updatePass",
        "operationId": "updatePass",
        "description": "Flutter model: `UpdatePasswordResponse` (`lib/data/model/UpdatePasswordResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdatePasswordResponseResponse"
                },
                "example": {
                  "timestamp": 1715852766613,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": "Password Updated Succesfully",
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "USER_UPDATE_SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "mOtp": null,
                    "eOtp": null,
                    "wOtp": null,
                    "otp": null,
                    "password": null,
                    "email": null,
                    "phone": null,
                    "imageUrl": null,
                    "caption": null,
                    "mOtpPrefix": null,
                    "eOtpPrefix": null,
                    "wOtpPrefix": null,
                    "contactType": null,
                    "secQuesMeta": null,
                    "state": {
                      "flow": "DEFAULT",
                      "cStep": "CREDS_SET",
                      "nStep": "CREDS_SET",
                      "validId": false,
                      "validPswd": false,
                      "validSecQues": false,
                      "validMotp": false,
                      "validEotp": false,
                      "validDataVer": false,
                      "presentEmail": false,
                      "skipEkyc": false,
                      "timestamp": 1715852683893
                    },
                    "secQuesAns": null,
                    "otpPrefix": null
                  },
                  "results": [],
                  "traceId": "IDD-561f4-8zDsgHUDIAu-000000-xxx-8zDsmPKu95k",
                  "traceid": "IDD-561f4-8zDsgHUDIAu-000000-xxx-8zDsmPKu95k",
                  "signature": "40f4e470fe313285c4fab19618a6ea97"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdatePasswordResponseRequest"
              },
              "example": {
                "password": "string"
              }
            }
          }
        }
      }
    },
    "/pub/meta/bnfcry/ccy/v2": {
      "get": {
        "tags": [
          "Exchange Rate",
          "Fx Order"
        ],
        "summary": "currencyList API",
        "operationId": "currencyListApiCall",
        "description": "Flutter model: `CurrencyResponseModel` (`lib/data/model/CurrencyResponseModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CurrencyResponseModelResponse"
                },
                "example": {
                  "status": "200",
                  "exception": null,
                  "traceid": "KLG-D2BA2-8q31hTlyHrb-000000-xxx-8q31i8Is75Q",
                  "results": [],
                  "warningFlags": {
                    "value": 0
                  },
                  "path": null,
                  "signature": "6fd1accd7b01f81a3e6271e1ede8e851",
                  "errors": null,
                  "warningKey": null,
                  "meta": null,
                  "redirectUrl": null,
                  "logs": null,
                  "traceId": "KLG-D2BA2-8q31hTlyHrb-000000-xxx-8q31i8Is75Q",
                  "timestamp": 1684908568883,
                  "error": null,
                  "message": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "warnings": null,
                  "data": [
                    {
                      "cashBuyMaxRate": null,
                      "cashRateTolerance": null,
                      "defaultVal": false,
                      "decimalNumber": 2,
                      "quoteName": "USD",
                      "currencyName": "US Dollar",
                      "cbkBuyRate": null,
                      "countryId": 92,
                      "cbkSellRate": null,
                      "currencyId": 2,
                      "fundMinRate": null,
                      "cashSellMinRate": null,
                      "cashBuyMinRate": null,
                      "fundMaxRate": null,
                      "cashSellMaxRate": null,
                      "currencyCode": "002"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/CurrencyResponseModelRequest"
              },
              "example": {
                "countryId": "string"
              }
            }
          }
        }
      }
    },
    "/pub/meta/branch/list/v2": {
      "get": {
        "tags": [
          "Branches"
        ],
        "summary": "branches",
        "operationId": "branches",
        "description": "Flutter model: `BranchesListResponse` (`lib/data/model/BranchesListResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/BranchesListResponseResponse"
                },
                "example": {
                  "timestamp": 1716439024680,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "area": null,
                      "branchName": "Al Mulla Exchange - Sabah Al Salem",
                      "contactNumber": 58856418,
                      "branchAddress": null,
                      "latitude": 29.261892,
                      "longitude": 48.084117,
                      "govName": "MUBARAK AL KABEER",
                      "branches": null,
                      "branchWebsiteName": "Al Mulla Exchange - Sabah Al Salem",
                      "addressLine1": "Street 112",
                      "addressLine2": "Block 1, Building 456,  Ground Floor, Shop 6",
                      "city": "Sabah Al-Salem",
                      "country": "Kuwait",
                      "postalCode": "44001",
                      "branchTiming": "8:30am to 9:00pm",
                      "countryBranchId": null
                    }
                  ],
                  "results": [],
                  "traceId": "LAC-9C4DF-8zOIAlwe4ig-000000-xxx-8zOIBKZNIB7",
                  "traceid": "LAC-9C4DF-8zOIAlwe4ig-000000-xxx-8zOIBKZNIB7",
                  "signature": "08246900469e1a86be782acfd068eaf7"
                }
              }
            }
          }
        }
      }
    },
    "/pub/meta/country/list": {
      "get": {
        "tags": [
          "Add Bene"
        ],
        "summary": "countryList API",
        "operationId": "countryListApiCall",
        "description": "Flutter model: `meta_country_list_response` (`lib/data/model/meta_country_list_response.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/meta_country_list_responseResponse"
                }
              }
            }
          }
        }
      }
    },
    "/pub/meta/datacrypt/generateKeyPart2": {
      "get": {
        "tags": [
          "Forgot Password",
          "Newlogin",
          "Signup Create Login Credentials"
        ],
        "summary": "generatePart2Key",
        "operationId": "generatePart2KeyCall",
        "description": "Flutter model: `GeneratePart2Key` (`lib/data/model/GeneratePart2Key.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GeneratePart2KeyResponse"
                },
                "example": {
                  "status": "200",
                  "exception": null,
                  "traceid": "AIC-24329-8qQW4NRenFj-000000-xxx-8qQW5hSsbyn",
                  "results": [],
                  "warningFlags": {
                    "value": 0
                  },
                  "path": null,
                  "signature": "f66ef8f41409528f327893808ecfee97",
                  "errors": null,
                  "warningKey": null,
                  "meta": null,
                  "redirectUrl": null,
                  "logs": null,
                  "traceId": "AIC-24329-8qQW4NRenFj-000000-xxx-8qQW5hSsbyn",
                  "timestamp": 1687507013481,
                  "error": null,
                  "message": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "warnings": null,
                  "data": [
                    {
                      "key": "A832E1AD",
                      "version": "V1"
                    }
                  ]
                }
              }
            }
          }
        }
      }
    },
    "/pub/meta/designation/list": {
      "get": {
        "tags": [
          "Employment Details"
        ],
        "summary": "designationList",
        "operationId": "designationList",
        "description": "Flutter model: `DesignationResponse` (`lib/data/model/DesignationResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DesignationResponseResponse"
                },
                "example": {
                  "timestamp": 1726200400200,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "_id": 9,
                      "_name": "Servant",
                      "_local_name": null,
                      "_code": null,
                      "_value": null
                    }
                  ],
                  "results": [],
                  "traceId": "NUN-17793-8CQewYkgB4c-321971-xxx-8CQezTQKhkz",
                  "traceid": "NUN-17793-8CQewYkgB4c-321971-xxx-8CQezTQKhkz",
                  "signature": "63941d3f64afdc7729565ecc4c15dc98"
                }
              }
            }
          }
        }
      }
    },
    "/pub/meta/get-meta-api-param": {
      "post": {
        "tags": [
          "Add Bene"
        ],
        "summary": "addBeneSemeDynamicRenderTown",
        "operationId": "addBeneSemeDynamicRenderTownCall",
        "description": "Flutter model: `SDABTownResponse` (`lib/data/model/SDABTownResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SDABTownResponseResponse"
                },
                "example": {
                  "timestamp": 1758769984147,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "routingBankCode": "TRANF",
                    "townRender": true,
                    "countryAlpha2Code": "JO"
                  },
                  "results": [],
                  "traceId": "PCQ-0471e-8MVSTpViedI-184466-xxx-8MVTw6ttKgI",
                  "traceid": "PCQ-0471e-8MVSTpViedI-184466-xxx-8MVTw6ttKgI",
                  "signature": "485c226e0a1ede03e0f80f1f2eef7db0"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SDABTownResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pub/meta/name_prefix/list": {
      "get": {
        "tags": [
          "Signup Personal Details"
        ],
        "summary": "namePrefixList",
        "operationId": "namePrefixList",
        "description": "Flutter model: `NamePrefixResponse` (`lib/data/model/NamePrefixResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NamePrefixResponseResponse"
                },
                "example": {
                  "status": "string",
                  "statusKey": "string",
                  "messageKey": "string",
                  "data": [
                    {
                      "code": "string",
                      "value": "string",
                      "componentDataId": 0
                    }
                  ]
                }
              }
            }
          }
        }
      }
    },
    "/pub/meta/remitt/options": {
      "post": {
        "tags": [
          "Quick Remit",
          "Send Money"
        ],
        "summary": "remitOptions",
        "operationId": "remitOptions",
        "description": "Flutter model: `OptionsResponseInfo` (`lib/data/model/OptionsResponseInfo.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/OptionsResponseInfoResponse"
                },
                "example": {
                  "timestamp": 1746421872167,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": {},
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "id": 44186,
                      "optLable": "OTHERS",
                      "value": {
                        "additionalBankRuleFiledId": 44186,
                        "srlId": 44186,
                        "amieceDescription": "OTHERS",
                        "localName": null,
                        "amieceCode": "44186",
                        "indic": null,
                        "flexField1": null,
                        "_id": 44186,
                        "_name": "OTHERS",
                        "_local_name": null,
                        "_code": "44186",
                        "_value": null
                      },
                      "localName": null,
                      "packageDescription": null,
                      "_id": 44186,
                      "_name": "OTHERS",
                      "_local_name": null,
                      "_code": "44186",
                      "_value": null
                    }
                  ],
                  "results": [],
                  "traceId": "OKZ-17793-8J6GAndrnrh-328873-xxx-8J6GHyqHHnX",
                  "traceid": "OKZ-17793-8J6GAndrnrh-328873-xxx-8J6GHyqHHnX",
                  "signature": "ae429289aa75e936b92ed1c2d30c285f"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/OptionsResponseInfoRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pub/meta/trnx_limit/list": {
      "get": {
        "tags": [
          "Dashboard",
          "My Info"
        ],
        "summary": "transactionList",
        "operationId": "transactionList",
        "description": "Flutter model: `incomeListResponse` (`lib/data/model/incomeListResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/incomeListResponseResponse"
                },
                "example": {
                  "timestamp": 1726039715466,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "incomeRangeFrom": 1,
                      "incomeRangeTo": 100,
                      "_id": 22,
                      "_name": null,
                      "_local_name": null,
                      "_code": null,
                      "_value": null
                    }
                  ],
                  "results": [],
                  "traceId": "MTQ-17793-8CN92FAIg9u-321971-xxx-8CN9crFqyky",
                  "traceid": "MTQ-17793-8CN92FAIg9u-321971-xxx-8CN9crFqyky",
                  "signature": "2fcac058b07f0a2aca4bded3a08f110a"
                }
              }
            }
          }
        }
      }
    },
    "/pub/meta/v2/area/list": {
      "get": {
        "tags": [
          "Add Shipping Address"
        ],
        "summary": "getGovernateAreaList",
        "operationId": "getGovernateAreaList",
        "description": "Flutter model: `GovernorateAreaResponse` (`lib/data/model/GovernorateAreaResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GovernorateAreaResponseResponse"
                },
                "example": {
                  "timestamp": 1718102013283,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "areaId": 1,
                      "govendateId": 4,
                      "fullName": "ABU HULIFA",
                      "arFullName": null
                    }
                  ],
                  "results": [],
                  "traceId": "HNA-561f4-8AkF4qGY2nO-330674-xxx-8AkFg75zAau",
                  "traceid": "HNA-561f4-8AkF4qGY2nO-330674-xxx-8AkFg75zAau",
                  "signature": "2b59ab2cda8c425523a8d2ad8d3d6e5a"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GovernorateAreaResponseRequest"
              },
              "example": {
                "governateId": "string"
              }
            }
          }
        }
      }
    },
    "/pub/meta/v2/governate/list": {
      "get": {
        "tags": [
          "Add Shipping Address"
        ],
        "summary": "getGovernateList",
        "operationId": "getGovernateList",
        "description": "Flutter model: `GovernorateListResponse` (`lib/data/model/GovernorateListResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GovernorateListResponseResponse"
                },
                "example": {
                  "timestamp": 1718101960259,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": [
                    {
                      "governateId": 1,
                      "fullName": "KUWAIT CITY-CAPITAL",
                      "arFullName": null,
                      "applicationCountryId": 91
                    }
                  ],
                  "results": [],
                  "traceId": "HNA-561f4-8AkF4qGY2nO-330674-xxx-8AkFccGHHky",
                  "traceid": "HNA-561f4-8AkF4qGY2nO-330674-xxx-8AkFccGHHky",
                  "signature": "c8e53bf98c54012f13ec76bac527f466"
                }
              }
            }
          }
        }
      }
    },
    "/pub/register/creds": {
      "post": {
        "tags": [
          "Signup Create Login Credentials"
        ],
        "summary": "signup",
        "operationId": "signup",
        "description": "Flutter model: `SignUpResponseModel` (`lib/data/model/SignUpResponseModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SignUpResponseModelResponse"
                },
                "example": {
                  "timestamp": 1715837863133,
                  "status": "500",
                  "error": null,
                  "exception": "com.amx.amxlib.exception.jax.GlobalException",
                  "message": "SMS otp is required",
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": "MOTP_REQUIRED",
                  "statusKey": "MOTP_REQUIRED",
                  "meta": {
                    "id": "B6AMYSQ0RZ5XLGHU",
                    "otpPrefix": "GUR",
                    "mOtpPrefix": "GUR",
                    "eOtpPrefix": null,
                    "wOtpPrefix": null,
                    "ques": null
                  },
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": null,
                  "results": [],
                  "traceId": "OZD-8zDaz-8zDazTZq3wC-000000-xxx-8zDaCjeJGM3",
                  "signature": "dfb1b92860541c019250d05c543ed433"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "$ref": "#/components/schemas/SignUpResponseModelRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pub/register/get/onboarding-data": {
      "post": {
        "tags": [
          "Preloginsignup"
        ],
        "summary": "customerOnboardingData",
        "operationId": "customerOnboardingData",
        "description": "Flutter model: `—` (`—`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "statusKey": {
                      "type": "string"
                    },
                    "message": {
                      "nullable": true
                    },
                    "data": {
                      "type": "object",
                      "properties": {}
                    },
                    "results": {
                      "type": "array",
                      "items": {}
                    }
                  },
                  "required": [
                    "statusKey",
                    "data",
                    "results"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/customerOnboardingDataRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pub/register/new/creds": {
      "post": {
        "tags": [
          "Signup Create Login Credentials"
        ],
        "summary": "registerCreds",
        "operationId": "registerCreds",
        "description": "Flutter model: `SetCredentialResponse` (`lib/data/model/SetCredentialResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SetCredentialResponseResponse"
                },
                "example": {
                  "status": "string",
                  "statusKey": "string",
                  "messageKey": "string",
                  "data": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SetCredentialResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pub/register/new/file": {
      "post": {
        "tags": [
          "Signup Upload Ekyc"
        ],
        "summary": "registerFile",
        "operationId": "registerFile",
        "description": "Flutter model: `RegisterFileResponse` (`lib/data/model/RegisterFileResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RegisterFileResponseResponse"
                },
                "example": {
                  "status": "string",
                  "statusKey": "string",
                  "messageKey": "string",
                  "data": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterFileResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pub/register/new/init": {
      "post": {
        "tags": [
          "Signup Personal Details"
        ],
        "summary": "registerNewInit",
        "operationId": "registerNewInit",
        "description": "Flutter model: `RegisterInitResponse` (`lib/data/model/RegisterInitResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RegisterInitResponseResponse"
                },
                "example": {
                  "status": "string",
                  "statusKey": "string",
                  "messageKey": "string",
                  "data": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterInitResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pub/register/new/meta": {
      "post": {
        "tags": [
          "Signup Upload Ekyc"
        ],
        "summary": "registerMeta API",
        "operationId": "registerMetaApiCall",
        "description": "Flutter model: `—` (`—`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "statusKey": {
                      "type": "string"
                    },
                    "message": {
                      "nullable": true
                    },
                    "data": {
                      "type": "object",
                      "properties": {}
                    },
                    "results": {
                      "type": "array",
                      "items": {}
                    }
                  },
                  "required": [
                    "statusKey",
                    "data",
                    "results"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/registerMetaApiCallRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pub/register/poll-paci-data": {
      "post": {
        "tags": [
          "Signup Paci"
        ],
        "summary": "paciPoll",
        "operationId": "paciPoll",
        "description": "Flutter model: `PaciPollResponse` (`lib/data/model/PaciPollResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PaciPollResponseResponse"
                },
                "example": {
                  "status": "string",
                  "statusKey": "string",
                  "messageKey": "string",
                  "data": "string",
                  "results": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/PaciPollResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pub/register/save-paci-verify-data": {
      "post": {
        "tags": [
          "Signup Paci"
        ],
        "summary": "savePaciVerifyData",
        "operationId": "savePaciVerifyData",
        "description": "Flutter model: `—` (`—`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "statusKey": {
                      "type": "string"
                    },
                    "message": {
                      "nullable": true
                    },
                    "data": {
                      "type": "object",
                      "properties": {}
                    },
                    "results": {
                      "type": "array",
                      "items": {}
                    }
                  },
                  "required": [
                    "statusKey",
                    "data",
                    "results"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/savePaciVerifyDataRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pub/register/send-paci-pn": {
      "post": {
        "tags": [
          "Signup Paci"
        ],
        "summary": "paciSend",
        "operationId": "paciSend",
        "description": "Flutter model: `PaciSendResponse` (`lib/data/model/PaciSendResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PaciSendResponseResponse"
                },
                "example": {
                  "status": "string",
                  "statusKey": "string",
                  "messageKey": "string",
                  "data": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/PaciSendResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pub/register/validate/customer": {
      "post": {
        "tags": [
          "Signup Personal Details"
        ],
        "summary": "registerValidateCustomer",
        "operationId": "registerValidateCustomer",
        "description": "Flutter model: `DigiComplianceResponse` (`lib/data/model/DigiComplianceResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DigiComplianceResponseResponse"
                },
                "example": {
                  "status": "string",
                  "statusKey": "string",
                  "messageKey": "string",
                  "data": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DigiComplianceResponseRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pub/register/verifyid/v2": {
      "post": {
        "tags": [
          "Forgot Password",
          "Preloginsignup"
        ],
        "summary": "register",
        "operationId": "register",
        "description": "Flutter model: `VerifyOtpResponse` (`lib/data/model/VerifyOtpResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/VerifyOtpResponseResponse"
                },
                "example": {
                  "timestamp": 1715917474841,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": "User authentication successfully",
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": "AUTH_SUCCESS",
                  "statusKey": "VERIFY_SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "nounce": null,
                    "identity": null,
                    "useCard": false,
                    "password": null,
                    "pin": null,
                    "deviceToken": null,
                    "lockId": null,
                    "captachKey": null,
                    "contactType": null,
                    "paciVerification": false,
                    "mOtp": null,
                    "eOtp": null,
                    "wOtp": null,
                    "mOtpPrefix": null,
                    "eOtpPrefix": null,
                    "wOtpPrefix": null,
                    "otp": null,
                    "otpPrefix": null,
                    "imageId": null,
                    "imageCaption": null,
                    "question": null,
                    "ques": null,
                    "answer": null,
                    "state": {
                      "flow": "ACTIVATION",
                      "cStep": "MOTPVFY",
                      "nStep": "CREDS_SET",
                      "validId": false,
                      "validPswd": false,
                      "validSecQues": false,
                      "validMotp": true,
                      "validEotp": false,
                      "validDataVer": false,
                      "presentEmail": true,
                      "skipEkyc": false,
                      "timestamp": 1715917474839
                    }
                  },
                  "results": [],
                  "traceId": "IDD-561f4-8zEHpmquTdL-000000-xxx-8zEHr5w66KY",
                  "traceid": "IDD-561f4-8zEHpmquTdL-000000-xxx-8zEHr5w66KY",
                  "signature": "d76ecf3e0f8941503e69ed6199fa8965"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/VerifyOtpResponseRequest"
              },
              "example": {
                "identity": "string"
              }
            }
          }
        }
      }
    },
    "/pub/user/offsession": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "offSession",
        "operationId": "offSessionCall",
        "description": "Flutter model: `OffSessionResponseModel` (`lib/data/model/OffSessionResponseModel.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/OffSessionResponseModelResponse"
                },
                "example": {
                  "timestamp": 1765166599631,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": null,
                  "results": [
                    {
                      "customerId": null,
                      "personInfo": null,
                      "customerFlags": null,
                      "securityquestions": null,
                      "customerCategory": null,
                      "custLastYrTrnxDet": null,
                      "tagUiMode": null,
                      "custLastTrnxDetails": {
                        "lastTrnxCountryId": 106,
                        "lastTrnxCurrencyId": 2
                      },
                      "metaKey": null,
                      "appUpdatePriority": 0
                    }
                  ],
                  "traceid": "YZO-33e0a-8OULuOVX9qV-000000-xxx-8OULZQSPbBz",
                  "signature": "9d3a241176518c9b8a93b896e2ade3df"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/OffSessionResponseModelRequest"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pub/v2/user/meta": {
      "get": {
        "tags": [
          "Biometric",
          "Dashboard",
          "Language",
          "Newlogin",
          "Preloginlanguage",
          "Signup Personal Details",
          "Upload Civil Id"
        ],
        "summary": "meta API",
        "operationId": "metaApiCall",
        "description": "Flutter model: `MetaResponse` (`lib/data/model/MetaResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "query",
            "in": "query",
            "description": "See model / controller for query parameter names",
            "schema": {
              "type": "object",
              "additionalProperties": true
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MetaResponseResponse"
                },
                "example": {
                  "timestamp": 1718689265298,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "validSession": true,
                    "active": true,
                    "info": {
                      "title": "182",
                      "firstName": "KANMANI TEST",
                      "middleName": null,
                      "lastName": "SUBRAMANIYAN PALANIYAPPANA",
                      "titleLocal": "السيدة",
                      "firstNameLocal": "كانمانى سوبرامانيان",
                      "middleNameLocal": null,
                      "lastNameLocal": "بالانيابان",
                      "gender": "Female",
                      "dateOfBirth": 357598800000,
                      "alterEmailId": null,
                      "mobile": "51780401",
                      "email": "chiranjeevi.veeravalli@almullaexchange.com",
                      "nationalityId": 107,
                      "lastLoginTime": 1718688602911,
                      "identityInt": "281050207628",
                      "whatsAppNumber": null,
                      "prefixCodeMobile": "+965",
                      "whatsappPrefixCode": "+null",
                      "referallId": null,
                      "emailVerified": "Y",
                      "languageId": 1,
                      "lang": "EN",
                      "identityTypeId": 198,
                      "identityExpiredDate": 1735592400000
                    },
                    "domCurrency": {
                      "currencyId": 1,
                      "currencyCode": "001",
                      "currencyName": "KUWAITI DINAR",
                      "quoteName": "KWD",
                      "countryId": 91,
                      "fundMinRate": null,
                      "fundMaxRate": null,
                      "cashBuyMinRate": null,
                      "cashBuyMaxRate": null,
                      "cashSellMinRate": null,
                      "cashSellMaxRate": null,
                      "cashRateTolerance": null,
                      "cbkBuyRate": null,
                      "cbkSellRate": null,
                      "defaultVal": false,
                      "decimalNumber": 3
                    },
                    "device": {
                      "fingerprint": "893E4EAB-0CE9-4943-A9E8-326FDB28A376",
                      "ip": "11*****.75.37",
                      "ip2": null,
                      "id": "16843022",
                      "appVersion": "1.0.11",
                      "appType": "IOS",
                      "channel": null,
                      "clientType": "UNKNOWN",
                      "type": "UNKNOWN",
                      "platform": "UNKNOWN",
                      "userAgent": {
                        "operatingSystem": "UNKNOWN",
                        "browser": "UNKNOWN",
                        "id": 16843022,
                        "browserVersion": null
                      },
                      "language": "EN",
                      "mobile": true
                    },
                    "client": null,
                    "state": {
                      "flow": null,
                      "cStep": "USERPASS_SINGLE",
                      "nStep": "COMPLETED",
                      "validId": false,
                      "validPswd": false,
                      "validSecQues": false,
                      "validMotp": false,
                      "validEotp": false,
                      "validDataVer": false,
                      "presentEmail": false,
                      "skipEkyc": false,
                      "timestamp": 1718689264877
                    },
                    "tenant": "KWT",
                    "tenantCode": "91",
                    "lang": "EN",
                    "config": {
                      "newBeneTransactionTimeLimit": 1,
                      "maxDomAmountLimit": 10000,
                      "applicationCountryId": 91,
                      "placeOrderOnlineExpiry": 14,
                      "maxAttemptForMpin": 3
                    },
                    "cdnUrl": "https://cdnb-kwt.almullaexchange.com/static",
                    "features": [
                      "exchange_rate"
                    ],
                    "subscriptions": [
                      "/topics/appb-kwt-all-~"
                    ],
                    "unsubscriptions": [
                      "/topics/appb-kwt-filter-iscust-no"
                    ],
                    "notifyRangeLong": "500",
                    "notifyRangeShort": "10",
                    "customerId": 1330674,
                    "notificationGap": "21600",
                    "returnUrl": null,
                    "tagUiMode": "QUICK_SEND",
                    "flags": {
                      "fingerprintlinked": false,
                      "idProofStatus": null,
                      "idProofInGracePeroid": null,
                      "idProofRequired": false,
                      "idProofVerificationPending": false,
                      "ekycStatus": null,
                      "whatsAppVerified": false,
                      "emailVerified": true,
                      "mobileVerified": true,
                      "securityQuestionDone": false,
                      "annualIncomeExpired": false,
                      "isDeactivated": false,
                      "isOnlineCustomer": true,
                      "isForceUpdateInsuranceRequired": false,
                      "isInsuranceActive": false,
                      "isEmailVerified": true,
                      "isMobileVerified": true,
                      "isEmailMissing": false,
                      "isMobileMissing": false,
                      "isLocalAddressMissing": null,
                      "annualTransactionLimitExpired": false,
                      "isCorporateCustomer": false,
                      "isKioskAdmin": false,
                      "isSmartCard": null,
                      "isComplianceDocUploadRequired": false,
                      "referalCustomerReference": null,
                      "referalCustomerIdentity": null,
                      "referalCustomerReferenceDate": null,
                      "isReferalCustomer": false,
                      "isKuwaiti": false,
                      "referalCustomerNationality": null,
                      "isMobileCivilId": null,
                      "vat": false,
                      "vatPercentage": null,
                      "isIdVerified": true,
                      "iposTerminalId": "12700070",
                      "isFxorderAllowed": true,
                      "isMkeySet": true,
                      "isFkeySet": true,
                      "isUpdateCivilIdAllowed": false,
                      "...": "truncated"
                    },
                    "hotPoints": [
                      {
                        "latitude": "29.2439764",
                        "longitude": "47.8926305",
                        "id": "ABDULLAH_AL_MUBARAK_CO_OPERATIVE"
                      }
                    ],
                    "mileStones": [
                      "ZERO"
                    ],
                    "custLastYrTrnxDet": {
                      "lastYearNoOfTrnx": 169,
                      "lastYearTrnxValue": 10418.95,
                      "latYearAmountsaved": 572.392
                    },
                    "custLastTrnxDetails": {
                      "lastTrnxCountryId": 107,
                      "lastTrnxCurrencyId": 8
                    },
                    "metaKey": "qxO6SP2hPtgwd+8PD8XAONbmYlvDij1FiqGzGJyZG/ZZiT2rXcRq9ach2e9DadJXEOA1LYyWTGI=",
                    "jaxProperty": {
                      "limitOtpSendInterval": 60,
                      "limitOtpExpireInterval": 300,
                      "paciSendPnInterval": 5,
                      "paciPollDataInterval": 5,
                      "paciPollDataTimeout": 300,
                      "defaultBeneDeduct": false,
                      "defaultNoBeneDeduct": true,
                      "defaultBeneNoBeneDeduct": false
                    },
                    "videoCallUrl": "https://webrtcb-kwt.almullaexchange.com",
                    "custIdHashValue": "c79fbbfb286a0e798eb06aace9273c7f",
                    "did": "893E4EAB-0CE9-4943-A9E8-326FDB28A376",
                    "ctid": "DUD-893E4-8AaPLwB6ylw-000000-xxx-8AaPLwB6ylx"
                  },
                  "results": [],
                  "traceId": "EXD-893E4-8AvWEkwNOyp-330674-xxx-8AvWGCg26dO",
                  "traceid": "EXD-893E4-8AvWEkwNOyp-330674-xxx-8AvWGCg26dO",
                  "signature": "c6beba5be4c09397864f36608e06eab3"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MetaResponseRequest"
              },
              "example": {
                "appVersion": "string",
                "appType": "string",
                "WEB": "string",
                "IOS": "string",
                "lang": "string",
                "refresh": "string"
              }
            }
          }
        }
      }
    },
    "/pub/xtrate/get": {
      "post": {
        "tags": [
          "Exchange Rate",
          "Send Money"
        ],
        "summary": "exchangeRate API",
        "operationId": "exchangeRateApiCall",
        "description": "Flutter model: `NewExchangeRateResponse` (`lib/data/model/NewExchangeRateResponse.dart`)",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NewExchangeRateResponseResponse"
                },
                "example": {
                  "timestamp": 1729155689228,
                  "status": "200",
                  "error": null,
                  "exception": null,
                  "message": null,
                  "warningKey": null,
                  "path": null,
                  "redirectUrl": null,
                  "messageKey": null,
                  "statusKey": "SUCCESS",
                  "meta": null,
                  "errors": null,
                  "warnings": null,
                  "logs": null,
                  "warningFlags": {
                    "value": 0
                  },
                  "data": {
                    "selection": "MIN_TIME",
                    "dynamicRoutingPricingList": [
                      {
                        "NO_BENE_DEDUCT": [
                          "..."
                        ]
                      }
                    ],
                    "defaultType": null
                  },
                  "results": [
                    {
                      "selection": "MIN_TIME",
                      "dynamicRoutingPricingList": [
                        {
                          "BENE_DEDUCT": "..."
                        }
                      ],
                      "defaultType": null
                    }
                  ],
                  "traceId": "HXK-17793-8DL0hkExRl6-006617-xxx-8DL0mRZw4TW",
                  "traceid": "HXK-17793-8DL0hkExRl6-006617-xxx-8DL0mRZw4TW",
                  "signature": "e32cd3b71e561e32b73e483270ecf3a8"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/NewExchangeRateResponseRequest"
              },
              "example": {
                "foreignCountryId": "string",
                "foreignCurrencyId": "string",
                "localAmount": "string",
                "sourceOfFund": "string",
                "foreignAmount": "string",
                "purposeOfTrnxId": "string"
              }
            }
          }
        }
      }
    },
    "/api/v2/user/meta": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "userMetaCall",
        "operationId": "userMetaCall",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/pub/register/new/init/step1": {
      "post": {
        "tags": [
          "Preloginsignup"
        ],
        "summary": "registerNewInitStep1",
        "operationId": "registerNewInitStep1",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/v1/customer/ekyc/upload": {
      "post": {
        "tags": [
          "Signup Upload Ekyc"
        ],
        "summary": "uploadCivilId",
        "operationId": "uploadCivilId",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/pub/user/notifications/bytype/v1": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "notifcationCallV1",
        "operationId": "notifcationCallV1",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/pub/user/notifications/bytype/": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "notifcationCall",
        "operationId": "notifcationCall",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/pub/user/save-simplified-toggle-data": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "simplifiedToggleCall",
        "operationId": "simplifiedToggleCall",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/pub/user/reset-device-app": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "unlockDevice",
        "operationId": "unlockDevice",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/pub/register/new/verify": {
      "post": {
        "tags": [
          "Preloginsignup",
          "Signup Personal Details"
        ],
        "summary": "verifyPartialOTP",
        "operationId": "verifyPartialOTP",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/ibs-kiosk/pub/auth/login/v3": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "passportLogin",
        "operationId": "passportLogin",
        "deprecated": true,
        "description": "**Deprecated:** `PassportLoginResponse()` HTTP method is never invoked from active app code (constant only in `data/model/passportLoginResponse.dart`).",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/user/tranx/download_history/": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "downloadHistory",
        "operationId": "downloadHistory",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/fxo/tranx/report.pdf": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "downloadReceipt",
        "operationId": "downloadReceipt",
        "deprecated": true,
        "description": "**Deprecated:** Not referenced via `ApiConstants.downloadReceipt` in active code (see `lib/`, excluding `unused_folders/`).",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/resources/app-amx/content/maps/_branch.json": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "newBranchesCall",
        "operationId": "newBranchesCall",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/resources/app-amx/content/maps/_kiosk.json": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "newKioskBranchesCall",
        "operationId": "newKioskBranchesCall",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/remitt/indi-details": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "getRemitReceipt",
        "operationId": "getRemitReceipt",
        "deprecated": true,
        "description": "**Deprecated:** Not referenced via `ApiConstants.getRemitReceipt` in active code (see `lib/`, excluding `unused_folders/`).",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/user/bnfcry/fav": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "addRemoveFavBene",
        "operationId": "addRemoveFavBene",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/user/perms/": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "pageVisit",
        "operationId": "pageVisit",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/docs/view": {
      "post": {
        "tags": [
          "Signup Upload Ekyc"
        ],
        "summary": "docView",
        "operationId": "docView",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/user/bnfcry/validate-card-number": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "addBeneValidateCard",
        "operationId": "addBeneValidateCard",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/user/bnfcry/validate-uniqueId-number": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "addBeneValidateUniqueId",
        "operationId": "addBeneValidateUniqueId",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/form/submit": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "addBeneDynamicFormSubmit",
        "operationId": "addBeneDynamicFormSubmit",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/meta/state/list": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "getStateMetaData",
        "operationId": "getStateMetaData",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/pub/meta/city/list": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "getCityMetaData",
        "operationId": "getCityMetaData",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/pub/meta/town/list": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "getTownMetaData",
        "operationId": "getTownMetaData",
        "deprecated": true,
        "description": "**Deprecated:** No HTTP call discovered in codebase scan.",
        "parameters": [
          {
            "name": "x-app-version",
            "in": "header",
            "schema": {
              "type": "string"
            },
            "example": "flutter_android_1_0_2"
          },
          {
            "name": "x-did",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-hash",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "x-device-name",
            "in": "header",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lang",
            "in": "header",
            "schema": {
              "type": "string",
              "enum": [
                "en",
                "ar"
              ]
            }
          },
          {
            "name": "x-env",
            "in": "header",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "WireTransferBankListResponseModelResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "accountHoldingName": {
                  "type": "string"
                },
                "bankName": {
                  "type": "string"
                },
                "recepientBankAccno": {
                  "type": "string"
                },
                "currency": {
                  "type": "string"
                },
                "accountId": {
                  "type": "integer"
                },
                "ibanNumber": {
                  "type": "string"
                }
              },
              "required": [
                "accountHoldingName",
                "bankName",
                "recepientBankAccno",
                "currency",
                "accountId",
                "ibanNumber"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "WireTransferBankListResponseModelRequest": {
        "type": "object",
        "properties": {}
      },
      "transactionPredicationModelResponse": {
        "type": "object",
        "properties": {
          "statusKey": {
            "type": "string"
          },
          "message": {
            "nullable": true
          },
          "data": {
            "nullable": true
          }
        },
        "required": [
          "statusKey"
        ]
      },
      "transactionPredicationModelRequest": {
        "type": "object",
        "properties": {
          "isPushNotification": {
            "type": "string"
          }
        },
        "required": [
          "isPushNotification"
        ]
      },
      "ChangePaymentTypeResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "nullable": true
          },
          "results": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "success": {
                  "type": "boolean"
                }
              },
              "required": [
                "success"
              ]
            }
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "results",
          "traceid",
          "signature"
        ]
      },
      "ChangePaymentTypeResponseRequest": {
        "type": "object",
        "properties": {
          "paymentType": {
            "type": "string"
          }
        },
        "required": [
          "paymentType"
        ]
      },
      "SetMPinResponseResponse": {
        "type": "object",
        "properties": {
          "statusKey": {
            "type": "string"
          },
          "exception": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "timestamp": {
            "type": "integer"
          },
          "error": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "signature": {
            "type": "string"
          },
          "data": {
            "type": "object",
            "properties": {
              "fKey": {
                "type": "string"
              },
              "mKey": {
                "type": "string"
              }
            },
            "required": [
              "fKey",
              "mKey"
            ]
          },
          "meta": {
            "nullable": true
          },
          "traceid": {
            "type": "string"
          },
          "warnings": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "status": {
            "type": "string"
          },
          "messageKey": {
            "nullable": true
          }
        },
        "required": [
          "statusKey",
          "timestamp",
          "warningFlags",
          "results",
          "signature",
          "data",
          "traceid",
          "status"
        ]
      },
      "SetMPinResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "ValidateQRResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "nullable": true
          },
          "results": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "success": {
                  "type": "boolean"
                }
              },
              "required": [
                "success"
              ]
            }
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "results",
          "traceid",
          "signature"
        ]
      },
      "ValidateQRResponseRequest": {
        "type": "object",
        "properties": {
          "token": {
            "type": "string"
          }
        },
        "required": [
          "token"
        ]
      },
      "TokenResponseModelResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "nullable": true
          },
          "results": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "token": {
                  "type": "string"
                }
              },
              "required": [
                "token"
              ]
            }
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "GetUPIHandelResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "upiHandelId": {
                  "type": "integer"
                },
                "bankName": {
                  "type": "string"
                },
                "handelName": {
                  "type": "string"
                }
              },
              "required": [
                "upiHandelId",
                "bankName",
                "handelName"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "SDABBranchListResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "type": "object",
            "properties": {}
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "bankBranchId": {
                  "type": "integer"
                },
                "address1": {
                  "nullable": true
                },
                "address2": {
                  "nullable": true
                },
                "bankId": {
                  "type": "integer"
                },
                "branchCode": {
                  "type": "integer"
                },
                "branchFullName": {
                  "type": "string"
                },
                "cityId": {
                  "nullable": true
                },
                "stateId": {
                  "nullable": true
                },
                "districtId": {
                  "nullable": true
                },
                "cityName": {
                  "nullable": true
                },
                "stateName": {
                  "nullable": true
                },
                "districtName": {
                  "nullable": true
                },
                "swift": {
                  "type": "string"
                },
                "zipcode": {
                  "nullable": true
                },
                "ifscCode": {
                  "nullable": true
                },
                "routingNumber": {
                  "nullable": true
                },
                "bankFullName": {
                  "type": "string"
                },
                "transitNumber": {
                  "nullable": true
                },
                "instituteBranchCode": {
                  "nullable": true
                },
                "amiecBranchCode": {
                  "nullable": true
                },
                "_id": {
                  "nullable": true
                },
                "_name": {
                  "nullable": true
                },
                "_local_name": {
                  "nullable": true
                },
                "_code": {
                  "nullable": true
                },
                "_value": {
                  "nullable": true
                }
              },
              "required": [
                "bankBranchId",
                "bankId",
                "branchCode",
                "branchFullName",
                "swift",
                "bankFullName"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "meta",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "SDABBranchListResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "BankListCallResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "type": "object",
            "properties": {}
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "bankId": {
                  "type": "integer"
                },
                "bankCode": {
                  "type": "string"
                },
                "bankFullName": {
                  "type": "string"
                },
                "bankShortName": {
                  "type": "string"
                },
                "currencyId": {
                  "type": "integer"
                },
                "bankCountryId": {
                  "type": "integer"
                },
                "ibanRequired": {
                  "type": "boolean"
                },
                "isCashPayout": {
                  "nullable": true
                },
                "localName": {
                  "type": "string"
                },
                "ibanRender": {
                  "type": "boolean"
                },
                "acccountNoRequired": {
                  "type": "boolean"
                },
                "acccountNoRender": {
                  "type": "boolean"
                },
                "acccountNoLabelKey": {
                  "type": "string"
                },
                "accountNoValidationRegex": {
                  "type": "string"
                },
                "searchKeywords": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "institutionBankCode": {
                  "nullable": true
                },
                "address1": {
                  "type": "string"
                },
                "address2": {
                  "type": "string"
                },
                "priorityList": {
                  "nullable": true
                },
                "bankOrderNumber": {
                  "nullable": true
                },
                "exRateBreakup": {
                  "nullable": true
                },
                "accNumLengths": {
                  "type": "array",
                  "items": {}
                },
                "ibanLength": {
                  "type": "integer"
                },
                "_id": {
                  "type": "integer"
                },
                "_name": {
                  "nullable": true
                },
                "_local_name": {
                  "type": "string"
                },
                "_code": {
                  "type": "string"
                },
                "_value": {
                  "nullable": true
                }
              },
              "required": [
                "bankId",
                "bankCode",
                "bankFullName",
                "bankShortName",
                "currencyId",
                "bankCountryId",
                "ibanRequired",
                "localName",
                "ibanRender",
                "acccountNoRequired",
                "acccountNoRender",
                "acccountNoLabelKey",
                "accountNoValidationRegex",
                "searchKeywords",
                "address1",
                "address2",
                "accNumLengths",
                "ibanLength",
                "_id",
                "_local_name",
                "_code"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "meta",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "BankListCallResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "SDABMetaFieldListResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "type": "object",
            "properties": {}
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "fieldName": {
                  "type": "string"
                },
                "fieldDescription": {
                  "nullable": true
                },
                "mandatory": {
                  "type": "boolean"
                },
                "optional": {
                  "type": "boolean"
                },
                "render": {
                  "type": "boolean"
                },
                "required": {
                  "type": "boolean"
                }
              },
              "required": [
                "fieldName",
                "mandatory",
                "optional",
                "render",
                "required"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "meta",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "SDABMetaFieldListResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "SDABInstitutionCategoryResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "type": "object",
            "properties": {}
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "institutionCategoryId": {
                  "type": "integer"
                },
                "description": {
                  "type": "string"
                },
                "_id": {
                  "type": "integer"
                },
                "_name": {
                  "type": "string"
                },
                "_local_name": {
                  "nullable": true
                },
                "_code": {
                  "nullable": true
                },
                "_value": {
                  "nullable": true
                }
              },
              "required": [
                "institutionCategoryId",
                "description",
                "_id",
                "_name"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "meta",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "SDABBeneTypeResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "type": "object",
            "properties": {}
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "beneficaryStatusId": {
                  "type": "integer"
                },
                "beneficaryStatusName": {
                  "type": "string"
                },
                "createdDate": {
                  "nullable": true
                },
                "selfApplicable": {
                  "type": "boolean"
                },
                "_id": {
                  "type": "integer"
                },
                "_name": {
                  "nullable": true
                },
                "_local_name": {
                  "nullable": true
                },
                "_code": {
                  "type": "string"
                },
                "_value": {
                  "nullable": true
                }
              },
              "required": [
                "beneficaryStatusId",
                "beneficaryStatusName",
                "selfApplicable",
                "_id",
                "_code"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "meta",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "RemittanceCouponCodeResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "nullable": true
          },
          "results": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "couponCodeList": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "uuId": {
                        "type": "string"
                      },
                      "couponCode": {
                        "type": "string"
                      },
                      "discPercentOnCommission": {
                        "type": "integer"
                      },
                      "countryId": {
                        "type": "integer"
                      }
                    },
                    "required": [
                      "uuId",
                      "couponCode",
                      "discPercentOnCommission",
                      "countryId"
                    ]
                  }
                },
                "couponFreeTextDisplay": {
                  "type": "boolean"
                }
              },
              "required": [
                "couponCodeList",
                "couponFreeTextDisplay"
              ]
            }
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "results",
          "traceid",
          "signature"
        ]
      },
      "RemittanceCouponCodeResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "updateCustomerKycPaciRequest": {
        "type": "object",
        "properties": {}
      },
      "UploadDocumentListResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "documents": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "documentType": {
                      "type": "string"
                    },
                    "documentTypeDesc": {
                      "type": "string"
                    },
                    "documentCategory": {
                      "type": "string"
                    },
                    "documentCategoryDesc": {
                      "type": "string"
                    },
                    "docTypeMasterId": {
                      "type": "integer"
                    },
                    "reasonCode": {
                      "nullable": true
                    }
                  },
                  "required": [
                    "documentType",
                    "documentTypeDesc",
                    "documentCategory",
                    "documentCategoryDesc",
                    "docTypeMasterId"
                  ]
                }
              }
            },
            "required": [
              "documents"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceid",
          "signature"
        ]
      },
      "UploadDocumentListResponseRequest": {
        "type": "object",
        "properties": {
          "documents": {
            "type": "string"
          }
        },
        "required": [
          "documents"
        ]
      },
      "GetUploadUrlResponseModelResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "nullable": true
              },
              "response": {
                "nullable": true
              },
              "status": {
                "nullable": true
              },
              "name": {
                "type": "string"
              },
              "uploadUrl": {
                "type": "string"
              },
              "civilID": {
                "nullable": true
              },
              "userID": {
                "nullable": true
              },
              "identity": {
                "nullable": true
              },
              "FILE_ID": {
                "nullable": true
              },
              "DOC_TYPE": {
                "nullable": true
              },
              "DOC_ID": {
                "nullable": true
              },
              "DOC_NUM": {
                "nullable": true
              },
              "USER_DIR": {
                "nullable": true
              },
              "MIMETYPE": {
                "nullable": true
              },
              "OCR": {
                "nullable": true
              },
              "_id": {
                "nullable": true
              }
            },
            "required": [
              "name",
              "uploadUrl"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceid",
          "signature"
        ]
      },
      "GetUploadUrlResponseModelRequest": {
        "type": "object",
        "properties": {}
      },
      "AddBeneDynamicOverviewResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "overview": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "label": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "label",
                    "value"
                  ]
                }
              }
            },
            "required": [
              "overview"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "AddBeneDynamicSectionsResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "name": {
                  "type": "string"
                },
                "label": {
                  "type": "string"
                },
                "order": {
                  "type": "integer"
                },
                "summery": {
                  "type": "string"
                },
                "last": {
                  "type": "boolean"
                }
              },
              "required": [
                "name",
                "label",
                "order",
                "summery",
                "last"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "GetBeneNameUpdateFieldsResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "integer"
                },
                "entityName": {
                  "type": "string"
                },
                "field": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "required": {
                      "type": "boolean"
                    },
                    "type": {
                      "type": "string"
                    },
                    "defaultValue": {
                      "nullable": true
                    },
                    "minLength": {
                      "type": "integer"
                    },
                    "maxLength": {
                      "type": "integer"
                    },
                    "validationRegex": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "key": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "key",
                          "value",
                          "description"
                        ]
                      }
                    },
                    "label": {
                      "type": "string"
                    },
                    "possibleValues": {
                      "nullable": true
                    },
                    "dtoPath": {
                      "type": "string"
                    },
                    "additionalValidations": {
                      "type": "object",
                      "properties": {}
                    },
                    "minValue": {
                      "nullable": true
                    },
                    "maxValue": {
                      "nullable": true
                    },
                    "valueUnit": {
                      "nullable": true
                    },
                    "editable": {
                      "type": "boolean"
                    },
                    "apiOpts": {
                      "nullable": true
                    },
                    "groupName": {
                      "nullable": true
                    },
                    "groupStrategy": {
                      "nullable": true
                    },
                    "liveValidation": {
                      "nullable": true
                    },
                    "fieldInfo": {
                      "nullable": true
                    }
                  },
                  "required": [
                    "name",
                    "required",
                    "type",
                    "minLength",
                    "maxLength",
                    "validationRegex",
                    "label",
                    "dtoPath",
                    "additionalValidations",
                    "editable"
                  ]
                }
              },
              "required": [
                "id",
                "entityName",
                "field"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "SDABNameFieldResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "integer"
                },
                "entityName": {
                  "type": "string"
                },
                "field": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "required": {
                      "type": "boolean"
                    },
                    "type": {
                      "type": "string"
                    },
                    "defaultValue": {
                      "nullable": true
                    },
                    "minLength": {
                      "type": "integer"
                    },
                    "maxLength": {
                      "type": "integer"
                    },
                    "validationRegex": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "key": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "key",
                          "value",
                          "description"
                        ]
                      }
                    },
                    "label": {
                      "type": "string"
                    },
                    "possibleValues": {
                      "nullable": true
                    },
                    "dtoPath": {
                      "type": "string"
                    },
                    "additionalValidations": {
                      "type": "object",
                      "properties": {}
                    },
                    "minValue": {
                      "nullable": true
                    },
                    "maxValue": {
                      "nullable": true
                    },
                    "valueUnit": {
                      "nullable": true
                    },
                    "editable": {
                      "type": "boolean"
                    },
                    "apiOpts": {
                      "nullable": true
                    },
                    "groupName": {
                      "nullable": true
                    },
                    "groupStrategy": {
                      "nullable": true
                    },
                    "liveValidation": {
                      "nullable": true
                    },
                    "fieldInfo": {
                      "nullable": true
                    }
                  },
                  "required": [
                    "name",
                    "required",
                    "type",
                    "minLength",
                    "maxLength",
                    "validationRegex",
                    "label",
                    "dtoPath",
                    "additionalValidations",
                    "editable"
                  ]
                }
              },
              "required": [
                "id",
                "entityName",
                "field"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "AddBeneDynamicFormInitResponseResponse": {
        "type": "object",
        "properties": {
          "statusKey": {
            "type": "string"
          },
          "message": {
            "nullable": true
          },
          "data": {
            "nullable": true
          }
        },
        "required": [
          "statusKey"
        ]
      },
      "AddBeneDynamicFormInitResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "AddBeneDynamicPullResponseResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string"
          },
          "exception": {
            "nullable": true
          },
          "traceid": {
            "type": "string"
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "path": {
            "nullable": true
          },
          "signature": {
            "type": "string"
          },
          "errors": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "meta": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "traceId": {
            "type": "string"
          },
          "timestamp": {
            "type": "integer"
          },
          "error": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "warnings": {
            "nullable": true
          },
          "data": {
            "type": "object",
            "properties": {
              "steps": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "fields": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "required": {
                            "type": "boolean"
                          },
                          "hidden": {
                            "type": "boolean"
                          },
                          "options": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "category": {
                                  "nullable": true
                                },
                                "searchKeywords": {
                                  "nullable": true
                                },
                                "new": {
                                  "type": "boolean"
                                },
                                "id": {
                                  "type": "integer"
                                },
                                "code": {
                                  "type": "string"
                                },
                                "emptyValue": {
                                  "type": "boolean"
                                },
                                "value": {
                                  "nullable": true
                                },
                                "name": {
                                  "type": "string"
                                },
                                "fieldDto": {
                                  "nullable": true
                                }
                              },
                              "required": [
                                "new",
                                "id",
                                "code",
                                "emptyValue",
                                "name"
                              ]
                            }
                          },
                          "displayName": {
                            "nullable": true
                          },
                          "minLength": {
                            "nullable": true
                          },
                          "validationRegex": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "key": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                },
                                "description": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "key",
                                "value",
                                "description"
                              ]
                            }
                          },
                          "defaultValue": {
                            "nullable": true
                          },
                          "placeholder": {
                            "type": "string"
                          },
                          "searchPlaceholder": {
                            "nullable": true
                          },
                          "sortOrder": {
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "labelConfirm": {
                            "nullable": true
                          },
                          "type": {
                            "type": "string"
                          },
                          "minValue": {
                            "nullable": true
                          },
                          "forceEdit": {
                            "nullable": true
                          },
                          "valueUnit": {
                            "nullable": true
                          },
                          "label": {
                            "type": "string"
                          },
                          "helpText": {
                            "nullable": true
                          },
                          "editPermission": {
                            "nullable": true
                          },
                          "editable": {
                            "type": "boolean"
                          },
                          "maxLength": {
                            "nullable": true
                          },
                          "maxValue": {
                            "nullable": true
                          },
                          "section": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "required",
                          "hidden",
                          "options",
                          "validationRegex",
                          "placeholder",
                          "sortOrder",
                          "name",
                          "type",
                          "label",
                          "editable",
                          "section"
                        ]
                      }
                    },
                    "label": {
                      "nullable": true
                    },
                    "helpText": {
                      "type": "string"
                    },
                    "submitBtnTxt": {
                      "type": "string"
                    },
                    "step": {
                      "type": "string"
                    },
                    "last": {
                      "type": "boolean"
                    }
                  },
                  "required": [
                    "fields",
                    "helpText",
                    "submitBtnTxt",
                    "step",
                    "last"
                  ]
                }
              },
              "section": {
                "type": "object",
                "properties": {
                  "label": {
                    "type": "string"
                  },
                  "order": {
                    "type": "integer"
                  },
                  "name": {
                    "type": "string"
                  },
                  "summery": {
                    "nullable": true
                  },
                  "last": {
                    "type": "boolean"
                  }
                },
                "required": [
                  "label",
                  "order",
                  "name",
                  "last"
                ]
              }
            },
            "required": [
              "steps",
              "section"
            ]
          }
        },
        "required": [
          "status",
          "traceid",
          "results",
          "warningFlags",
          "signature",
          "traceId",
          "timestamp",
          "statusKey",
          "data"
        ]
      },
      "AddBeneDynamicPullResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "AddBeneDynamicPushResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "error": {
                "type": "object",
                "properties": {}
              }
            },
            "required": [
              "error"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "AddBeneDynamicPushResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "AddBeneDynamicValidationResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "fieldErrors": {
                "type": "object",
                "properties": {}
              },
              "state": {
                "nullable": true
              },
              "validationErrors": {
                "nullable": true
              }
            },
            "required": [
              "fieldErrors"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "AddBeneDynamicValidationResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "AddShippingAddressResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "countryId": {
                "type": "integer"
              },
              "stateId": {
                "nullable": true
              },
              "districtId": {
                "nullable": true
              },
              "mobile": {
                "nullable": true
              },
              "telPrefix": {
                "nullable": true
              },
              "block": {
                "type": "string"
              },
              "street": {
                "type": "string"
              },
              "flatNo": {
                "type": "string"
              },
              "buildingNo": {
                "type": "string"
              },
              "cityId": {
                "nullable": true
              },
              "areaCode": {
                "nullable": true
              },
              "addressType": {
                "type": "string"
              },
              "addressTypeDto": {
                "type": "object",
                "properties": {
                  "_id": {
                    "type": "integer"
                  },
                  "_name": {
                    "type": "string"
                  },
                  "_local_name": {
                    "nullable": true
                  },
                  "_code": {
                    "type": "string"
                  },
                  "_value": {
                    "nullable": true
                  }
                },
                "required": [
                  "_id",
                  "_name",
                  "_code"
                ]
              },
              "govermentId": {
                "type": "integer"
              },
              "govermentAreaId": {
                "type": "integer"
              },
              "modelType": {
                "type": "string"
              }
            },
            "required": [
              "countryId",
              "block",
              "street",
              "flatNo",
              "buildingNo",
              "addressType",
              "addressTypeDto",
              "govermentId",
              "govermentAreaId",
              "modelType"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "AddShippingAddressResponseRequest": {
        "type": "object",
        "properties": {
          "addressType": {
            "type": "string"
          },
          "addressTypeDto": {
            "type": "string"
          },
          "_code": {
            "type": "string"
          },
          "_id": {
            "type": "string"
          },
          "_name": {
            "type": "string"
          },
          "block": {
            "type": "string"
          },
          "buildingNo": {
            "type": "string"
          },
          "flatNo": {
            "type": "string"
          },
          "street": {
            "type": "string"
          },
          "govermentAreaId": {
            "type": "string"
          },
          "govermentId": {
            "type": "string"
          },
          "countryId": {
            "type": "string"
          },
          "modelType": {
            "type": "string"
          }
        },
        "required": [
          "addressType",
          "addressTypeDto",
          "_code",
          "_id",
          "_name",
          "block",
          "buildingNo",
          "flatNo",
          "street",
          "govermentAreaId",
          "govermentId",
          "countryId",
          "modelType"
        ]
      },
      "deleteAddressResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "addressId": {
                "type": "integer"
              },
              "customerId": {
                "type": "integer"
              },
              "companyId": {
                "type": "integer"
              },
              "countryId": {
                "nullable": true
              },
              "languageId": {
                "nullable": true
              },
              "shortName": {
                "nullable": true
              },
              "shortNameLocal": {
                "nullable": true
              },
              "amlStatus": {
                "nullable": true
              },
              "title": {
                "nullable": true
              },
              "firstName": {
                "type": "string"
              },
              "middleName": {
                "nullable": true
              },
              "lastName": {
                "type": "string"
              },
              "titleLocal": {
                "nullable": true
              },
              "firstNameLocal": {
                "nullable": true
              },
              "middleNameLocal": {
                "nullable": true
              },
              "lastNameLocal": {
                "nullable": true
              },
              "alterEmailId": {
                "nullable": true
              },
              "mobile": {
                "type": "string"
              },
              "companyName": {
                "nullable": true
              },
              "companyNameLocal": {
                "nullable": true
              },
              "email": {
                "nullable": true
              },
              "fatherName": {
                "nullable": true
              },
              "contactPerson": {
                "nullable": true
              },
              "contactNumber": {
                "nullable": true
              },
              "isActive": {
                "nullable": true
              },
              "engFullName": {
                "nullable": true
              },
              "localContactCountry": {
                "type": "string"
              },
              "localContactState": {
                "type": "string"
              },
              "localContactDistrict": {
                "type": "string"
              },
              "localContactCity": {
                "type": "string"
              },
              "localContactBuilding": {
                "type": "string"
              },
              "localContatFlat": {
                "nullable": true
              },
              "street": {
                "type": "string"
              },
              "house": {
                "type": "string"
              },
              "block": {
                "type": "string"
              },
              "adressType": {
                "type": "string"
              },
              "areaDesc": {
                "type": "string"
              },
              "flat": {
                "type": "string"
              },
              "telephone": {
                "nullable": true
              },
              "buildingNo": {
                "nullable": true
              },
              "telephoneCode": {
                "nullable": true
              },
              "cityDto": {
                "type": "object",
                "properties": {
                  "_id": {
                    "type": "integer"
                  },
                  "_name": {
                    "type": "string"
                  },
                  "_local_name": {
                    "nullable": true
                  },
                  "_code": {
                    "nullable": true
                  },
                  "_value": {
                    "nullable": true
                  }
                },
                "required": [
                  "_id",
                  "_name"
                ]
              },
              "stateDto": {
                "type": "object",
                "properties": {
                  "_id": {
                    "type": "integer"
                  },
                  "_name": {
                    "type": "string"
                  },
                  "_local_name": {
                    "nullable": true
                  },
                  "_code": {
                    "type": "string"
                  },
                  "_value": {
                    "nullable": true
                  }
                },
                "required": [
                  "_id",
                  "_name",
                  "_code"
                ]
              },
              "districtDto": {
                "type": "object",
                "properties": {
                  "_id": {
                    "type": "integer"
                  },
                  "_name": {
                    "type": "string"
                  },
                  "_local_name": {
                    "nullable": true
                  },
                  "_code": {
                    "nullable": true
                  },
                  "_value": {
                    "nullable": true
                  }
                },
                "required": [
                  "_id",
                  "_name"
                ]
              },
              "countryDto": {
                "nullable": true
              },
              "addressDto": {
                "nullable": true
              },
              "areaDto": {
                "nullable": true
              },
              "deliveryAddress": {
                "type": "string"
              },
              "governoatesDto": {
                "nullable": true
              },
              "governoateAreaDto": {
                "nullable": true
              },
              "govtAreaDesc": {
                "nullable": true
              },
              "govtDesc": {
                "nullable": true
              },
              "isDefault": {
                "type": "boolean"
              },
              "blockNo": {
                "type": "string"
              }
            },
            "required": [
              "addressId",
              "customerId",
              "companyId",
              "firstName",
              "lastName",
              "mobile",
              "localContactCountry",
              "localContactState",
              "localContactDistrict",
              "localContactCity",
              "localContactBuilding",
              "street",
              "house",
              "block",
              "adressType",
              "areaDesc",
              "flat",
              "cityDto",
              "stateDto",
              "districtDto",
              "deliveryAddress",
              "isDefault",
              "blockNo"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "deleteAddressResponseRequest": {
        "type": "object",
        "properties": {
          "addressId": {
            "type": "string"
          }
        },
        "required": [
          "addressId"
        ]
      },
      "ShippingAddressResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "addressId": {
                  "type": "integer"
                },
                "customerId": {
                  "type": "integer"
                },
                "companyId": {
                  "type": "integer"
                },
                "countryId": {
                  "nullable": true
                },
                "languageId": {
                  "nullable": true
                },
                "shortName": {
                  "nullable": true
                },
                "shortNameLocal": {
                  "nullable": true
                },
                "amlStatus": {
                  "nullable": true
                },
                "title": {
                  "nullable": true
                },
                "firstName": {
                  "type": "string"
                },
                "middleName": {
                  "nullable": true
                },
                "lastName": {
                  "type": "string"
                },
                "titleLocal": {
                  "nullable": true
                },
                "firstNameLocal": {
                  "nullable": true
                },
                "middleNameLocal": {
                  "nullable": true
                },
                "lastNameLocal": {
                  "nullable": true
                },
                "alterEmailId": {
                  "nullable": true
                },
                "mobile": {
                  "type": "string"
                },
                "companyName": {
                  "nullable": true
                },
                "companyNameLocal": {
                  "nullable": true
                },
                "email": {
                  "nullable": true
                },
                "fatherName": {
                  "nullable": true
                },
                "contactPerson": {
                  "nullable": true
                },
                "contactNumber": {
                  "nullable": true
                },
                "isActive": {
                  "nullable": true
                },
                "engFullName": {
                  "nullable": true
                },
                "localContactCountry": {
                  "type": "string"
                },
                "localContactState": {
                  "type": "string"
                },
                "localContactDistrict": {
                  "type": "string"
                },
                "localContactCity": {
                  "type": "string"
                },
                "localContactBuilding": {
                  "type": "string"
                },
                "localContatFlat": {
                  "nullable": true
                },
                "street": {
                  "type": "string"
                },
                "house": {
                  "type": "string"
                },
                "block": {
                  "type": "string"
                },
                "adressType": {
                  "type": "string"
                },
                "areaDesc": {
                  "type": "string"
                },
                "flat": {
                  "type": "string"
                },
                "telephone": {
                  "nullable": true
                },
                "buildingNo": {
                  "nullable": true
                },
                "telephoneCode": {
                  "nullable": true
                },
                "cityDto": {
                  "type": "object",
                  "properties": {
                    "_id": {
                      "type": "integer"
                    },
                    "_name": {
                      "type": "string"
                    },
                    "_local_name": {
                      "nullable": true
                    },
                    "_code": {
                      "nullable": true
                    },
                    "_value": {
                      "nullable": true
                    }
                  },
                  "required": [
                    "_id",
                    "_name"
                  ]
                },
                "stateDto": {
                  "type": "object",
                  "properties": {
                    "_id": {
                      "type": "integer"
                    },
                    "_name": {
                      "type": "string"
                    },
                    "_local_name": {
                      "nullable": true
                    },
                    "_code": {
                      "type": "string"
                    },
                    "_value": {
                      "nullable": true
                    }
                  },
                  "required": [
                    "_id",
                    "_name",
                    "_code"
                  ]
                },
                "districtDto": {
                  "type": "object",
                  "properties": {
                    "_id": {
                      "type": "integer"
                    },
                    "_name": {
                      "type": "string"
                    },
                    "_local_name": {
                      "nullable": true
                    },
                    "_code": {
                      "nullable": true
                    },
                    "_value": {
                      "nullable": true
                    }
                  },
                  "required": [
                    "_id",
                    "_name"
                  ]
                },
                "countryDto": {
                  "nullable": true
                },
                "addressDto": {
                  "nullable": true
                },
                "areaDto": {
                  "nullable": true
                },
                "deliveryAddress": {
                  "type": "string"
                },
                "governoatesDto": {
                  "nullable": true
                },
                "governoateAreaDto": {
                  "nullable": true
                },
                "govtAreaDesc": {
                  "nullable": true
                },
                "govtDesc": {
                  "nullable": true
                },
                "isDefault": {
                  "type": "boolean"
                },
                "blockNo": {
                  "type": "string"
                }
              },
              "required": [
                "addressId",
                "customerId",
                "companyId",
                "firstName",
                "lastName",
                "mobile",
                "localContactCountry",
                "localContactState",
                "localContactDistrict",
                "localContactCity",
                "localContactBuilding",
                "street",
                "house",
                "block",
                "adressType",
                "areaDesc",
                "flat",
                "cityDto",
                "stateDto",
                "districtDto",
                "deliveryAddress",
                "isDefault",
                "blockNo"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "AddressTypeResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "_id": {
                  "nullable": true
                },
                "_name": {
                  "type": "string"
                },
                "_local_name": {
                  "nullable": true
                },
                "_code": {
                  "type": "string"
                },
                "_value": {
                  "nullable": true
                }
              },
              "required": [
                "_name",
                "_code"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "AddFxOrderResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "txnFee": {
                "nullable": true
              },
              "exRateBreakup": {
                "nullable": true
              },
              "denominationType": {
                "nullable": true
              },
              "purposeOfTrnxId": {
                "nullable": true
              },
              "sourceOffundId": {
                "nullable": true
              },
              "remittanceAppId": {
                "nullable": true
              },
              "documentIdForPayment": {
                "nullable": true
              },
              "documentFinancialYear": {
                "nullable": true
              },
              "netPayableAmount": {
                "type": "integer"
              },
              "merchantTrackId": {
                "nullable": true
              },
              "deliveryCharges": {
                "type": "number"
              },
              "timeSlot": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "date": {
                      "type": "string"
                    },
                    "timeSlot": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  },
                  "required": [
                    "date",
                    "timeSlot"
                  ]
                }
              },
              "cartDetails": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "applicationId": {
                      "type": "integer"
                    },
                    "companyId": {
                      "type": "integer"
                    },
                    "documentFinanceYear": {
                      "type": "integer"
                    },
                    "documentId": {
                      "nullable": true
                    },
                    "isActive": {
                      "type": "string"
                    },
                    "remittanceApplicationId": {
                      "nullable": true
                    },
                    "foreignTranxAmount": {
                      "type": "integer"
                    },
                    "localTranxAmount": {
                      "type": "number"
                    },
                    "localCommisionAmount": {
                      "nullable": true
                    },
                    "localChargeAmount": {
                      "nullable": true
                    },
                    "localDeliveryAmount": {
                      "nullable": true
                    },
                    "localNetTranxAmount": {
                      "type": "number"
                    },
                    "applicationType": {
                      "type": "string"
                    },
                    "customerId": {
                      "type": "integer"
                    },
                    "exchangeRateApplied": {
                      "type": "number"
                    },
                    "documentNo": {
                      "type": "integer"
                    },
                    "foreignCurrency": {
                      "type": "integer"
                    },
                    "localCurrency": {
                      "type": "integer"
                    },
                    "spldeal": {
                      "nullable": true
                    },
                    "applicationTypeDesc": {
                      "type": "string"
                    },
                    "customerSignature": {
                      "nullable": true
                    },
                    "sourceofincome": {
                      "type": "string"
                    },
                    "instruction": {
                      "nullable": true
                    },
                    "sourceOfIncomeDesc": {
                      "type": "string"
                    },
                    "remittanceDescription": {
                      "nullable": true
                    },
                    "deliveryDescription": {
                      "nullable": true
                    },
                    "foreignCurrencyDesc": {
                      "type": "string"
                    },
                    "amtbCouponEncashed": {
                      "nullable": true
                    },
                    "denominationType": {
                      "nullable": true
                    },
                    "denominationTypeDesc": {
                      "type": "string"
                    },
                    "applicationCountryId": {
                      "type": "integer"
                    },
                    "pgPaymentId": {
                      "nullable": true
                    },
                    "pgPaymentSeqDtlId": {
                      "nullable": true
                    },
                    "deliveryDetSeqId": {
                      "nullable": true
                    },
                    "travelStartDate": {
                      "type": "integer"
                    },
                    "travelEndDate": {
                      "type": "integer"
                    },
                    "travelCountryId": {
                      "type": "integer"
                    },
                    "travelCountryName": {
                      "type": "string"
                    },
                    "purposeOftrnxId": {
                      "type": "string"
                    },
                    "purposeOftrnxDesc": {
                      "type": "string"
                    },
                    "quoteName": {
                      "type": "string"
                    },
                    "forXRate": {
                      "type": "number"
                    },
                    "amount": {
                      "nullable": true
                    },
                    "vatType": {
                      "nullable": true
                    },
                    "vatPercentage": {
                      "nullable": true
                    },
                    "vatAmount": {
                      "nullable": true
                    },
                    "collectionMode": {
                      "nullable": true
                    },
                    "foreignCurrencyDenomination": {
                      "nullable": true
                    },
                    "appIdHashValue": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "applicationId",
                    "companyId",
                    "documentFinanceYear",
                    "isActive",
                    "foreignTranxAmount",
                    "localTranxAmount",
                    "localNetTranxAmount",
                    "applicationType",
                    "customerId",
                    "exchangeRateApplied",
                    "documentNo",
                    "foreignCurrency",
                    "localCurrency",
                    "applicationTypeDesc",
                    "sourceofincome",
                    "sourceOfIncomeDesc",
                    "foreignCurrencyDesc",
                    "denominationTypeDesc",
                    "applicationCountryId",
                    "travelStartDate",
                    "travelEndDate",
                    "travelCountryId",
                    "travelCountryName",
                    "purposeOftrnxId",
                    "purposeOftrnxDesc",
                    "quoteName",
                    "forXRate",
                    "appIdHashValue"
                  ]
                }
              },
              "txnFeeBg": {
                "nullable": true
              },
              "vatType": {
                "nullable": true
              },
              "vatPercentage": {
                "nullable": true
              },
              "vatAmount": {
                "nullable": true
              },
              "vat": {
                "type": "boolean"
              },
              "totalNetTrnxFeesStr": {
                "nullable": true
              },
              "totalNetTrnxFees": {
                "nullable": true
              }
            },
            "required": [
              "netPayableAmount",
              "deliveryCharges",
              "timeSlot",
              "cartDetails",
              "vat"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "AddFxOrderResponseRequest": {
        "type": "object",
        "properties": {
          "foreignCurrencyId": {
            "type": "string"
          },
          "foreignAmount": {
            "type": "string"
          },
          "currencyDenominationType": {
            "type": "string"
          },
          "sourceOfFundId": {
            "type": "string"
          },
          "purposeOfTrnx": {
            "type": "string"
          },
          "travelCountryId": {
            "type": "string"
          },
          "startDate": {
            "type": "string"
          },
          "endDate": {
            "type": "string"
          }
        },
        "required": [
          "foreignCurrencyId",
          "foreignAmount",
          "currencyDenominationType",
          "sourceOfFundId",
          "purposeOfTrnx",
          "travelCountryId",
          "startDate",
          "endDate"
        ]
      },
      "FxOrderCartListResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "shoppingCartList": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "applicationId": {
                      "type": "integer"
                    },
                    "companyId": {
                      "type": "integer"
                    },
                    "documentFinanceYear": {
                      "type": "integer"
                    },
                    "documentId": {
                      "nullable": true
                    },
                    "isActive": {
                      "type": "string"
                    },
                    "remittanceApplicationId": {
                      "nullable": true
                    },
                    "foreignTranxAmount": {
                      "type": "integer"
                    },
                    "localTranxAmount": {
                      "type": "number"
                    },
                    "localCommisionAmount": {
                      "nullable": true
                    },
                    "localChargeAmount": {
                      "nullable": true
                    },
                    "localDeliveryAmount": {
                      "nullable": true
                    },
                    "localNetTranxAmount": {
                      "type": "number"
                    },
                    "applicationType": {
                      "type": "string"
                    },
                    "customerId": {
                      "type": "integer"
                    },
                    "exchangeRateApplied": {
                      "type": "number"
                    },
                    "documentNo": {
                      "type": "integer"
                    },
                    "foreignCurrency": {
                      "type": "integer"
                    },
                    "localCurrency": {
                      "type": "integer"
                    },
                    "spldeal": {
                      "nullable": true
                    },
                    "applicationTypeDesc": {
                      "type": "string"
                    },
                    "customerSignature": {
                      "nullable": true
                    },
                    "sourceofincome": {
                      "type": "string"
                    },
                    "instruction": {
                      "nullable": true
                    },
                    "sourceOfIncomeDesc": {
                      "type": "string"
                    },
                    "remittanceDescription": {
                      "nullable": true
                    },
                    "deliveryDescription": {
                      "nullable": true
                    },
                    "foreignCurrencyDesc": {
                      "type": "string"
                    },
                    "amtbCouponEncashed": {
                      "nullable": true
                    },
                    "denominationType": {
                      "nullable": true
                    },
                    "denominationTypeDesc": {
                      "type": "string"
                    },
                    "applicationCountryId": {
                      "type": "integer"
                    },
                    "pgPaymentId": {
                      "nullable": true
                    },
                    "pgPaymentSeqDtlId": {
                      "nullable": true
                    },
                    "deliveryDetSeqId": {
                      "nullable": true
                    },
                    "travelStartDate": {
                      "nullable": true
                    },
                    "travelEndDate": {
                      "nullable": true
                    },
                    "travelCountryId": {
                      "type": "integer"
                    },
                    "travelCountryName": {
                      "type": "string"
                    },
                    "purposeOftrnxId": {
                      "type": "string"
                    },
                    "purposeOftrnxDesc": {
                      "type": "string"
                    },
                    "quoteName": {
                      "type": "string"
                    },
                    "forXRate": {
                      "type": "number"
                    },
                    "amount": {
                      "nullable": true
                    },
                    "vatType": {
                      "nullable": true
                    },
                    "vatPercentage": {
                      "nullable": true
                    },
                    "vatAmount": {
                      "nullable": true
                    },
                    "collectionMode": {
                      "nullable": true
                    },
                    "foreignCurrencyDenomination": {
                      "nullable": true
                    },
                    "appIdHashValue": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "applicationId",
                    "companyId",
                    "documentFinanceYear",
                    "isActive",
                    "foreignTranxAmount",
                    "localTranxAmount",
                    "localNetTranxAmount",
                    "applicationType",
                    "customerId",
                    "exchangeRateApplied",
                    "documentNo",
                    "foreignCurrency",
                    "localCurrency",
                    "applicationTypeDesc",
                    "sourceofincome",
                    "sourceOfIncomeDesc",
                    "foreignCurrencyDesc",
                    "denominationTypeDesc",
                    "applicationCountryId",
                    "travelCountryId",
                    "travelCountryName",
                    "purposeOftrnxId",
                    "purposeOftrnxDesc",
                    "quoteName",
                    "forXRate",
                    "appIdHashValue"
                  ]
                }
              },
              "deliveryCharges": {
                "type": "integer"
              },
              "totalNetAmount": {
                "type": "number"
              },
              "totalAmount": {
                "type": "number"
              },
              "paymentModeDto": {
                "nullable": true
              },
              "totalPurchaseAmountStr": {
                "nullable": true
              },
              "totalTrnxFeesStr": {
                "nullable": true
              },
              "totalNetTrnxFees": {
                "nullable": true
              },
              "totalVatAmountStr": {
                "nullable": true
              }
            },
            "required": [
              "shoppingCartList",
              "deliveryCharges",
              "totalNetAmount",
              "totalAmount"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "FxOrderCartListResponseRequest": {
        "type": "object",
        "properties": {
          "fxCouponCode": {
            "type": "string"
          }
        },
        "required": [
          "fxCouponCode"
        ]
      },
      "RemoveFxOrderResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "txnFee": {
                "nullable": true
              },
              "exRateBreakup": {
                "nullable": true
              },
              "denominationType": {
                "nullable": true
              },
              "purposeOfTrnxId": {
                "nullable": true
              },
              "sourceOffundId": {
                "nullable": true
              },
              "remittanceAppId": {
                "nullable": true
              },
              "documentIdForPayment": {
                "nullable": true
              },
              "documentFinancialYear": {
                "nullable": true
              },
              "netPayableAmount": {
                "type": "integer"
              },
              "merchantTrackId": {
                "nullable": true
              },
              "deliveryCharges": {
                "nullable": true
              },
              "timeSlot": {
                "nullable": true
              },
              "cartDetails": {
                "type": "array",
                "items": {}
              },
              "txnFeeBg": {
                "nullable": true
              },
              "vatType": {
                "nullable": true
              },
              "vatPercentage": {
                "nullable": true
              },
              "vatAmount": {
                "nullable": true
              },
              "vat": {
                "type": "boolean"
              },
              "totalNetTrnxFeesStr": {
                "nullable": true
              },
              "totalNetTrnxFees": {
                "nullable": true
              }
            },
            "required": [
              "netPayableAmount",
              "cartDetails",
              "vat"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "RemoveFxOrderResponseRequest": {
        "type": "object",
        "properties": {
          "receiptApplId": {
            "type": "string"
          },
          "hashValue": {
            "type": "string"
          }
        },
        "required": [
          "receiptApplId",
          "hashValue"
        ]
      },
      "CountryCurrencyResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "currencyId": {
                  "type": "integer"
                },
                "currencyCode": {
                  "type": "string"
                },
                "currencyName": {
                  "type": "string"
                },
                "quoteName": {
                  "type": "string"
                },
                "countryId": {
                  "type": "integer"
                },
                "fundMinRate": {
                  "nullable": true
                },
                "fundMaxRate": {
                  "nullable": true
                },
                "cashBuyMinRate": {
                  "nullable": true
                },
                "cashBuyMaxRate": {
                  "nullable": true
                },
                "cashSellMinRate": {
                  "nullable": true
                },
                "cashSellMaxRate": {
                  "nullable": true
                },
                "cashRateTolerance": {
                  "nullable": true
                },
                "cbkBuyRate": {
                  "nullable": true
                },
                "cbkSellRate": {
                  "nullable": true
                },
                "defaultVal": {
                  "type": "boolean"
                },
                "decimalNumber": {
                  "type": "integer"
                }
              },
              "required": [
                "currencyId",
                "currencyCode",
                "currencyName",
                "quoteName",
                "countryId",
                "defaultVal",
                "decimalNumber"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "FxOrderCardCheckOutResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "type": "string"
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "remittanceAppId": {
                "type": "integer"
              },
              "documentIdForPayment": {
                "type": "string"
              },
              "documentId": {
                "nullable": true
              },
              "documentFinancialYear": {
                "type": "integer"
              },
              "netPayableAmount": {
                "type": "number"
              },
              "currencyQuote": {
                "nullable": true
              },
              "merchantTrackId": {
                "type": "integer"
              },
              "maxPayableAmount": {
                "nullable": true
              },
              "kioskParams": {
                "type": "object",
                "properties": {
                  "refundLimit": {
                    "nullable": true
                  },
                  "applicationCountryId": {
                    "nullable": true
                  },
                  "companyId": {
                    "nullable": true
                  },
                  "branchCode": {
                    "nullable": true
                  },
                  "mUserName": {
                    "nullable": true
                  },
                  "ipAddress": {
                    "nullable": true
                  },
                  "newBagRef": {
                    "nullable": true
                  },
                  "applIds": {
                    "nullable": true
                  },
                  "paymentType": {
                    "nullable": true
                  },
                  "payToken": {
                    "nullable": true
                  },
                  "paymentId": {
                    "nullable": true
                  },
                  "kioskType": {
                    "nullable": true
                  },
                  "iposType": {
                    "nullable": true
                  },
                  "authCode": {
                    "nullable": true
                  },
                  "terminalId": {
                    "nullable": true
                  },
                  "transactionId": {
                    "nullable": true
                  },
                  "remittanceApplicationId": {
                    "type": "array",
                    "items": {}
                  },
                  "fcSaleApplicationId": {
                    "type": "array",
                    "items": {}
                  }
                },
                "required": [
                  "remittanceApplicationId",
                  "fcSaleApplicationId"
                ]
              },
              "pgCode": {
                "type": "string"
              }
            },
            "required": [
              "remittanceAppId",
              "documentIdForPayment",
              "documentFinancialYear",
              "netPayableAmount",
              "merchantTrackId",
              "kioskParams",
              "pgCode"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "redirectUrl",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "FxOrderCardCheckOutResponseRequest": {
        "type": "object",
        "properties": {
          "cartDetailList": {
            "type": "string"
          },
          "applicationId": {
            "type": "string"
          },
          "deliveryDate": {
            "type": "string"
          },
          "shippingAddressId": {
            "type": "string"
          },
          "timeSlot": {
            "type": "string"
          },
          "totalKnetAmount": {
            "type": "string"
          },
          "fxCouponCode": {
            "type": "string"
          }
        },
        "required": [
          "cartDetailList",
          "applicationId",
          "deliveryDate",
          "shippingAddressId",
          "timeSlot",
          "totalKnetAmount",
          "fxCouponCode"
        ]
      },
      "FxCouponCodeDataResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "fxCouponCodeList": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "uuId": {
                      "type": "string"
                    },
                    "couponCodeType": {
                      "type": "string"
                    },
                    "couponCodeDesc": {
                      "type": "string"
                    },
                    "discPercentOnDelivery": {
                      "type": "integer"
                    }
                  },
                  "required": [
                    "uuId",
                    "couponCodeType",
                    "couponCodeDesc",
                    "discPercentOnDelivery"
                  ]
                }
              },
              "couponUserEntrable": {
                "nullable": true
              },
              "fxCouponFreeTextDisplay": {
                "type": "boolean"
              }
            },
            "required": [
              "fxCouponCodeList",
              "fxCouponFreeTextDisplay"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "FxoAmountResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "txnFee": {
                "type": "string"
              },
              "exRateBreakup": {
                "type": "object",
                "properties": {
                  "netAmount": {
                    "type": "number"
                  },
                  "netAmountWithoutLoyality": {
                    "nullable": true
                  },
                  "lcDecimalNumber": {
                    "type": "integer"
                  },
                  "fcDecimalNumber": {
                    "type": "integer"
                  },
                  "roundedDomAmount": {
                    "nullable": true
                  },
                  "roundedDomXRate": {
                    "nullable": true
                  },
                  "deliveryCharges": {
                    "type": "integer"
                  },
                  "trnxFee": {
                    "type": "integer"
                  },
                  "vatType": {
                    "nullable": true
                  },
                  "vatPercentage": {
                    "nullable": true
                  },
                  "vatAmount": {
                    "type": "integer"
                  },
                  "originalExchangeRate": {
                    "nullable": true
                  },
                  "extraCollectedAmount": {
                    "nullable": true
                  },
                  "domXRate": {
                    "type": "number"
                  },
                  "forXRate": {
                    "type": "number"
                  },
                  "forAmount": {
                    "type": "number"
                  },
                  "domAmount": {
                    "type": "number"
                  }
                },
                "required": [
                  "netAmount",
                  "lcDecimalNumber",
                  "fcDecimalNumber",
                  "deliveryCharges",
                  "trnxFee",
                  "vatAmount",
                  "domXRate",
                  "forXRate",
                  "forAmount",
                  "domAmount"
                ]
              },
              "denominationType": {
                "nullable": true
              },
              "purposeOfTrnxId": {
                "nullable": true
              },
              "sourceOffundId": {
                "nullable": true
              },
              "remittanceAppId": {
                "nullable": true
              },
              "documentIdForPayment": {
                "nullable": true
              },
              "documentFinancialYear": {
                "nullable": true
              },
              "netPayableAmount": {
                "type": "integer"
              },
              "merchantTrackId": {
                "nullable": true
              },
              "deliveryCharges": {
                "nullable": true
              },
              "timeSlot": {
                "nullable": true
              },
              "cartDetails": {
                "nullable": true
              },
              "txnFeeBg": {
                "type": "number"
              },
              "vatType": {
                "nullable": true
              },
              "vatPercentage": {
                "nullable": true
              },
              "vatAmount": {
                "nullable": true
              },
              "vat": {
                "type": "boolean"
              },
              "totalNetTrnxFeesStr": {
                "nullable": true
              },
              "totalNetTrnxFees": {
                "nullable": true
              }
            },
            "required": [
              "txnFee",
              "exRateBreakup",
              "netPayableAmount",
              "txnFeeBg",
              "vat"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "FxoPurposeListResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "purposeId": {
                  "type": "integer"
                },
                "countryId": {
                  "type": "integer"
                },
                "companyId": {
                  "type": "integer"
                },
                "purposeFullDesc": {
                  "type": "string"
                },
                "purposeShortDesc": {
                  "type": "string"
                },
                "localFullDesc": {
                  "nullable": true
                },
                "localShortDesc": {
                  "nullable": true
                },
                "createdBy": {
                  "nullable": true
                },
                "creationDate": {
                  "nullable": true
                },
                "modifiedBy": {
                  "nullable": true
                },
                "modifiedDate": {
                  "nullable": true
                },
                "isActive": {
                  "type": "string"
                }
              },
              "required": [
                "purposeId",
                "countryId",
                "companyId",
                "purposeFullDesc",
                "purposeShortDesc",
                "isActive"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "FxOrderCartDeliveryResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "date": {
                  "type": "string"
                },
                "timeSlot": {
                  "nullable": true
                }
              },
              "required": [
                "date"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "MyFxOrderListModelResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "idno": {
                  "type": "integer"
                },
                "customerReference": {
                  "type": "integer"
                },
                "documentNumber": {
                  "type": "integer"
                },
                "documentDate": {
                  "type": "string"
                },
                "documentFinanceYear": {
                  "type": "integer"
                },
                "transactionReferenceNo": {
                  "type": "string"
                },
                "foreignCurrencyCode": {
                  "type": "string"
                },
                "exchangeRate": {
                  "type": "number"
                },
                "foreignTransactionAmount": {
                  "nullable": true
                },
                "currencyQuoteName": {
                  "nullable": true
                },
                "transactionStatusDesc": {
                  "nullable": true
                },
                "transactionTypeDesc": {
                  "type": "string"
                },
                "collectionDocumentNo": {
                  "type": "integer"
                },
                "localCurrencyAmout": {
                  "nullable": true
                },
                "collectionDocumentCode": {
                  "type": "integer"
                },
                "collectionDocumentFinYear": {
                  "type": "integer"
                },
                "branchDesc": {
                  "type": "string"
                },
                "customerId": {
                  "type": "integer"
                },
                "localTrnxAmount": {
                  "type": "number"
                },
                "sourceOfIncomeId": {
                  "nullable": true
                },
                "purposeOfTrnx": {
                  "type": "string"
                },
                "documentCode": {
                  "type": "integer"
                },
                "deliveryDetSeqId": {
                  "type": "integer"
                },
                "pagDetSeqId": {
                  "type": "integer"
                },
                "orderStatus": {
                  "type": "string"
                },
                "orderStatusCode": {
                  "type": "string"
                },
                "deliveryDate": {
                  "type": "string"
                },
                "deliveryTime": {
                  "type": "string"
                },
                "customerName": {
                  "type": "string"
                },
                "deliveryCharges": {
                  "type": "integer"
                },
                "createdDate": {
                  "type": "string"
                },
                "sourceOfIncomeDesc": {
                  "type": "string"
                },
                "travelCountryName": {
                  "type": "string"
                },
                "travelDateRange": {
                  "type": "string"
                },
                "localCurrQuoteName": {
                  "type": "string"
                },
                "multiAmount": {
                  "type": "string"
                },
                "multiExchangeRate": {
                  "type": "string"
                },
                "deliveryAddress": {
                  "type": "string"
                },
                "inventoryId": {
                  "type": "string"
                },
                "otpTokenPrefix": {
                  "nullable": true
                },
                "otpTokenCustomer": {
                  "nullable": true
                },
                "driverName": {
                  "nullable": true
                },
                "employeeName": {
                  "nullable": true
                },
                "phoneNumber": {
                  "nullable": true
                },
                "mutipleInventoryId": {
                  "nullable": true
                },
                "mutipleFcAmount": {
                  "nullable": true
                }
              },
              "required": [
                "idno",
                "customerReference",
                "documentNumber",
                "documentDate",
                "documentFinanceYear",
                "transactionReferenceNo",
                "foreignCurrencyCode",
                "exchangeRate",
                "transactionTypeDesc",
                "collectionDocumentNo",
                "collectionDocumentCode",
                "collectionDocumentFinYear",
                "branchDesc",
                "customerId",
                "localTrnxAmount",
                "purposeOfTrnx",
                "documentCode",
                "deliveryDetSeqId",
                "pagDetSeqId",
                "orderStatus",
                "orderStatusCode",
                "deliveryDate",
                "deliveryTime",
                "customerName",
                "deliveryCharges",
                "createdDate",
                "sourceOfIncomeDesc",
                "travelCountryName",
                "travelDateRange",
                "localCurrQuoteName",
                "multiAmount",
                "multiExchangeRate",
                "deliveryAddress",
                "inventoryId"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "KnetTransactionResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "status": {
                "type": "string"
              },
              "netAmount": {
                "type": "number"
              },
              "transactionReference": {
                "type": "string"
              },
              "errorMessage": {
                "nullable": true
              },
              "errorCategory": {
                "nullable": true
              },
              "receiptNo": {
                "nullable": true
              },
              "fxOrderTrnxHistroyDTO": {
                "nullable": true
              },
              "responseCodeDetail": {
                "type": "object",
                "properties": {
                  "responseCode": {
                    "type": "string"
                  },
                  "responseDesc": {
                    "type": "string"
                  },
                  "almullaErrorCode": {
                    "type": "string"
                  },
                  "category": {
                    "type": "string"
                  },
                  "pgPaymentId": {
                    "type": "string"
                  },
                  "pgReferenceId": {
                    "nullable": true
                  },
                  "pgAuth": {
                    "nullable": true
                  },
                  "pgTransId": {
                    "nullable": true
                  },
                  "type": {
                    "type": "string"
                  },
                  "status": {
                    "type": "string"
                  },
                  "clientResponse": {
                    "type": "object",
                    "properties": {
                      "CANCELED": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "CANCELED"
                    ]
                  }
                },
                "required": [
                  "responseCode",
                  "responseDesc",
                  "almullaErrorCode",
                  "category",
                  "pgPaymentId",
                  "type",
                  "status",
                  "clientResponse"
                ]
              }
            },
            "required": [
              "status",
              "netAmount",
              "transactionReference",
              "responseCodeDetail"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "KnetTransactionResponseRequest": {
        "type": "object",
        "properties": {
          "docNo": {
            "type": "string"
          },
          "docFy": {
            "type": "string"
          },
          "docId": {
            "type": "string"
          },
          "trckid": {
            "type": "string"
          }
        },
        "required": [
          "docNo",
          "docFy",
          "docId",
          "trckid"
        ]
      },
      "PrestigeRewardResponseModelResponse": {
        "type": "object",
        "properties": {
          "statusKey": {
            "type": "string"
          },
          "exception": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "timestamp": {
            "type": "integer"
          },
          "error": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "signature": {
            "type": "string"
          },
          "data": {
            "type": "object",
            "properties": {
              "rewardFlags": {
                "type": "object",
                "properties": {
                  "alsayer": {
                    "type": "boolean"
                  },
                  "prestige": {
                    "type": "boolean"
                  }
                },
                "required": [
                  "alsayer",
                  "prestige"
                ]
              },
              "loungeDetails": {
                "type": "object",
                "properties": {
                  "visitLeft": {
                    "type": "integer"
                  },
                  "loungeDetails": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "expiredOn": {
                          "type": "string"
                        },
                        "redeemOn": {
                          "nullable": true
                        },
                        "rewardpool": {
                          "nullable": true
                        },
                        "cardId": {
                          "nullable": true
                        },
                        "rewardInfo": {
                          "type": "object",
                          "properties": {
                            "provider_ar": {
                              "type": "string"
                            },
                            "provider": {
                              "type": "string"
                            },
                            "loungeInfo": {
                              "type": "string"
                            },
                            "hoursOfOperation": {
                              "type": "string"
                            },
                            "loungeLocations": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "provider": {
                                    "type": "string"
                                  },
                                  "loungePolicies": {
                                    "type": "array",
                                    "items": {
                                      "type": "string"
                                    }
                                  },
                                  "logoFileType": {
                                    "type": "string"
                                  },
                                  "arrival": {
                                    "type": "object",
                                    "properties": {
                                      "bannerFileId": {
                                        "type": "integer"
                                      },
                                      "airportName_ar": {
                                        "type": "string"
                                      },
                                      "airside_ar": {
                                        "type": "string"
                                      },
                                      "airside": {
                                        "type": "string"
                                      },
                                      "airportName": {
                                        "type": "string"
                                      },
                                      "terminal": {
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "bannerFileId",
                                      "airportName_ar",
                                      "airside_ar",
                                      "airside",
                                      "airportName",
                                      "terminal"
                                    ]
                                  },
                                  "label_ar": {
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string"
                                  },
                                  "provider_ar": {
                                    "type": "string"
                                  },
                                  "logoFileId": {
                                    "type": "integer"
                                  },
                                  "departure": {
                                    "type": "object",
                                    "properties": {
                                      "bannerFileId": {
                                        "type": "integer"
                                      },
                                      "airportName_ar": {
                                        "type": "string"
                                      },
                                      "airside_ar": {
                                        "type": "string"
                                      },
                                      "airside": {
                                        "type": "string"
                                      },
                                      "airportName": {
                                        "type": "string"
                                      },
                                      "terminal": {
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "bannerFileId",
                                      "airportName_ar",
                                      "airside_ar",
                                      "airside",
                                      "airportName",
                                      "terminal"
                                    ]
                                  },
                                  "bannerFileId": {
                                    "type": "integer"
                                  }
                                },
                                "required": [
                                  "provider",
                                  "loungePolicies",
                                  "logoFileType",
                                  "arrival",
                                  "label_ar",
                                  "label",
                                  "provider_ar",
                                  "logoFileId",
                                  "departure",
                                  "bannerFileId"
                                ]
                              }
                            },
                            "location": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "provider_ar",
                            "provider",
                            "loungeInfo",
                            "hoursOfOperation",
                            "loungeLocations",
                            "location"
                          ]
                        }
                      },
                      "required": [
                        "id",
                        "expiredOn",
                        "rewardInfo"
                      ]
                    }
                  }
                },
                "required": [
                  "visitLeft",
                  "loungeDetails"
                ]
              },
              "loungeDetailsv2": {
                "type": "object",
                "properties": {
                  "rewardInfo": {
                    "type": "object",
                    "properties": {
                      "provider_ar": {
                        "type": "string"
                      },
                      "provider": {
                        "type": "string"
                      },
                      "loungeInfo": {
                        "type": "string"
                      },
                      "hoursOfOperation": {
                        "type": "string"
                      },
                      "loungeLocations": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "provider": {
                              "type": "string"
                            },
                            "loungePolicies": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "logoFileType": {
                              "type": "string"
                            },
                            "arrival": {
                              "type": "object",
                              "properties": {
                                "bannerFileId": {
                                  "type": "integer"
                                },
                                "airportName_ar": {
                                  "type": "string"
                                },
                                "airside_ar": {
                                  "type": "string"
                                },
                                "airside": {
                                  "type": "string"
                                },
                                "airportName": {
                                  "type": "string"
                                },
                                "terminal": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "bannerFileId",
                                "airportName_ar",
                                "airside_ar",
                                "airside",
                                "airportName",
                                "terminal"
                              ]
                            },
                            "label_ar": {
                              "type": "string"
                            },
                            "label": {
                              "type": "string"
                            },
                            "provider_ar": {
                              "type": "string"
                            },
                            "logoFileId": {
                              "type": "integer"
                            },
                            "departure": {
                              "type": "object",
                              "properties": {
                                "bannerFileId": {
                                  "type": "integer"
                                },
                                "airportName_ar": {
                                  "type": "string"
                                },
                                "airside_ar": {
                                  "type": "string"
                                },
                                "airside": {
                                  "type": "string"
                                },
                                "airportName": {
                                  "type": "string"
                                },
                                "terminal": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "bannerFileId",
                                "airportName_ar",
                                "airside_ar",
                                "airside",
                                "airportName",
                                "terminal"
                              ]
                            },
                            "bannerFileId": {
                              "type": "integer"
                            }
                          },
                          "required": [
                            "provider",
                            "loungePolicies",
                            "logoFileType",
                            "arrival",
                            "label_ar",
                            "label",
                            "provider_ar",
                            "logoFileId",
                            "departure",
                            "bannerFileId"
                          ]
                        }
                      },
                      "location": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "provider_ar",
                      "provider",
                      "loungeInfo",
                      "hoursOfOperation",
                      "loungeLocations",
                      "location"
                    ]
                  },
                  "visitLeft": {
                    "type": "integer"
                  },
                  "rewardIds": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "expiredOn": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "id",
                        "expiredOn"
                      ]
                    }
                  }
                },
                "required": [
                  "rewardInfo",
                  "visitLeft",
                  "rewardIds"
                ]
              },
              "scratchCardDetails": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "expiredOn": {
                      "type": "string"
                    },
                    "redeemOn": {
                      "nullable": true
                    },
                    "rewardpool": {
                      "nullable": true
                    },
                    "cardId": {
                      "nullable": true
                    },
                    "rewardInfo": {
                      "type": "object",
                      "properties": {
                        "userGroup": {
                          "type": "string"
                        },
                        "test": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "userGroup",
                        "test"
                      ]
                    }
                  },
                  "required": [
                    "id",
                    "expiredOn",
                    "rewardInfo"
                  ]
                }
              }
            },
            "required": [
              "rewardFlags",
              "loungeDetails",
              "loungeDetailsv2",
              "scratchCardDetails"
            ]
          },
          "meta": {
            "nullable": true
          },
          "traceid": {
            "type": "string"
          },
          "warnings": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "status": {
            "type": "string"
          },
          "messageKey": {
            "nullable": true
          }
        },
        "required": [
          "statusKey",
          "timestamp",
          "warningFlags",
          "results",
          "signature",
          "data",
          "traceid",
          "status"
        ]
      },
      "SDABAgentListResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "applicationCountryId": {
                  "type": "integer"
                },
                "routingCountryId": {
                  "type": "integer"
                },
                "serviceGroupId": {
                  "type": "integer"
                },
                "serviceBankId": {
                  "type": "integer"
                },
                "serviceBankCode": {
                  "nullable": true
                },
                "serviceBankName": {
                  "nullable": true
                },
                "agentBankId": {
                  "type": "integer"
                },
                "agentBankName": {
                  "type": "string"
                },
                "agentBankCode": {
                  "type": "string"
                },
                "bankBranchId": {
                  "nullable": true
                },
                "routingBranchId": {
                  "nullable": true
                },
                "branchFullName": {
                  "nullable": true
                },
                "amiecBranchCode": {
                  "nullable": true
                }
              },
              "required": [
                "applicationCountryId",
                "routingCountryId",
                "serviceGroupId",
                "serviceBankId",
                "agentBankId",
                "agentBankName",
                "agentBankCode"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "SDABAgentListResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "SDABAgentBranchResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "applicationCountryId": {
                  "type": "integer"
                },
                "routingCountryId": {
                  "type": "integer"
                },
                "serviceGroupId": {
                  "type": "integer"
                },
                "serviceBankId": {
                  "type": "integer"
                },
                "serviceBankCode": {
                  "nullable": true
                },
                "serviceBankName": {
                  "nullable": true
                },
                "agentBankId": {
                  "type": "integer"
                },
                "agentBankName": {
                  "nullable": true
                },
                "agentBankCode": {
                  "nullable": true
                },
                "bankBranchId": {
                  "type": "integer"
                },
                "routingBranchId": {
                  "type": "integer"
                },
                "branchFullName": {
                  "type": "string"
                },
                "amiecBranchCode": {
                  "type": "string"
                }
              },
              "required": [
                "applicationCountryId",
                "routingCountryId",
                "serviceGroupId",
                "serviceBankId",
                "agentBankId",
                "bankBranchId",
                "routingBranchId",
                "branchFullName",
                "amiecBranchCode"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "SDABAgentBranchResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "SDABAccountTypesResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "flexiFiled": {
                  "type": "string"
                },
                "amiecCode": {
                  "type": "string"
                },
                "amiecDesc": {
                  "type": "string"
                },
                "srNo": {
                  "type": "integer"
                },
                "countryId": {
                  "type": "integer"
                },
                "additionalBankRuleId": {
                  "type": "integer"
                },
                "additionalAmiecId": {
                  "type": "integer"
                },
                "modelType": {
                  "type": "string"
                },
                "bankAccountTypeId": {
                  "type": "integer"
                }
              },
              "required": [
                "flexiFiled",
                "amiecCode",
                "amiecDesc",
                "srNo",
                "countryId",
                "additionalBankRuleId",
                "additionalAmiecId",
                "modelType",
                "bankAccountTypeId"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "BeneCountryCurrencyResponseResponse": {
        "type": "object",
        "properties": {
          "statusKey": {
            "type": "string"
          },
          "message": {
            "nullable": true
          },
          "data": {
            "nullable": true
          }
        },
        "required": [
          "statusKey"
        ]
      },
      "SDABRelationListResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "relationsId": {
                  "type": "integer"
                },
                "langId": {
                  "type": "integer"
                },
                "localRelationsDesc": {
                  "type": "string"
                },
                "self": {
                  "type": "boolean"
                },
                "_id": {
                  "type": "integer"
                },
                "_name": {
                  "type": "string"
                },
                "_local_name": {
                  "type": "string"
                },
                "_code": {
                  "type": "string"
                },
                "_value": {
                  "nullable": true
                }
              },
              "required": [
                "relationsId",
                "langId",
                "localRelationsDesc",
                "self",
                "_id",
                "_name",
                "_local_name",
                "_code"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "meta_country_list_responseResponse": {
        "type": "object",
        "properties": {
          "statusKey": {
            "type": "string"
          },
          "message": {
            "nullable": true
          },
          "data": {
            "nullable": true
          }
        },
        "required": [
          "statusKey"
        ]
      },
      "MetaDistrictListResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "stateId": {
                  "type": "integer"
                },
                "districtId": {
                  "type": "integer"
                },
                "districtDesc": {
                  "type": "string"
                },
                "languageId": {
                  "type": "integer"
                },
                "districtCode": {
                  "type": "string"
                },
                "appCountryName": {
                  "type": "boolean"
                }
              },
              "required": [
                "stateId",
                "districtId",
                "districtDesc",
                "languageId",
                "districtCode",
                "appCountryName"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "MetaDistrictListResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "IncomeSourceResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "languageId": {
                  "type": "integer"
                },
                "description": {
                  "type": "string"
                },
                "shortDesc": {
                  "type": "string"
                },
                "localName": {
                  "nullable": true
                },
                "sourceofIncomeId": {
                  "type": "integer"
                },
                "_id": {
                  "type": "integer"
                },
                "_name": {
                  "type": "string"
                },
                "_local_name": {
                  "nullable": true
                },
                "_code": {
                  "type": "string"
                },
                "_value": {
                  "nullable": true
                }
              },
              "required": [
                "languageId",
                "description",
                "shortDesc",
                "sourceofIncomeId",
                "_id",
                "_name",
                "_code"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "IncomeSourceRequest": {
        "type": "object",
        "properties": {}
      },
      "SDABServiceProviderResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "applicationCountryId": {
                  "type": "integer"
                },
                "routingCountryId": {
                  "type": "integer"
                },
                "serviceGroupId": {
                  "type": "integer"
                },
                "serviceBankId": {
                  "type": "integer"
                },
                "serviceBankCode": {
                  "type": "string"
                },
                "serviceBankName": {
                  "type": "string"
                },
                "agentBankId": {
                  "nullable": true
                },
                "agentBankName": {
                  "nullable": true
                },
                "agentBankCode": {
                  "nullable": true
                },
                "bankBranchId": {
                  "nullable": true
                },
                "routingBranchId": {
                  "nullable": true
                },
                "branchFullName": {
                  "nullable": true
                },
                "amiecBranchCode": {
                  "nullable": true
                }
              },
              "required": [
                "applicationCountryId",
                "routingCountryId",
                "serviceGroupId",
                "serviceBankId",
                "serviceBankCode",
                "serviceBankName"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "SDABServiceProviderResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "branchListResponse": {
        "type": "object",
        "properties": {
          "statusKey": {
            "type": "string"
          },
          "message": {
            "nullable": true
          },
          "data": {
            "nullable": true
          }
        },
        "required": [
          "statusKey"
        ]
      },
      "branchListRequest": {
        "type": "object",
        "properties": {
          "userRewardId": {
            "type": "string"
          }
        },
        "required": [
          "userRewardId"
        ]
      },
      "PostFlexFieldModelResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "type": "string"
          },
          "message": {
            "type": "string"
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "type": "string"
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "integer"
                },
                "entityName": {
                  "type": "string"
                },
                "field": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "required": {
                      "type": "boolean"
                    },
                    "type": {
                      "type": "string"
                    },
                    "defaultValue": {
                      "type": "string"
                    },
                    "minLength": {
                      "type": "integer"
                    },
                    "maxLength": {
                      "type": "integer"
                    },
                    "validationRegex": {
                      "nullable": true
                    },
                    "label": {
                      "type": "string"
                    },
                    "possibleValues": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "integer"
                          },
                          "optLable": {
                            "type": "string"
                          },
                          "value": {
                            "type": "object",
                            "properties": {
                              "additionalBankRuleFiledId": {
                                "type": "integer"
                              },
                              "srlId": {
                                "type": "integer"
                              },
                              "amieceDescription": {
                                "type": "string"
                              },
                              "localName": {
                                "nullable": true
                              },
                              "amieceCode": {
                                "type": "string"
                              },
                              "indic": {
                                "nullable": true
                              },
                              "flexField1": {
                                "nullable": true
                              },
                              "_id": {
                                "type": "integer"
                              },
                              "_name": {
                                "type": "string"
                              },
                              "_local_name": {
                                "nullable": true
                              },
                              "_code": {
                                "nullable": true
                              },
                              "_value": {
                                "nullable": true
                              }
                            },
                            "required": [
                              "additionalBankRuleFiledId",
                              "srlId",
                              "amieceDescription",
                              "amieceCode",
                              "_id",
                              "_name"
                            ]
                          },
                          "localName": {
                            "nullable": true
                          },
                          "packageDescription": {
                            "nullable": true
                          },
                          "_id": {
                            "nullable": true
                          },
                          "_name": {
                            "type": "string"
                          },
                          "_local_name": {
                            "nullable": true
                          },
                          "_code": {
                            "type": "string"
                          },
                          "_value": {
                            "nullable": true
                          }
                        },
                        "required": [
                          "id",
                          "optLable",
                          "value",
                          "_name",
                          "_code"
                        ]
                      }
                    },
                    "dtoPath": {
                      "type": "string"
                    },
                    "additionalValidations": {
                      "type": "object",
                      "properties": {}
                    },
                    "minValue": {
                      "nullable": true
                    },
                    "maxValue": {
                      "nullable": true
                    },
                    "valueUnit": {
                      "nullable": true
                    },
                    "editable": {
                      "type": "boolean"
                    },
                    "apiOpts": {
                      "nullable": true
                    },
                    "groupName": {
                      "nullable": true
                    },
                    "groupStrategy": {
                      "nullable": true
                    },
                    "liveValidation": {
                      "nullable": true
                    },
                    "fieldInfo": {
                      "nullable": true
                    }
                  },
                  "required": [
                    "name",
                    "required",
                    "type",
                    "defaultValue",
                    "minLength",
                    "maxLength",
                    "label",
                    "possibleValues",
                    "dtoPath",
                    "additionalValidations",
                    "editable"
                  ]
                }
              },
              "required": [
                "id",
                "entityName",
                "field"
              ]
            }
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "nullable": true
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "exception",
          "message",
          "messageKey",
          "statusKey",
          "meta",
          "warningFlags",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "PostFlexFieldModelRequest": {
        "type": "object",
        "properties": {}
      },
      "RemittanceCartListResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "totalLocalAmount": {
                "type": "number"
              },
              "totalNetAmount": {
                "type": "number"
              },
              "totalTrnxFees": {
                "type": "number"
              },
              "totalLyltyPointAmt": {
                "type": "integer"
              },
              "totalLoyaltyPointAvaliable": {
                "type": "integer"
              },
              "totalNetCollectionAmount": {
                "type": "number"
              },
              "warnigMsg": {
                "type": "string"
              },
              "mapWarnigMsg": {
                "type": "object",
                "properties": {
                  "M": {
                    "type": "string"
                  }
                },
                "required": [
                  "M"
                ]
              },
              "configDto": {
                "type": "object",
                "properties": {
                  "cashLimit": {
                    "type": "integer"
                  },
                  "passportLimit": {
                    "type": "integer"
                  },
                  "gccLimit": {
                    "type": "integer"
                  },
                  "todayTrnxAmount": {
                    "type": "integer"
                  },
                  "totalLimit": {
                    "type": "integer"
                  }
                },
                "required": [
                  "cashLimit",
                  "passportLimit",
                  "gccLimit",
                  "todayTrnxAmount",
                  "totalLimit"
                ]
              },
              "civilIdOtpModel": {
                "nullable": true
              },
              "addToCart": {
                "type": "boolean"
              },
              "paymentModeList": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "paymentModeCode": {
                      "type": "string"
                    },
                    "paymentModeDesc": {
                      "type": "string"
                    },
                    "type": {
                      "nullable": true
                    }
                  },
                  "required": [
                    "paymentModeCode",
                    "paymentModeDesc"
                  ]
                }
              },
              "totalTrnxFeesStr": {
                "type": "string"
              },
              "booWuTc": {
                "type": "boolean"
              },
              "totalNetTrnxFeesStr": {
                "type": "string"
              },
              "totalBankRebateCommAmt": {
                "type": "number"
              },
              "totalBankRebateCommAmtStr": {
                "type": "string"
              },
              "otherCharges": {
                "type": "integer"
              },
              "otherChargesStr": {
                "type": "string"
              },
              "otherChargesLabel": {
                "nullable": true
              },
              "vat": {
                "type": "boolean"
              },
              "vatPercentage": {
                "nullable": true
              },
              "cheqAppl": {
                "nullable": true
              },
              "remitDto": {
                "nullable": true
              },
              "termsConditionsFlags": {
                "nullable": true
              },
              "totalpromotionDiscount": {
                "type": "integer"
              },
              "totalpromotionDiscountStr": {
                "type": "string"
              },
              "totalCouponDiscount": {
                "type": "integer"
              },
              "shoppingCartDetails": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "remittanceApplicationId": {
                      "type": "integer"
                    },
                    "companyId": {
                      "type": "integer"
                    },
                    "documentFinanceYear": {
                      "type": "integer"
                    },
                    "documentId": {
                      "type": "integer"
                    },
                    "beneficiaryId": {
                      "type": "integer"
                    },
                    "beneficiaryName": {
                      "type": "string"
                    },
                    "beneficiaryBank": {
                      "type": "string"
                    },
                    "beneficiaryBranch": {
                      "type": "string"
                    },
                    "beneficiaryAccountNo": {
                      "type": "string"
                    },
                    "beneficiaryInterBankOne": {
                      "nullable": true
                    },
                    "beneficiaryInterBankTwo": {
                      "nullable": true
                    },
                    "beneficiarySwiftBankOne": {
                      "nullable": true
                    },
                    "beneficiarySwiftBankTwo": {
                      "nullable": true
                    },
                    "isActive": {
                      "type": "string"
                    },
                    "beneficiaryFirstName": {
                      "type": "string"
                    },
                    "beneficiarySecondName": {
                      "type": "string"
                    },
                    "beneficiaryThirdName": {
                      "type": "string"
                    },
                    "beneficiaryFourthName": {
                      "nullable": true
                    },
                    "foreignTranxAmount": {
                      "type": "number"
                    },
                    "foreignTranxAmountStr": {
                      "type": "string"
                    },
                    "localTranxAmount": {
                      "type": "number"
                    },
                    "localCommisionAmount": {
                      "type": "number"
                    },
                    "localChargeAmount": {
                      "type": "number"
                    },
                    "localDeliveryAmount": {
                      "type": "integer"
                    },
                    "localNextTranxAmount": {
                      "type": "number"
                    },
                    "applicationType": {
                      "type": "string"
                    },
                    "exchangeRateApplied": {
                      "type": "number"
                    },
                    "customerId": {
                      "type": "integer"
                    },
                    "selectedrecord": {
                      "type": "boolean"
                    },
                    "applicationDetailsId": {
                      "type": "integer"
                    },
                    "documentNo": {
                      "type": "integer"
                    },
                    "foreigncurrency": {
                      "type": "integer"
                    },
                    "localcurrency": {
                      "type": "integer"
                    },
                    "foreignCurrencyDesc": {
                      "type": "string"
                    },
                    "spldeal": {
                      "nullable": true
                    },
                    "spldealStatus": {
                      "type": "string"
                    },
                    "applicationTypeDesc": {
                      "type": "string"
                    },
                    "loyaltsPointencahsed": {
                      "type": "integer"
                    },
                    "loyaltsPointIndicator": {
                      "type": "string"
                    },
                    "amtbCouponencahsed": {
                      "nullable": true
                    },
                    "booRenderCheckBox": {
                      "nullable": true
                    },
                    "sourceOfIncomeDesc": {
                      "type": "string"
                    },
                    "deliveryDesc": {
                      "type": "string"
                    },
                    "remittanceDesc": {
                      "type": "string"
                    },
                    "purposeOfTrnx": {
                      "type": "string"
                    },
                    "routingBank": {
                      "type": "string"
                    },
                    "remittanceAppBeneficiaryId": {
                      "nullable": true
                    },
                    "beneRelationseqId": {
                      "type": "integer"
                    },
                    "sourceOfIncomeId": {
                      "type": "integer"
                    },
                    "purposeOfTrnxId": {
                      "nullable": true
                    },
                    "domXRate": {
                      "type": "number"
                    },
                    "domXRateStr": {
                      "type": "string"
                    },
                    "customerSignatureString": {
                      "nullable": true
                    },
                    "localCurrencyCode": {
                      "type": "string"
                    },
                    "foreignCurrencyCode": {
                      "type": "string"
                    },
                    "applicationTypeFlag": {
                      "nullable": true
                    },
                    "routingBankId": {
                      "type": "integer"
                    },
                    "bankIndicator": {
                      "type": "string"
                    },
                    "localCommisionAmountStr": {
                      "type": "string"
                    },
                    "promotionDiscount": {
                      "type": "integer"
                    },
                    "promotionDiscountStr": {
                      "type": "string"
                    },
                    "wuSendMsg": {
                      "nullable": true
                    },
                    "totalNetTrnxFeesStr": {
                      "type": "string"
                    },
                    "otherChargesStr": {
                      "type": "string"
                    },
                    "otherChargesLabel": {
                      "nullable": true
                    },
                    "bankRebateComm": {
                      "type": "integer"
                    },
                    "bankRebateCommStr": {
                      "type": "string"
                    },
                    "fcBonusAmount": {
                      "type": "integer"
                    },
                    "fcBonusAmountStr": {
                      "type": "string"
                    },
                    "lcBonusAmount": {
                      "nullable": true
                    },
                    "lcBonusAmountStr": {
                      "nullable": true
                    },
                    "fcTrnxAmountBeforeBonus": {
                      "type": "number"
                    },
                    "fcTrnxAmountBeforeBonusStr": {
                      "type": "string"
                    },
                    "fcTrnxAmountWithBonus": {
                      "type": "number"
                    },
                    "fcTrnxAmountWithBonusStr": {
                      "type": "string"
                    },
                    "isFcBonusApplied": {
                      "type": "boolean"
                    },
                    "exchangeBonusRate": {
                      "type": "integer"
                    },
                    "domXBonusRate": {
                      "type": "integer"
                    },
                    "domXBonusRateStr": {
                      "type": "string"
                    },
                    "remitAppIdHashValue": {
                      "type": "string"
                    },
                    "beneficialOwnerId": {
                      "nullable": true
                    },
                    "flexFieldData": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "field": {
                            "nullable": true
                          },
                          "value": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "value"
                        ]
                      }
                    },
                    "instruction": {
                      "type": "string"
                    },
                    "companyName": {
                      "nullable": true
                    },
                    "custName": {
                      "type": "string"
                    },
                    "identityTypeData": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "field": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "field",
                          "value"
                        ]
                      }
                    },
                    "branchName": {
                      "type": "string"
                    },
                    "applCreationTime": {
                      "type": "integer"
                    },
                    "beneCountry": {
                      "type": "string"
                    },
                    "beneBankSwiftCode": {
                      "type": "string"
                    },
                    "emosId": {
                      "type": "integer"
                    },
                    "trnxExpirationDate": {
                      "nullable": true
                    },
                    "trnxStartDate": {
                      "nullable": true
                    },
                    "applPaymentType": {
                      "nullable": true
                    },
                    "bankCode": {
                      "type": "string"
                    },
                    "hvPrimaryRmId": {
                      "nullable": true
                    },
                    "hvCreatedRmId": {
                      "nullable": true
                    }
                  },
                  "required": [
                    "remittanceApplicationId",
                    "companyId",
                    "documentFinanceYear",
                    "documentId",
                    "beneficiaryId",
                    "beneficiaryName",
                    "beneficiaryBank",
                    "beneficiaryBranch",
                    "beneficiaryAccountNo",
                    "isActive",
                    "beneficiaryFirstName",
                    "beneficiarySecondName",
                    "beneficiaryThirdName",
                    "foreignTranxAmount",
                    "foreignTranxAmountStr",
                    "localTranxAmount",
                    "localCommisionAmount",
                    "localChargeAmount",
                    "localDeliveryAmount",
                    "localNextTranxAmount",
                    "applicationType",
                    "exchangeRateApplied",
                    "customerId",
                    "selectedrecord",
                    "applicationDetailsId",
                    "documentNo",
                    "foreigncurrency",
                    "localcurrency",
                    "foreignCurrencyDesc",
                    "spldealStatus",
                    "applicationTypeDesc",
                    "loyaltsPointencahsed",
                    "loyaltsPointIndicator",
                    "sourceOfIncomeDesc",
                    "deliveryDesc",
                    "remittanceDesc",
                    "purposeOfTrnx",
                    "routingBank",
                    "beneRelationseqId",
                    "sourceOfIncomeId",
                    "domXRate",
                    "domXRateStr",
                    "localCurrencyCode",
                    "foreignCurrencyCode",
                    "routingBankId",
                    "bankIndicator",
                    "localCommisionAmountStr",
                    "promotionDiscount",
                    "promotionDiscountStr",
                    "totalNetTrnxFeesStr",
                    "otherChargesStr",
                    "bankRebateComm",
                    "bankRebateCommStr",
                    "fcBonusAmount",
                    "fcBonusAmountStr",
                    "fcTrnxAmountBeforeBonus",
                    "fcTrnxAmountBeforeBonusStr",
                    "fcTrnxAmountWithBonus",
                    "fcTrnxAmountWithBonusStr",
                    "isFcBonusApplied",
                    "exchangeBonusRate",
                    "domXBonusRate",
                    "domXBonusRateStr",
                    "remitAppIdHashValue",
                    "flexFieldData",
                    "instruction",
                    "custName",
                    "identityTypeData",
                    "branchName",
                    "applCreationTime",
                    "beneCountry",
                    "beneBankSwiftCode",
                    "emosId",
                    "bankCode"
                  ]
                }
              },
              "placeOrderApplList": {
                "nullable": true
              },
              "paymentLinkAppDto": {
                "nullable": true
              }
            },
            "required": [
              "totalLocalAmount",
              "totalNetAmount",
              "totalTrnxFees",
              "totalLyltyPointAmt",
              "totalLoyaltyPointAvaliable",
              "totalNetCollectionAmount",
              "warnigMsg",
              "mapWarnigMsg",
              "configDto",
              "addToCart",
              "paymentModeList",
              "totalTrnxFeesStr",
              "booWuTc",
              "totalNetTrnxFeesStr",
              "totalBankRebateCommAmt",
              "totalBankRebateCommAmtStr",
              "otherCharges",
              "otherChargesStr",
              "vat",
              "totalpromotionDiscount",
              "totalpromotionDiscountStr",
              "totalCouponDiscount",
              "shoppingCartDetails"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "DynamicResponseResponse": {
        "type": "object",
        "properties": {
          "statusKey": {
            "type": "string"
          },
          "message": {
            "nullable": true
          },
          "data": {
            "nullable": true
          }
        },
        "required": [
          "statusKey"
        ]
      },
      "DynamicResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "RemoveApplicationResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "totalLocalAmount": {
                "type": "integer"
              },
              "totalNetAmount": {
                "type": "integer"
              },
              "totalTrnxFees": {
                "type": "integer"
              },
              "totalLyltyPointAmt": {
                "type": "integer"
              },
              "totalLoyaltyPointAvaliable": {
                "type": "integer"
              },
              "totalNetCollectionAmount": {
                "type": "integer"
              },
              "warnigMsg": {
                "nullable": true
              },
              "mapWarnigMsg": {
                "type": "object",
                "properties": {}
              },
              "configDto": {
                "type": "object",
                "properties": {
                  "cashLimit": {
                    "type": "integer"
                  },
                  "passportLimit": {
                    "type": "integer"
                  },
                  "gccLimit": {
                    "type": "integer"
                  },
                  "todayTrnxAmount": {
                    "type": "integer"
                  },
                  "totalLimit": {
                    "type": "integer"
                  }
                },
                "required": [
                  "cashLimit",
                  "passportLimit",
                  "gccLimit",
                  "todayTrnxAmount",
                  "totalLimit"
                ]
              },
              "civilIdOtpModel": {
                "nullable": true
              },
              "addToCart": {
                "type": "boolean"
              },
              "paymentModeList": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "paymentModeCode": {
                      "type": "string"
                    },
                    "paymentModeDesc": {
                      "type": "string"
                    },
                    "type": {
                      "nullable": true
                    }
                  },
                  "required": [
                    "paymentModeCode",
                    "paymentModeDesc"
                  ]
                }
              },
              "totalTrnxFeesStr": {
                "nullable": true
              },
              "booWuTc": {
                "type": "boolean"
              },
              "totalNetTrnxFeesStr": {
                "nullable": true
              },
              "totalBankRebateCommAmt": {
                "type": "integer"
              },
              "totalBankRebateCommAmtStr": {
                "nullable": true
              },
              "otherCharges": {
                "type": "integer"
              },
              "otherChargesStr": {
                "nullable": true
              },
              "otherChargesLabel": {
                "nullable": true
              },
              "vat": {
                "type": "boolean"
              },
              "vatPercentage": {
                "nullable": true
              },
              "cheqAppl": {
                "nullable": true
              },
              "remitDto": {
                "nullable": true
              },
              "termsConditionsFlags": {
                "nullable": true
              },
              "totalpromotionDiscount": {
                "type": "integer"
              },
              "totalpromotionDiscountStr": {
                "nullable": true
              },
              "totalCouponDiscount": {
                "type": "integer"
              },
              "shoppingCartDetails": {
                "nullable": true
              },
              "placeOrderApplList": {
                "nullable": true
              },
              "paymentLinkAppDto": {
                "nullable": true
              }
            },
            "required": [
              "totalLocalAmount",
              "totalNetAmount",
              "totalTrnxFees",
              "totalLyltyPointAmt",
              "totalLoyaltyPointAvaliable",
              "totalNetCollectionAmount",
              "mapWarnigMsg",
              "configDto",
              "addToCart",
              "paymentModeList",
              "booWuTc",
              "totalBankRebateCommAmt",
              "otherCharges",
              "vat",
              "totalpromotionDiscount",
              "totalCouponDiscount"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "RemoveApplicationResponseRequest": {
        "type": "object",
        "properties": {
          "appId": {
            "type": "string"
          },
          "hashValue": {
            "type": "string"
          }
        },
        "required": [
          "appId",
          "hashValue"
        ]
      },
      "BeneficiaryInfoModelResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "beneficiaryDto": {
                "type": "object",
                "properties": {
                  "idNo": {
                    "type": "integer"
                  },
                  "beneficaryMasterSeqId": {
                    "type": "integer"
                  },
                  "applicationCountryId": {
                    "type": "integer"
                  },
                  "firstName": {
                    "type": "string"
                  },
                  "secondName": {
                    "type": "string"
                  },
                  "thirdName": {
                    "nullable": true
                  },
                  "fourthName": {
                    "nullable": true
                  },
                  "fiftheName": {
                    "nullable": true
                  },
                  "firstNameLocal": {
                    "nullable": true
                  },
                  "secondNameLocal": {
                    "nullable": true
                  },
                  "thirdNameLocal": {
                    "nullable": true
                  },
                  "fourthNameLocal": {
                    "nullable": true
                  },
                  "fifthNameLocal": {
                    "nullable": true
                  },
                  "benificaryStatusId": {
                    "type": "integer"
                  },
                  "nationality": {
                    "type": "string"
                  },
                  "nationalityName": {
                    "type": "string"
                  },
                  "dateOfBirth": {
                    "nullable": true
                  },
                  "yearOfBirth": {
                    "nullable": true
                  },
                  "age": {
                    "nullable": true
                  },
                  "occupation": {
                    "nullable": true
                  },
                  "stateId": {
                    "type": "string"
                  },
                  "districtId": {
                    "type": "integer"
                  },
                  "cityId": {
                    "nullable": true
                  },
                  "stateName": {
                    "type": "string"
                  },
                  "districtName": {
                    "type": "string"
                  },
                  "cityName": {
                    "nullable": true
                  },
                  "noOfRemittance": {
                    "nullable": true
                  },
                  "isActive": {
                    "type": "string"
                  },
                  "createdBy": {
                    "type": "string"
                  },
                  "createdDate": {
                    "type": "integer"
                  },
                  "modifiedBy": {
                    "nullable": true
                  },
                  "modifiedDate": {
                    "nullable": true
                  },
                  "benificaryStatusName": {
                    "type": "string"
                  },
                  "remarks": {
                    "nullable": true
                  },
                  "bankName": {
                    "type": "string"
                  },
                  "bankBranchName": {
                    "type": "string"
                  },
                  "bankAccountNumber": {
                    "type": "string"
                  },
                  "currencyId": {
                    "type": "integer"
                  },
                  "accountStatus": {
                    "type": "string"
                  },
                  "branchCode": {
                    "type": "integer"
                  },
                  "bankCode": {
                    "type": "string"
                  },
                  "serviceProvider": {
                    "nullable": true
                  },
                  "serviceGroupId": {
                    "type": "integer"
                  },
                  "relationShipName": {
                    "type": "string"
                  },
                  "relationShipId": {
                    "type": "integer"
                  },
                  "benificaryName": {
                    "type": "string"
                  },
                  "customerId": {
                    "type": "integer"
                  },
                  "arbenificaryName": {
                    "nullable": true
                  },
                  "bankId": {
                    "type": "integer"
                  },
                  "currencyName": {
                    "type": "string"
                  },
                  "branchId": {
                    "type": "integer"
                  },
                  "serviceGroupCode": {
                    "type": "string"
                  },
                  "currencyQuoteName": {
                    "type": "string"
                  },
                  "beneficiaryAccountSeqId": {
                    "type": "integer"
                  },
                  "beneficiaryRelationShipSeqId": {
                    "type": "integer"
                  },
                  "countryId": {
                    "type": "integer"
                  },
                  "countryName": {
                    "type": "string"
                  },
                  "benificaryCountry": {
                    "type": "integer"
                  },
                  "benificaryBankCountryName": {
                    "type": "string"
                  },
                  "mapSequenceId": {
                    "type": "integer"
                  },
                  "lastJavaRemittance": {
                    "type": "integer"
                  },
                  "lastEmosRemittance": {
                    "type": "integer"
                  },
                  "creationType": {
                    "nullable": true
                  },
                  "bankAccountTypeId": {
                    "type": "integer"
                  },
                  "swiftBic": {
                    "nullable": true
                  },
                  "buildingNo": {
                    "nullable": true
                  },
                  "flatNo": {
                    "nullable": true
                  },
                  "streetNo": {
                    "nullable": true
                  },
                  "totalTrnx": {
                    "type": "integer"
                  },
                  "orsStatus": {
                    "type": "integer"
                  },
                  "languageId": {
                    "type": "integer"
                  },
                  "beneficiaryErrorStatus": {
                    "type": "array",
                    "items": {}
                  },
                  "serviceGroupName": {
                    "type": "string"
                  },
                  "myFavouriteBene": {
                    "nullable": true
                  },
                  "bankShortNames": {
                    "type": "string"
                  },
                  "canTransact": {
                    "type": "boolean"
                  },
                  "beneStatusDto": {
                    "nullable": true
                  },
                  "updateBeneStatus": {
                    "nullable": true
                  },
                  "mobileNumber": {
                    "type": "string"
                  },
                  "countryTelCode": {
                    "nullable": true
                  },
                  "bankLocalName": {
                    "nullable": true
                  },
                  "ibanNumber": {
                    "nullable": true
                  },
                  "institutionCategoryId": {
                    "nullable": true
                  },
                  "institutionName": {
                    "nullable": true
                  },
                  "institutionNameLocal": {
                    "nullable": true
                  },
                  "branchIfsc": {
                    "nullable": true
                  },
                  "routingId": {
                    "nullable": true
                  },
                  "beneBankAccountNumber": {
                    "type": "string"
                  },
                  "agentTownName": {
                    "nullable": true
                  },
                  "agentCityId": {
                    "nullable": true
                  },
                  "agentStateId": {
                    "nullable": true
                  },
                  "townId": {
                    "nullable": true
                  },
                  "accountNumber": {
                    "type": "string"
                  },
                  "bankStatus": {
                    "type": "string"
                  },
                  "bankBranchStatus": {
                    "type": "string"
                  },
                  "beneNameEdit": {
                    "type": "boolean"
                  },
                  "reasonCodeDesc": {
                    "nullable": true
                  },
                  "lastActionBy": {
                    "nullable": true
                  },
                  "beneStatusNameNew": {
                    "type": "string"
                  },
                  "isBeneStatusValid": {
                    "type": "string"
                  },
                  "isNationalIdValid": {
                    "type": "string"
                  },
                  "isHomeCountyValid": {
                    "type": "string"
                  },
                  "isCountyAcctTypeValid": {
                    "type": "string"
                  },
                  "sourOfIncomeId": {
                    "nullable": true
                  },
                  "localTrnxAmount": {
                    "nullable": true
                  },
                  "collectionDocNo": {
                    "nullable": true
                  },
                  "collectionDocFYear": {
                    "nullable": true
                  },
                  "createdDateStr": {
                    "nullable": true
                  },
                  "documentDateStr": {
                    "nullable": true
                  },
                  "fcTrnxAmount": {
                    "nullable": true
                  },
                  "relCreatedBy": {
                    "type": "string"
                  },
                  "institutionBankCode": {
                    "nullable": true
                  },
                  "transitNumber": {
                    "nullable": true
                  },
                  "predictionId": {
                    "nullable": true
                  },
                  "updateNeeded": {
                    "type": "boolean"
                  },
                  "stateIdBigDecimal": {
                    "type": "integer"
                  },
                  "cityIdBigDecimal": {
                    "nullable": true
                  },
                  "districtRequired": {
                    "type": "boolean"
                  },
                  "_id": {
                    "nullable": true
                  },
                  "_name": {
                    "nullable": true
                  },
                  "_local_name": {
                    "nullable": true
                  },
                  "_code": {
                    "nullable": true
                  },
                  "_value": {
                    "nullable": true
                  },
                  "_is_deactive": {
                    "type": "boolean"
                  },
                  "_is_favourite": {
                    "type": "boolean"
                  },
                  "_is_hold": {
                    "type": "boolean"
                  },
                  "_is_pending": {
                    "type": "boolean"
                  },
                  "_is_active": {
                    "type": "boolean"
                  },
                  "_is_disabled": {
                    "type": "boolean"
                  }
                },
                "required": [
                  "idNo",
                  "beneficaryMasterSeqId",
                  "applicationCountryId",
                  "firstName",
                  "secondName",
                  "benificaryStatusId",
                  "nationality",
                  "nationalityName",
                  "stateId",
                  "districtId",
                  "stateName",
                  "districtName",
                  "isActive",
                  "createdBy",
                  "createdDate",
                  "benificaryStatusName",
                  "bankName",
                  "bankBranchName",
                  "bankAccountNumber",
                  "currencyId",
                  "accountStatus",
                  "branchCode",
                  "bankCode",
                  "serviceGroupId",
                  "relationShipName",
                  "relationShipId",
                  "benificaryName",
                  "customerId",
                  "bankId",
                  "currencyName",
                  "branchId",
                  "serviceGroupCode",
                  "currencyQuoteName",
                  "beneficiaryAccountSeqId",
                  "beneficiaryRelationShipSeqId",
                  "countryId",
                  "countryName",
                  "benificaryCountry",
                  "benificaryBankCountryName",
                  "mapSequenceId",
                  "lastJavaRemittance",
                  "lastEmosRemittance",
                  "bankAccountTypeId",
                  "totalTrnx",
                  "orsStatus",
                  "languageId",
                  "beneficiaryErrorStatus",
                  "serviceGroupName",
                  "bankShortNames",
                  "canTransact",
                  "mobileNumber",
                  "beneBankAccountNumber",
                  "accountNumber",
                  "bankStatus",
                  "bankBranchStatus",
                  "beneNameEdit",
                  "beneStatusNameNew",
                  "isBeneStatusValid",
                  "isNationalIdValid",
                  "isHomeCountyValid",
                  "isCountyAcctTypeValid",
                  "relCreatedBy",
                  "updateNeeded",
                  "stateIdBigDecimal",
                  "districtRequired",
                  "_is_deactive",
                  "_is_favourite",
                  "_is_hold",
                  "_is_pending",
                  "_is_active",
                  "_is_disabled"
                ]
              },
              "trnxHistDto": {
                "type": "object",
                "properties": {
                  "idno": {
                    "type": "integer"
                  },
                  "customerReference": {
                    "type": "integer"
                  },
                  "documentNumber": {
                    "type": "integer"
                  },
                  "beneficaryAccountNumber": {
                    "type": "string"
                  },
                  "beneficaryBankName": {
                    "type": "string"
                  },
                  "beneficaryBranchName": {
                    "type": "string"
                  },
                  "beneficaryName": {
                    "type": "string"
                  },
                  "beneficaryCorespondingBankName": {
                    "type": "string"
                  },
                  "documentDate": {
                    "type": "integer"
                  },
                  "documentFinanceYear": {
                    "type": "integer"
                  },
                  "documentCode": {
                    "type": "integer"
                  },
                  "foreignCurrencyCode": {
                    "type": "string"
                  },
                  "foreignTransactionAmount": {
                    "type": "integer"
                  },
                  "currencyQuoteName": {
                    "type": "string"
                  },
                  "serviceDescription": {
                    "type": "string"
                  },
                  "transactionStatusDesc": {
                    "nullable": true
                  },
                  "transactionTypeDesc": {
                    "type": "string"
                  },
                  "collectionDocumentNo": {
                    "type": "integer"
                  },
                  "collectionDocumentCode": {
                    "type": "integer"
                  },
                  "collectionDocumentFinYear": {
                    "type": "integer"
                  },
                  "branchDesc": {
                    "type": "string"
                  },
                  "trnxIdNumber": {
                    "nullable": true
                  },
                  "customerId": {
                    "type": "integer"
                  },
                  "applicationCountryId": {
                    "nullable": true
                  },
                  "companyId": {
                    "nullable": true
                  },
                  "currencyId": {
                    "nullable": true
                  },
                  "languageId": {
                    "nullable": true
                  },
                  "beneficiaryRelationSeqId": {
                    "type": "integer"
                  },
                  "localTrnxAmount": {
                    "type": "integer"
                  },
                  "sourceOfIncomeId": {
                    "type": "integer"
                  },
                  "purposeOfTrnx": {
                    "type": "string"
                  },
                  "beneficiaryErrorStatus": {
                    "nullable": true
                  },
                  "transactionReference": {
                    "nullable": true
                  },
                  "bankRuleFieldId": {
                    "nullable": true
                  },
                  "srlId": {
                    "nullable": true
                  },
                  "beneIsActive": {
                    "nullable": true
                  },
                  "exRateApplied": {
                    "type": "number"
                  },
                  "exRateReversed": {
                    "nullable": true
                  },
                  "receiptNumber": {
                    "nullable": true
                  },
                  "receiptType": {
                    "nullable": true
                  },
                  "mtcnNumber": {
                    "type": "string"
                  }
                },
                "required": [
                  "idno",
                  "customerReference",
                  "documentNumber",
                  "beneficaryAccountNumber",
                  "beneficaryBankName",
                  "beneficaryBranchName",
                  "beneficaryName",
                  "beneficaryCorespondingBankName",
                  "documentDate",
                  "documentFinanceYear",
                  "documentCode",
                  "foreignCurrencyCode",
                  "foreignTransactionAmount",
                  "currencyQuoteName",
                  "serviceDescription",
                  "transactionTypeDesc",
                  "collectionDocumentNo",
                  "collectionDocumentCode",
                  "collectionDocumentFinYear",
                  "branchDesc",
                  "customerId",
                  "beneficiaryRelationSeqId",
                  "localTrnxAmount",
                  "sourceOfIncomeId",
                  "purposeOfTrnx",
                  "exRateApplied",
                  "mtcnNumber"
                ]
              },
              "serviceProviderBankCode": {
                "nullable": true
              },
              "forCur": {
                "type": "object",
                "properties": {
                  "currencyId": {
                    "type": "integer"
                  },
                  "currencyCode": {
                    "type": "string"
                  },
                  "currencyName": {
                    "type": "string"
                  },
                  "quoteName": {
                    "type": "string"
                  },
                  "countryId": {
                    "type": "integer"
                  },
                  "fundMinRate": {
                    "type": "number"
                  },
                  "fundMaxRate": {
                    "type": "number"
                  },
                  "cashBuyMinRate": {
                    "nullable": true
                  },
                  "cashBuyMaxRate": {
                    "nullable": true
                  },
                  "cashSellMinRate": {
                    "nullable": true
                  },
                  "cashSellMaxRate": {
                    "nullable": true
                  },
                  "cashRateTolerance": {
                    "nullable": true
                  },
                  "cbkBuyRate": {
                    "nullable": true
                  },
                  "cbkSellRate": {
                    "nullable": true
                  },
                  "defaultVal": {
                    "type": "boolean"
                  },
                  "decimalNumber": {
                    "type": "integer"
                  }
                },
                "required": [
                  "currencyId",
                  "currencyCode",
                  "currencyName",
                  "quoteName",
                  "countryId",
                  "fundMinRate",
                  "fundMaxRate",
                  "defaultVal",
                  "decimalNumber"
                ]
              },
              "placeOrderDTO": {
                "nullable": true
              },
              "domCur": {
                "type": "object",
                "properties": {
                  "currencyId": {
                    "type": "integer"
                  },
                  "currencyCode": {
                    "type": "string"
                  },
                  "currencyName": {
                    "type": "string"
                  },
                  "quoteName": {
                    "type": "string"
                  },
                  "countryId": {
                    "type": "integer"
                  },
                  "fundMinRate": {
                    "nullable": true
                  },
                  "fundMaxRate": {
                    "nullable": true
                  },
                  "cashBuyMinRate": {
                    "nullable": true
                  },
                  "cashBuyMaxRate": {
                    "nullable": true
                  },
                  "cashSellMinRate": {
                    "nullable": true
                  },
                  "cashSellMaxRate": {
                    "nullable": true
                  },
                  "cashRateTolerance": {
                    "nullable": true
                  },
                  "cbkBuyRate": {
                    "nullable": true
                  },
                  "cbkSellRate": {
                    "nullable": true
                  },
                  "defaultVal": {
                    "type": "boolean"
                  },
                  "decimalNumber": {
                    "type": "integer"
                  }
                },
                "required": [
                  "currencyId",
                  "currencyCode",
                  "currencyName",
                  "quoteName",
                  "countryId",
                  "defaultVal",
                  "decimalNumber"
                ]
              },
              "loyalityPointState": {
                "type": "string"
              },
              "packages": {
                "type": "array",
                "items": {}
              },
              "sourceOfIncomeId": {
                "type": "integer"
              }
            },
            "required": [
              "beneficiaryDto",
              "trnxHistDto",
              "forCur",
              "domCur",
              "loyalityPointState",
              "packages",
              "sourceOfIncomeId"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "BeneficiaryInfoModelRequest": {
        "type": "object",
        "properties": {
          "beneId": {
            "type": "string"
          },
          "transactionId": {
            "type": "string"
          },
          "placeorderId": {
            "type": "string"
          },
          "currencyId": {
            "type": "string"
          },
          "countryId": {
            "type": "string"
          }
        },
        "required": [
          "beneId",
          "transactionId",
          "placeorderId",
          "currencyId",
          "countryId"
        ]
      },
      "PreFlexfieldModelResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "fcAmount": {
                "type": "integer"
              },
              "requiredFlexFields": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "nullable": true
                    },
                    "entityName": {
                      "type": "string"
                    },
                    "field": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "required": {
                          "type": "boolean"
                        },
                        "type": {
                          "type": "string"
                        },
                        "defaultValue": {
                          "nullable": true
                        },
                        "minLength": {
                          "type": "integer"
                        },
                        "maxLength": {
                          "type": "integer"
                        },
                        "validationRegex": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "key": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              },
                              "description": {
                                "nullable": true
                              }
                            },
                            "required": [
                              "key",
                              "value"
                            ]
                          }
                        },
                        "label": {
                          "type": "string"
                        },
                        "possibleValues": {
                          "nullable": true
                        },
                        "dtoPath": {
                          "type": "string"
                        },
                        "additionalValidations": {
                          "type": "object",
                          "properties": {}
                        },
                        "minValue": {
                          "nullable": true
                        },
                        "maxValue": {
                          "nullable": true
                        },
                        "valueUnit": {
                          "nullable": true
                        },
                        "editable": {
                          "type": "boolean"
                        },
                        "apiOpts": {
                          "nullable": true
                        },
                        "groupName": {
                          "nullable": true
                        },
                        "groupStrategy": {
                          "nullable": true
                        },
                        "liveValidation": {
                          "type": "object",
                          "properties": {
                            "key": {
                              "type": "string"
                            },
                            "params": {
                              "type": "object",
                              "properties": {
                                "benificaryCountry": {
                                  "type": "integer"
                                }
                              },
                              "required": [
                                "benificaryCountry"
                              ]
                            }
                          },
                          "required": [
                            "key",
                            "params"
                          ]
                        },
                        "fieldInfo": {
                          "nullable": true
                        }
                      },
                      "required": [
                        "name",
                        "required",
                        "type",
                        "minLength",
                        "maxLength",
                        "validationRegex",
                        "label",
                        "dtoPath",
                        "additionalValidations",
                        "editable",
                        "liveValidation"
                      ]
                    }
                  },
                  "required": [
                    "entityName",
                    "field"
                  ]
                }
              },
              "packageDescription": {
                "nullable": true
              },
              "preFlexCallComplete": {
                "type": "boolean"
              },
              "header": {
                "type": "string"
              },
              "successMessage": {
                "nullable": true
              }
            },
            "required": [
              "fcAmount",
              "requiredFlexFields",
              "preFlexCallComplete",
              "header"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "PreFlexfieldModelRequest": {
        "type": "object",
        "properties": {}
      },
      "RemittanceCartListResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "ValidateRepeatCartResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "string"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "type": "string"
          },
          "exception": {
            "type": "string"
          },
          "message": {
            "type": "string"
          },
          "warningKey": {
            "type": "string"
          },
          "path": {
            "type": "string"
          },
          "redirectUrl": {
            "type": "string"
          },
          "messageKey": {
            "type": "string"
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "type": "string"
          },
          "errors": {
            "type": "string"
          },
          "warnings": {
            "type": "string"
          },
          "logs": {
            "type": "string"
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "string"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "responseLst": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "sourceOfFund": {
                      "type": "string"
                    },
                    "localAmount": {
                      "type": "string"
                    },
                    "foreignAmount": {
                      "type": "string"
                    },
                    "availLoyalityPoints": {
                      "type": "string"
                    },
                    "domXRate": {
                      "type": "string"
                    },
                    "settlementAmount": {
                      "type": "string"
                    },
                    "remitMode": {
                      "type": "string"
                    },
                    "beneId": {
                      "type": "string"
                    },
                    "additionalBankRuleFiledId": {
                      "type": "string"
                    },
                    "srlId": {
                      "type": "string"
                    },
                    "flexFields": {
                      "type": "string"
                    },
                    "flexFieldDtoMap": {
                      "type": "object",
                      "properties": {
                        "INDIC1": {
                          "type": "object",
                          "properties": {
                            "additionalBankRuleFiledId": {
                              "type": "string"
                            },
                            "srlId": {
                              "type": "string"
                            },
                            "amieceDescription": {
                              "type": "string"
                            },
                            "localName": {
                              "type": "string"
                            },
                            "amieceCode": {
                              "type": "string"
                            },
                            "indic": {
                              "type": "string"
                            },
                            "flexField1": {
                              "type": "string"
                            },
                            "_id": {
                              "type": "string"
                            },
                            "_name": {
                              "type": "string"
                            },
                            "_local_name": {
                              "type": "string"
                            },
                            "_code": {
                              "type": "string"
                            },
                            "_value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "additionalBankRuleFiledId",
                            "srlId",
                            "amieceDescription",
                            "localName",
                            "amieceCode",
                            "indic",
                            "flexField1",
                            "_id",
                            "_name",
                            "_local_name",
                            "_code",
                            "_value"
                          ]
                        }
                      },
                      "required": [
                        "INDIC1"
                      ]
                    },
                    "additionalFields": {
                      "type": "object",
                      "properties": {
                        "BENE_ZIP_CODE": {
                          "type": "string"
                        },
                        "INSTRUCTION": {
                          "type": "string"
                        },
                        "BENE_HOUSE_NO": {
                          "type": "string"
                        },
                        "BENE_FLAT_NO": {
                          "type": "string"
                        },
                        "BENE_STREET_NO": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "BENE_ZIP_CODE",
                        "INSTRUCTION",
                        "BENE_HOUSE_NO",
                        "BENE_FLAT_NO",
                        "BENE_STREET_NO"
                      ]
                    },
                    "purposeOfTrnxId": {
                      "type": "string"
                    },
                    "staffUserName": {
                      "type": "string"
                    },
                    "amlRemarks": {
                      "type": "string"
                    },
                    "additionalDtoMap": {
                      "type": "object",
                      "properties": {
                        "BENE_FLAT_NO": {
                          "type": "object",
                          "properties": {
                            "additionalBankRuleFiledId": {
                              "type": "string"
                            },
                            "srlId": {
                              "type": "string"
                            },
                            "amieceDescription": {
                              "type": "string"
                            },
                            "localName": {
                              "type": "string"
                            },
                            "amieceCode": {
                              "type": "string"
                            },
                            "indic": {
                              "type": "string"
                            },
                            "flexField1": {
                              "type": "string"
                            },
                            "_id": {
                              "type": "string"
                            },
                            "_name": {
                              "type": "string"
                            },
                            "_local_name": {
                              "type": "string"
                            },
                            "_code": {
                              "type": "string"
                            },
                            "_value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "additionalBankRuleFiledId",
                            "srlId",
                            "amieceDescription",
                            "localName",
                            "amieceCode",
                            "indic",
                            "flexField1",
                            "_id",
                            "_name",
                            "_local_name",
                            "_code",
                            "_value"
                          ]
                        },
                        "BENE_STREET_NO": {
                          "type": "object",
                          "properties": {
                            "additionalBankRuleFiledId": {
                              "type": "string"
                            },
                            "srlId": {
                              "type": "string"
                            },
                            "amieceDescription": {
                              "type": "string"
                            },
                            "localName": {
                              "type": "string"
                            },
                            "amieceCode": {
                              "type": "string"
                            },
                            "indic": {
                              "type": "string"
                            },
                            "flexField1": {
                              "type": "string"
                            },
                            "_id": {
                              "type": "string"
                            },
                            "_name": {
                              "type": "string"
                            },
                            "_local_name": {
                              "type": "string"
                            },
                            "_code": {
                              "type": "string"
                            },
                            "_value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "additionalBankRuleFiledId",
                            "srlId",
                            "amieceDescription",
                            "localName",
                            "amieceCode",
                            "indic",
                            "flexField1",
                            "_id",
                            "_name",
                            "_local_name",
                            "_code",
                            "_value"
                          ]
                        },
                        "INSTRUCTION": {
                          "type": "object",
                          "properties": {
                            "additionalBankRuleFiledId": {
                              "type": "string"
                            },
                            "srlId": {
                              "type": "string"
                            },
                            "amieceDescription": {
                              "type": "string"
                            },
                            "localName": {
                              "type": "string"
                            },
                            "amieceCode": {
                              "type": "string"
                            },
                            "indic": {
                              "type": "string"
                            },
                            "flexField1": {
                              "type": "string"
                            },
                            "_id": {
                              "type": "string"
                            },
                            "_name": {
                              "type": "string"
                            },
                            "_local_name": {
                              "type": "string"
                            },
                            "_code": {
                              "type": "string"
                            },
                            "_value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "additionalBankRuleFiledId",
                            "srlId",
                            "amieceDescription",
                            "localName",
                            "amieceCode",
                            "indic",
                            "flexField1",
                            "_id",
                            "_name",
                            "_local_name",
                            "_code",
                            "_value"
                          ]
                        },
                        "BENE_HOUSE_NO": {
                          "type": "object",
                          "properties": {
                            "additionalBankRuleFiledId": {
                              "type": "string"
                            },
                            "srlId": {
                              "type": "string"
                            },
                            "amieceDescription": {
                              "type": "string"
                            },
                            "localName": {
                              "type": "string"
                            },
                            "amieceCode": {
                              "type": "string"
                            },
                            "indic": {
                              "type": "string"
                            },
                            "flexField1": {
                              "type": "string"
                            },
                            "_id": {
                              "type": "string"
                            },
                            "_name": {
                              "type": "string"
                            },
                            "_local_name": {
                              "type": "string"
                            },
                            "_code": {
                              "type": "string"
                            },
                            "_value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "additionalBankRuleFiledId",
                            "srlId",
                            "amieceDescription",
                            "localName",
                            "amieceCode",
                            "indic",
                            "flexField1",
                            "_id",
                            "_name",
                            "_local_name",
                            "_code",
                            "_value"
                          ]
                        },
                        "BENE_ZIP_CODE": {
                          "type": "object",
                          "properties": {
                            "additionalBankRuleFiledId": {
                              "type": "string"
                            },
                            "srlId": {
                              "type": "string"
                            },
                            "amieceDescription": {
                              "type": "string"
                            },
                            "localName": {
                              "type": "string"
                            },
                            "amieceCode": {
                              "type": "string"
                            },
                            "indic": {
                              "type": "string"
                            },
                            "flexField1": {
                              "type": "string"
                            },
                            "_id": {
                              "type": "string"
                            },
                            "_name": {
                              "type": "string"
                            },
                            "_local_name": {
                              "type": "string"
                            },
                            "_code": {
                              "type": "string"
                            },
                            "_value": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "additionalBankRuleFiledId",
                            "srlId",
                            "amieceDescription",
                            "localName",
                            "amieceCode",
                            "indic",
                            "flexField1",
                            "_id",
                            "_name",
                            "_local_name",
                            "_code",
                            "_value"
                          ]
                        }
                      },
                      "required": [
                        "BENE_FLAT_NO",
                        "BENE_STREET_NO",
                        "INSTRUCTION",
                        "BENE_HOUSE_NO",
                        "BENE_ZIP_CODE"
                      ]
                    },
                    "servicePackage": {
                      "type": "string"
                    },
                    "beneficalOwnerID": {
                      "type": "string"
                    },
                    "dynamicRroutingPricingBreakup": {
                      "type": "object",
                      "properties": {
                        "txnFee": {
                          "type": "string"
                        },
                        "txnFeeStr": {
                          "type": "string"
                        },
                        "totalLoyalityPoints": {
                          "type": "string"
                        },
                        "maxLoyalityPointsAvailableForTxn": {
                          "type": "string"
                        },
                        "exRateBreakup": {
                          "type": "object",
                          "properties": {
                            "netAmount": {
                              "type": "string"
                            },
                            "netAmountWithoutLoyality": {
                              "type": "string"
                            },
                            "lcDecimalNumber": {
                              "type": "string"
                            },
                            "fcDecimalNumber": {
                              "type": "string"
                            },
                            "deliveryCharges": {
                              "type": "string"
                            },
                            "baseRate": {
                              "type": "string"
                            },
                            "forBonusAmount": {
                              "type": "string"
                            },
                            "forBonusAmountStr": {
                              "type": "string"
                            },
                            "forAmountWithBonus": {
                              "type": "string"
                            },
                            "forAmountWithBonusStr": {
                              "type": "string"
                            },
                            "valueBasedDiscountPips": {
                              "type": "string"
                            },
                            "signatureHash": {
                              "type": "string"
                            },
                            "domXRate": {
                              "type": "string"
                            },
                            "forXRate": {
                              "type": "string"
                            },
                            "forAmount": {
                              "type": "string"
                            },
                            "domAmount": {
                              "type": "string"
                            },
                            "domXRateStr": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "netAmount",
                            "netAmountWithoutLoyality",
                            "lcDecimalNumber",
                            "fcDecimalNumber",
                            "deliveryCharges",
                            "baseRate",
                            "forBonusAmount",
                            "forBonusAmountStr",
                            "forAmountWithBonus",
                            "forAmountWithBonusStr",
                            "valueBasedDiscountPips",
                            "signatureHash",
                            "domXRate",
                            "forXRate",
                            "forAmount",
                            "domAmount",
                            "domXRateStr"
                          ]
                        },
                        "canRedeemLoyalityPoints": {
                          "type": "string"
                        },
                        "loyalityPointState": {
                          "type": "string"
                        },
                        "loyalityAmountAvailableForTxn": {
                          "type": "string"
                        },
                        "discountOnComission": {
                          "type": "string"
                        },
                        "customerDiscountDetails": {
                          "type": "object",
                          "properties": {
                            "AMOUNT_SLAB": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "discountType": {
                                  "type": "string"
                                },
                                "discountTypeValue": {
                                  "type": "string"
                                },
                                "discountPipsValue": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "id",
                                "discountType",
                                "discountTypeValue",
                                "discountPipsValue"
                              ]
                            },
                            "CHANNEL": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "discountType": {
                                  "type": "string"
                                },
                                "discountTypeValue": {
                                  "type": "string"
                                },
                                "discountPipsValue": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "id",
                                "discountType",
                                "discountTypeValue",
                                "discountPipsValue"
                              ]
                            },
                            "CUSTOMER_CATEGORY": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "discountType": {
                                  "type": "string"
                                },
                                "discountTypeValue": {
                                  "type": "string"
                                },
                                "discountPipsValue": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "id",
                                "discountType",
                                "discountTypeValue",
                                "discountPipsValue"
                              ]
                            }
                          },
                          "required": [
                            "AMOUNT_SLAB",
                            "CHANNEL",
                            "CUSTOMER_CATEGORY"
                          ]
                        },
                        "discountAvailed": {
                          "type": "string"
                        },
                        "costRateLimitReached": {
                          "type": "string"
                        },
                        "vatType": {
                          "type": "string"
                        },
                        "vatPercentage": {
                          "type": "string"
                        },
                        "vatAmount": {
                          "type": "string"
                        },
                        "betterRateAmountSlab": {
                          "type": "string"
                        },
                        "diffInBetterRateFcAmount": {
                          "type": "string"
                        },
                        "discountOnComissionFlag": {
                          "type": "string"
                        },
                        "rackExchangeRate": {
                          "type": "string"
                        },
                        "inverseRackExchangeRate": {
                          "type": "string"
                        },
                        "inverseRackExchangeRateStr": {
                          "type": "string"
                        },
                        "youSavedAmount": {
                          "type": "string"
                        },
                        "customerChoice": {
                          "type": "string"
                        },
                        "youSavedAmountInFC": {
                          "type": "string"
                        },
                        "placeOrderId": {
                          "type": "string"
                        },
                        "costExchangeRate": {
                          "type": "string"
                        },
                        "corporateMasterId": {
                          "type": "string"
                        },
                        "productAvaliable": {
                          "type": "string"
                        },
                        "fundAvaliable": {
                          "type": "string"
                        },
                        "standardConvertedFCAmoount": {
                          "type": "string"
                        },
                        "standardConvertedLCAmount": {
                          "type": "string"
                        },
                        "promotionDiscount": {
                          "type": "string"
                        },
                        "promotionDiscountStr": {
                          "type": "string"
                        },
                        "promotionErrorMessage": {
                          "type": "string"
                        },
                        "promotionCode": {
                          "type": "string"
                        },
                        "betterRateDisableNo": {
                          "type": "string"
                        },
                        "totalNetTrnxFeesStr": {
                          "type": "string"
                        },
                        "otherCharges": {
                          "type": "string"
                        },
                        "otherChargesLabel": {
                          "type": "string"
                        },
                        "bankRebateComm": {
                          "type": "string"
                        },
                        "bankRebateCommStr": {
                          "type": "string"
                        },
                        "bankRebateType": {
                          "type": "string"
                        },
                        "vat": {
                          "type": "string"
                        },
                        "branchDiscountCommFlag": {
                          "type": "string"
                        },
                        "branchDiscountComm": {
                          "type": "string"
                        },
                        "forBonusAmountStr": {
                          "type": "string"
                        },
                        "forAmountWithBonusStr": {
                          "type": "string"
                        },
                        "isFcBonusApplied": {
                          "type": "string"
                        },
                        "bonusAmountDetails": {
                          "type": "string"
                        },
                        "beneDeductChargeText": {
                          "type": "string"
                        },
                        "virtualBranchId": {
                          "type": "string"
                        },
                        "couponDiscount": {
                          "type": "string"
                        },
                        "otherChargesStr": {
                          "type": "string"
                        },
                        "trnxRoutingPaths": {
                          "type": "object",
                          "properties": {
                            "routingBankId": {
                              "type": "string"
                            },
                            "serviceMasterId": {
                              "type": "string"
                            },
                            "serviceGroupCode": {
                              "type": "string"
                            },
                            "bankIndicator": {
                              "type": "string"
                            },
                            "bankCode": {
                              "type": "string"
                            },
                            "bankFullName": {
                              "type": "string"
                            },
                            "routingCountryId": {
                              "type": "string"
                            },
                            "routingBankCode": {
                              "type": "string"
                            },
                            "bankBranchId": {
                              "type": "string"
                            },
                            "serviceDescription": {
                              "type": "string"
                            },
                            "remittanceModeId": {
                              "type": "string"
                            },
                            "remittanceDescription": {
                              "type": "string"
                            },
                            "deliveryModeId": {
                              "type": "string"
                            },
                            "deliveryDescription": {
                              "type": "string"
                            },
                            "fromAmount": {
                              "type": "string"
                            },
                            "toAmount": {
                              "type": "string"
                            },
                            "chargesType": {
                              "type": "string"
                            },
                            "chargesFor": {
                              "type": "string"
                            },
                            "chargeAmount": {
                              "type": "string"
                            },
                            "originalChargeAmount": {
                              "type": "string"
                            },
                            "costCurrencyId": {
                              "type": "string"
                            },
                            "costAmount": {
                              "type": "string"
                            },
                            "isFcRoundingAllowed": {
                              "type": "string"
                            },
                            "splitAmount": {
                              "type": "string"
                            },
                            "isBeneDeduct": {
                              "type": "string"
                            },
                            "beneDeductChargeText": {
                              "type": "string"
                            },
                            "estimatedDeliveryDetails": {
                              "type": "object",
                              "properties": {
                                "processTimeTotalInSeconds": {
                                  "type": "string"
                                },
                                "processTimeOperationalInSeconds": {
                                  "type": "string"
                                },
                                "processTimeAbsoluteInSeconds": {
                                  "type": "string"
                                },
                                "delayDueToInsufficientFundInSeconds": {
                                  "type": "string"
                                },
                                "nonWorkingDelayInDays": {
                                  "type": "string"
                                },
                                "holidayDelayInDays": {
                                  "type": "string"
                                },
                                "completionTT": {
                                  "type": "string"
                                },
                                "startTT": {
                                  "type": "string"
                                },
                                "deliveryDuration": {
                                  "type": "string"
                                },
                                "crossedMaxDeliveryDays": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "processTimeTotalInSeconds",
                                "processTimeOperationalInSeconds",
                                "processTimeAbsoluteInSeconds",
                                "delayDueToInsufficientFundInSeconds",
                                "nonWorkingDelayInDays",
                                "holidayDelayInDays",
                                "completionTT",
                                "startTT",
                                "deliveryDuration",
                                "crossedMaxDeliveryDays"
                              ]
                            },
                            "bankRebateType": {
                              "type": "string"
                            },
                            "bankRebateOnCommission": {
                              "type": "string"
                            },
                            "bankServiceChargesId": {
                              "type": "string"
                            },
                            "bankServiceRuleId": {
                              "type": "string"
                            },
                            "lastTransactRoute": {
                              "type": "string"
                            },
                            "processingCountryId": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "routingBankId",
                            "serviceMasterId",
                            "serviceGroupCode",
                            "bankIndicator",
                            "bankCode",
                            "bankFullName",
                            "routingCountryId",
                            "routingBankCode",
                            "bankBranchId",
                            "serviceDescription",
                            "remittanceModeId",
                            "remittanceDescription",
                            "deliveryModeId",
                            "deliveryDescription",
                            "fromAmount",
                            "toAmount",
                            "chargesType",
                            "chargesFor",
                            "chargeAmount",
                            "originalChargeAmount",
                            "costCurrencyId",
                            "costAmount",
                            "isFcRoundingAllowed",
                            "splitAmount",
                            "isBeneDeduct",
                            "beneDeductChargeText",
                            "estimatedDeliveryDetails",
                            "bankRebateType",
                            "bankRebateOnCommission",
                            "bankServiceChargesId",
                            "bankServiceRuleId",
                            "lastTransactRoute",
                            "processingCountryId"
                          ]
                        },
                        "beneDeductFlag": {
                          "type": "string"
                        },
                        "serviceProviderDto": {
                          "type": "string"
                        },
                        "errorMessage": {
                          "type": "string"
                        },
                        "mapErrorMessage": {
                          "type": "string"
                        },
                        "benePackageResponse": {
                          "type": "string"
                        },
                        "betterRateAvailable": {
                          "type": "string"
                        },
                        "netRateBetterThanBonusRate": {
                          "type": "string"
                        },
                        "virtualBranchRate": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "txnFee",
                        "txnFeeStr",
                        "totalLoyalityPoints",
                        "maxLoyalityPointsAvailableForTxn",
                        "exRateBreakup",
                        "canRedeemLoyalityPoints",
                        "loyalityPointState",
                        "loyalityAmountAvailableForTxn",
                        "discountOnComission",
                        "customerDiscountDetails",
                        "discountAvailed",
                        "costRateLimitReached",
                        "vatType",
                        "vatPercentage",
                        "vatAmount",
                        "betterRateAmountSlab",
                        "diffInBetterRateFcAmount",
                        "discountOnComissionFlag",
                        "rackExchangeRate",
                        "inverseRackExchangeRate",
                        "inverseRackExchangeRateStr",
                        "youSavedAmount",
                        "customerChoice",
                        "youSavedAmountInFC",
                        "placeOrderId",
                        "costExchangeRate",
                        "corporateMasterId",
                        "productAvaliable",
                        "fundAvaliable",
                        "standardConvertedFCAmoount",
                        "standardConvertedLCAmount",
                        "promotionDiscount",
                        "promotionDiscountStr",
                        "promotionErrorMessage",
                        "promotionCode",
                        "betterRateDisableNo",
                        "totalNetTrnxFeesStr",
                        "otherCharges",
                        "otherChargesLabel",
                        "bankRebateComm",
                        "bankRebateCommStr",
                        "bankRebateType",
                        "vat",
                        "branchDiscountCommFlag",
                        "branchDiscountComm",
                        "forBonusAmountStr",
                        "forAmountWithBonusStr",
                        "isFcBonusApplied",
                        "bonusAmountDetails",
                        "beneDeductChargeText",
                        "virtualBranchId",
                        "couponDiscount",
                        "otherChargesStr",
                        "trnxRoutingPaths",
                        "beneDeductFlag",
                        "serviceProviderDto",
                        "errorMessage",
                        "mapErrorMessage",
                        "benePackageResponse",
                        "betterRateAvailable",
                        "netRateBetterThanBonusRate",
                        "virtualBranchRate"
                      ]
                    },
                    "mOtp": {
                      "type": "string"
                    },
                    "eOtp": {
                      "type": "string"
                    },
                    "placeOrderId": {
                      "type": "string"
                    },
                    "paymentType": {
                      "type": "string"
                    },
                    "trnxType": {
                      "type": "string"
                    },
                    "isValidRequest": {
                      "type": "string"
                    },
                    "exception": {
                      "type": "object",
                      "properties": {
                        "cause": {
                          "type": "string"
                        },
                        "httpStatus": {
                          "type": "string"
                        },
                        "error": {
                          "type": "string"
                        },
                        "errorKey": {
                          "type": "string"
                        },
                        "errorMessage": {
                          "type": "string"
                        },
                        "redirectUrl": {
                          "type": "string"
                        },
                        "detailMap": {
                          "type": "string"
                        },
                        "reportable": {
                          "type": "string"
                        },
                        "statusKey": {
                          "type": "string"
                        },
                        "localizedMessage": {
                          "type": "string"
                        },
                        "message": {
                          "type": "string"
                        },
                        "stackTrace": {
                          "type": "array",
                          "items": {}
                        },
                        "conditionalFileds": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "string"
                              },
                              "entityName": {
                                "type": "string"
                              },
                              "field": {
                                "type": "object",
                                "properties": {
                                  "name": {
                                    "type": "string"
                                  },
                                  "required": {
                                    "type": "string"
                                  },
                                  "type": {
                                    "type": "string"
                                  },
                                  "defaultValue": {
                                    "type": "string"
                                  },
                                  "minLength": {
                                    "type": "string"
                                  },
                                  "maxLength": {
                                    "type": "string"
                                  },
                                  "validationRegex": {
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string"
                                  },
                                  "dtoPath": {
                                    "type": "string"
                                  },
                                  "additionalValidations": {
                                    "type": "string"
                                  },
                                  "minValue": {
                                    "type": "string"
                                  },
                                  "maxValue": {
                                    "type": "string"
                                  },
                                  "valueUnit": {
                                    "type": "string"
                                  },
                                  "editable": {
                                    "type": "string"
                                  },
                                  "apiOpts": {
                                    "type": "string"
                                  },
                                  "groupName": {
                                    "type": "string"
                                  },
                                  "groupStrategy": {
                                    "type": "string"
                                  },
                                  "liveValidation": {
                                    "type": "string"
                                  },
                                  "fieldInfo": {
                                    "type": "string"
                                  },
                                  "possibleValues": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "id": {
                                          "type": "string"
                                        },
                                        "optLable": {
                                          "type": "string"
                                        },
                                        "value": {
                                          "type": "object",
                                          "properties": {}
                                        },
                                        "localName": {
                                          "type": "string"
                                        },
                                        "packageDescription": {
                                          "type": "string"
                                        },
                                        "_id": {
                                          "type": "string"
                                        },
                                        "_name": {
                                          "type": "string"
                                        },
                                        "_local_name": {
                                          "type": "string"
                                        },
                                        "_code": {
                                          "type": "string"
                                        },
                                        "_value": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "id",
                                        "optLable",
                                        "value",
                                        "localName",
                                        "packageDescription",
                                        "_id",
                                        "_name",
                                        "_local_name",
                                        "_code",
                                        "_value"
                                      ]
                                    }
                                  }
                                },
                                "required": [
                                  "name",
                                  "required",
                                  "type",
                                  "defaultValue",
                                  "minLength",
                                  "maxLength",
                                  "validationRegex",
                                  "label",
                                  "dtoPath",
                                  "additionalValidations",
                                  "minValue",
                                  "maxValue",
                                  "valueUnit",
                                  "editable",
                                  "apiOpts",
                                  "groupName",
                                  "groupStrategy",
                                  "liveValidation",
                                  "fieldInfo",
                                  "possibleValues"
                                ]
                              }
                            },
                            "required": [
                              "id",
                              "entityName",
                              "field"
                            ]
                          }
                        },
                        "meta": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "string"
                              },
                              "entityName": {
                                "type": "string"
                              },
                              "field": {
                                "type": "object",
                                "properties": {
                                  "name": {
                                    "type": "string"
                                  },
                                  "required": {
                                    "type": "string"
                                  },
                                  "type": {
                                    "type": "string"
                                  },
                                  "defaultValue": {
                                    "type": "string"
                                  },
                                  "minLength": {
                                    "type": "string"
                                  },
                                  "maxLength": {
                                    "type": "string"
                                  },
                                  "validationRegex": {
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string"
                                  },
                                  "dtoPath": {
                                    "type": "string"
                                  },
                                  "additionalValidations": {
                                    "type": "string"
                                  },
                                  "minValue": {
                                    "type": "string"
                                  },
                                  "maxValue": {
                                    "type": "string"
                                  },
                                  "valueUnit": {
                                    "type": "string"
                                  },
                                  "editable": {
                                    "type": "string"
                                  },
                                  "apiOpts": {
                                    "type": "string"
                                  },
                                  "groupName": {
                                    "type": "string"
                                  },
                                  "groupStrategy": {
                                    "type": "string"
                                  },
                                  "liveValidation": {
                                    "type": "string"
                                  },
                                  "fieldInfo": {
                                    "type": "string"
                                  },
                                  "possibleValues": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "id": {
                                          "type": "string"
                                        },
                                        "optLable": {
                                          "type": "string"
                                        },
                                        "value": {
                                          "type": "object",
                                          "properties": {}
                                        },
                                        "localName": {
                                          "type": "string"
                                        },
                                        "packageDescription": {
                                          "type": "string"
                                        },
                                        "_id": {
                                          "type": "string"
                                        },
                                        "_name": {
                                          "type": "string"
                                        },
                                        "_local_name": {
                                          "type": "string"
                                        },
                                        "_code": {
                                          "type": "string"
                                        },
                                        "_value": {
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "id",
                                        "optLable",
                                        "value",
                                        "localName",
                                        "packageDescription",
                                        "_id",
                                        "_name",
                                        "_local_name",
                                        "_code",
                                        "_value"
                                      ]
                                    }
                                  }
                                },
                                "required": [
                                  "name",
                                  "required",
                                  "type",
                                  "defaultValue",
                                  "minLength",
                                  "maxLength",
                                  "validationRegex",
                                  "label",
                                  "dtoPath",
                                  "additionalValidations",
                                  "minValue",
                                  "maxValue",
                                  "valueUnit",
                                  "editable",
                                  "apiOpts",
                                  "groupName",
                                  "groupStrategy",
                                  "liveValidation",
                                  "fieldInfo",
                                  "possibleValues"
                                ]
                              }
                            },
                            "required": [
                              "id",
                              "entityName",
                              "field"
                            ]
                          }
                        },
                        "suppressed": {
                          "type": "array",
                          "items": {}
                        }
                      },
                      "required": [
                        "cause",
                        "httpStatus",
                        "error",
                        "errorKey",
                        "errorMessage",
                        "redirectUrl",
                        "detailMap",
                        "reportable",
                        "statusKey",
                        "localizedMessage",
                        "message",
                        "stackTrace",
                        "conditionalFileds",
                        "meta",
                        "suppressed"
                      ]
                    },
                    "isRepeatCart": {
                      "type": "string"
                    },
                    "predictionId": {
                      "type": "string"
                    },
                    "signatureHash": {
                      "type": "string"
                    },
                    "exchangeRateBreakup": {
                      "type": "object",
                      "properties": {
                        "netAmount": {
                          "type": "string"
                        },
                        "netAmountWithoutLoyality": {
                          "type": "string"
                        },
                        "lcDecimalNumber": {
                          "type": "string"
                        },
                        "fcDecimalNumber": {
                          "type": "string"
                        },
                        "deliveryCharges": {
                          "type": "string"
                        },
                        "baseRate": {
                          "type": "string"
                        },
                        "forBonusAmount": {
                          "type": "string"
                        },
                        "forBonusAmountStr": {
                          "type": "string"
                        },
                        "forAmountWithBonus": {
                          "type": "string"
                        },
                        "forAmountWithBonusStr": {
                          "type": "string"
                        },
                        "valueBasedDiscountPips": {
                          "type": "string"
                        },
                        "signatureHash": {
                          "type": "string"
                        },
                        "domXRate": {
                          "type": "string"
                        },
                        "forXRate": {
                          "type": "string"
                        },
                        "forAmount": {
                          "type": "string"
                        },
                        "domAmount": {
                          "type": "string"
                        },
                        "domXRateStr": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "netAmount",
                        "netAmountWithoutLoyality",
                        "lcDecimalNumber",
                        "fcDecimalNumber",
                        "deliveryCharges",
                        "baseRate",
                        "forBonusAmount",
                        "forBonusAmountStr",
                        "forAmountWithBonus",
                        "forAmountWithBonusStr",
                        "valueBasedDiscountPips",
                        "signatureHash",
                        "domXRate",
                        "forXRate",
                        "forAmount",
                        "domAmount",
                        "domXRateStr"
                      ]
                    }
                  },
                  "required": [
                    "sourceOfFund",
                    "localAmount",
                    "foreignAmount",
                    "availLoyalityPoints",
                    "domXRate",
                    "settlementAmount",
                    "remitMode",
                    "beneId",
                    "additionalBankRuleFiledId",
                    "srlId",
                    "flexFields",
                    "flexFieldDtoMap",
                    "additionalFields",
                    "purposeOfTrnxId",
                    "staffUserName",
                    "amlRemarks",
                    "additionalDtoMap",
                    "servicePackage",
                    "beneficalOwnerID",
                    "dynamicRroutingPricingBreakup",
                    "mOtp",
                    "eOtp",
                    "placeOrderId",
                    "paymentType",
                    "trnxType",
                    "isValidRequest",
                    "exception",
                    "isRepeatCart",
                    "predictionId",
                    "signatureHash",
                    "exchangeRateBreakup"
                  ]
                }
              }
            },
            "required": [
              "responseLst"
            ]
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          },
          "results": {
            "type": "array",
            "items": {}
          }
        },
        "required": [
          "timestamp",
          "status",
          "error",
          "exception",
          "message",
          "warningKey",
          "path",
          "redirectUrl",
          "messageKey",
          "statusKey",
          "meta",
          "errors",
          "warnings",
          "logs",
          "warningFlags",
          "data",
          "traceId",
          "traceid",
          "signature",
          "results"
        ]
      },
      "ValidateRepeatCartResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "repeatCartXRateRequest": {
        "type": "object",
        "properties": {}
      },
      "NewExchangeRateResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "selection": {
                "type": "string"
              },
              "dynamicRoutingPricingList": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "NO_BENE_DEDUCT": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "txnFee": {
                            "type": "number"
                          },
                          "txnFeeStr": {
                            "type": "string"
                          },
                          "totalLoyalityPoints": {
                            "type": "integer"
                          },
                          "maxLoyalityPointsAvailableForTxn": {
                            "type": "integer"
                          },
                          "exRateBreakup": {
                            "type": "object",
                            "properties": {
                              "netAmount": {
                                "type": "number"
                              },
                              "netAmountWithoutLoyality": {
                                "type": "number"
                              },
                              "lcDecimalNumber": {
                                "type": "integer"
                              },
                              "fcDecimalNumber": {
                                "type": "integer"
                              },
                              "deliveryCharges": {
                                "nullable": true
                              },
                              "baseRate": {
                                "type": "number"
                              },
                              "forBonusAmount": {
                                "type": "number"
                              },
                              "forBonusAmountStr": {
                                "type": "string"
                              },
                              "forAmountWithBonus": {
                                "type": "number"
                              },
                              "forAmountWithBonusStr": {
                                "type": "string"
                              },
                              "valueBasedDiscountPips": {
                                "nullable": true
                              },
                              "signatureHash": {
                                "type": "string"
                              },
                              "domXRate": {
                                "type": "number"
                              },
                              "forXRate": {
                                "type": "number"
                              },
                              "forAmount": {
                                "type": "number"
                              },
                              "domAmount": {
                                "type": "number"
                              },
                              "domXRateStr": {
                                "type": "string"
                              }
                            },
                            "required": [
                              "netAmount",
                              "netAmountWithoutLoyality",
                              "lcDecimalNumber",
                              "fcDecimalNumber",
                              "baseRate",
                              "forBonusAmount",
                              "forBonusAmountStr",
                              "forAmountWithBonus",
                              "forAmountWithBonusStr",
                              "signatureHash",
                              "domXRate",
                              "forXRate",
                              "forAmount",
                              "domAmount",
                              "domXRateStr"
                            ]
                          },
                          "canRedeemLoyalityPoints": {
                            "type": "boolean"
                          },
                          "loyalityPointState": {
                            "nullable": true
                          },
                          "loyalityAmountAvailableForTxn": {
                            "type": "integer"
                          },
                          "discountOnComission": {
                            "type": "number"
                          },
                          "customerDiscountDetails": {
                            "type": "object",
                            "properties": {
                              "AMOUNT_SLAB": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "nullable": true
                                  },
                                  "discountType": {
                                    "nullable": true
                                  },
                                  "discountTypeValue": {
                                    "nullable": true
                                  },
                                  "discountPipsValue": {
                                    "type": "integer"
                                  }
                                },
                                "required": [
                                  "discountPipsValue"
                                ]
                              },
                              "CUSTOMER_CATEGORY": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "integer"
                                  },
                                  "discountType": {
                                    "type": "string"
                                  },
                                  "discountTypeValue": {
                                    "type": "string"
                                  },
                                  "discountPipsValue": {
                                    "type": "integer"
                                  }
                                },
                                "required": [
                                  "id",
                                  "discountType",
                                  "discountTypeValue",
                                  "discountPipsValue"
                                ]
                              },
                              "CHANNEL": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "integer"
                                  },
                                  "discountType": {
                                    "type": "string"
                                  },
                                  "discountTypeValue": {
                                    "type": "string"
                                  },
                                  "discountPipsValue": {
                                    "type": "integer"
                                  }
                                },
                                "required": [
                                  "id",
                                  "discountType",
                                  "discountTypeValue",
                                  "discountPipsValue"
                                ]
                              }
                            },
                            "required": [
                              "AMOUNT_SLAB",
                              "CUSTOMER_CATEGORY",
                              "CHANNEL"
                            ]
                          },
                          "discountAvailed": {
                            "type": "boolean"
                          },
                          "costRateLimitReached": {
                            "type": "boolean"
                          },
                          "vatType": {
                            "nullable": true
                          },
                          "vatPercentage": {
                            "nullable": true
                          },
                          "vatAmount": {
                            "nullable": true
                          },
                          "betterRateAmountSlab": {
                            "nullable": true
                          },
                          "diffInBetterRateFcAmount": {
                            "nullable": true
                          },
                          "discountOnComissionFlag": {
                            "type": "string"
                          },
                          "rackExchangeRate": {
                            "type": "number"
                          },
                          "inverseRackExchangeRate": {
                            "type": "number"
                          },
                          "inverseRackExchangeRateStr": {
                            "type": "string"
                          },
                          "youSavedAmount": {
                            "type": "integer"
                          },
                          "customerChoice": {
                            "nullable": true
                          },
                          "youSavedAmountInFC": {
                            "type": "integer"
                          },
                          "placeOrderId": {
                            "nullable": true
                          },
                          "costExchangeRate": {
                            "nullable": true
                          },
                          "corporateMasterId": {
                            "type": "integer"
                          },
                          "productAvaliable": {
                            "type": "string"
                          },
                          "fundAvaliable": {
                            "type": "string"
                          },
                          "standardConvertedFCAmoount": {
                            "nullable": true
                          },
                          "standardConvertedLCAmount": {
                            "nullable": true
                          },
                          "promotionDiscount": {
                            "type": "number"
                          },
                          "promotionDiscountStr": {
                            "type": "string"
                          },
                          "promotionErrorMessage": {
                            "nullable": true
                          },
                          "promotionCode": {
                            "nullable": true
                          },
                          "betterRateDisableNo": {
                            "type": "boolean"
                          },
                          "totalNetTrnxFeesStr": {
                            "type": "string"
                          },
                          "otherCharges": {
                            "type": "number"
                          },
                          "otherChargesLabel": {
                            "nullable": true
                          },
                          "bankRebateComm": {
                            "type": "integer"
                          },
                          "bankRebateCommStr": {
                            "type": "string"
                          },
                          "bankRebateType": {
                            "nullable": true
                          },
                          "vat": {
                            "type": "boolean"
                          },
                          "branchDiscountCommFlag": {
                            "nullable": true
                          },
                          "branchDiscountComm": {
                            "nullable": true
                          },
                          "forBonusAmountStr": {
                            "type": "string"
                          },
                          "forAmountWithBonusStr": {
                            "type": "string"
                          },
                          "isFcBonusApplied": {
                            "type": "boolean"
                          },
                          "bonusAmountDetails": {
                            "nullable": true
                          },
                          "beneDeductChargeText": {
                            "nullable": true
                          },
                          "virtualBranchId": {
                            "nullable": true
                          },
                          "couponDiscount": {
                            "nullable": true
                          },
                          "couponCode": {
                            "nullable": true
                          },
                          "couponType": {
                            "nullable": true
                          },
                          "couponDiscountPercent": {
                            "nullable": true
                          },
                          "couponDiscountPercentStr": {
                            "nullable": true
                          },
                          "otherChargesStr": {
                            "type": "string"
                          },
                          "trnxRoutingPaths": {
                            "type": "object",
                            "properties": {
                              "routingBankId": {
                                "type": "integer"
                              },
                              "serviceMasterId": {
                                "type": "integer"
                              },
                              "serviceGroupCode": {
                                "type": "string"
                              },
                              "bankIndicator": {
                                "type": "string"
                              },
                              "bankCode": {
                                "type": "string"
                              },
                              "bankFullName": {
                                "type": "string"
                              },
                              "routingCountryId": {
                                "type": "integer"
                              },
                              "routingBankCode": {
                                "type": "string"
                              },
                              "bankBranchId": {
                                "type": "integer"
                              },
                              "serviceDescription": {
                                "type": "string"
                              },
                              "remittanceModeId": {
                                "type": "integer"
                              },
                              "remittanceDescription": {
                                "type": "string"
                              },
                              "deliveryModeId": {
                                "type": "integer"
                              },
                              "deliveryDescription": {
                                "type": "string"
                              },
                              "fromAmount": {
                                "type": "integer"
                              },
                              "toAmount": {
                                "type": "integer"
                              },
                              "chargesType": {
                                "type": "string"
                              },
                              "chargesFor": {
                                "type": "integer"
                              },
                              "chargeAmount": {
                                "type": "number"
                              },
                              "originalChargeAmount": {
                                "nullable": true
                              },
                              "costCurrencyId": {
                                "nullable": true
                              },
                              "costAmount": {
                                "type": "integer"
                              },
                              "isFcRoundingAllowed": {
                                "type": "string"
                              },
                              "splitAmount": {
                                "type": "integer"
                              },
                              "isBeneDeduct": {
                                "type": "string"
                              },
                              "beneDeductChargeText": {
                                "nullable": true
                              },
                              "estimatedDeliveryDetails": {
                                "type": "object",
                                "properties": {
                                  "processTimeTotalInSeconds": {
                                    "type": "integer"
                                  },
                                  "processTimeOperationalInSeconds": {
                                    "type": "integer"
                                  },
                                  "processTimeAbsoluteInSeconds": {
                                    "type": "integer"
                                  },
                                  "delayDueToInsufficientFundInSeconds": {
                                    "type": "integer"
                                  },
                                  "nonWorkingDelayInDays": {
                                    "type": "integer"
                                  },
                                  "holidayDelayInDays": {
                                    "type": "integer"
                                  },
                                  "completionTT": {
                                    "type": "integer"
                                  },
                                  "startTT": {
                                    "type": "integer"
                                  },
                                  "deliveryDuration": {
                                    "type": "string"
                                  },
                                  "crossedMaxDeliveryDays": {
                                    "type": "boolean"
                                  }
                                },
                                "required": [
                                  "processTimeTotalInSeconds",
                                  "processTimeOperationalInSeconds",
                                  "processTimeAbsoluteInSeconds",
                                  "delayDueToInsufficientFundInSeconds",
                                  "nonWorkingDelayInDays",
                                  "holidayDelayInDays",
                                  "completionTT",
                                  "startTT",
                                  "deliveryDuration",
                                  "crossedMaxDeliveryDays"
                                ]
                              },
                              "bankRebateType": {
                                "nullable": true
                              },
                              "bankRebateOnCommission": {
                                "type": "integer"
                              },
                              "bankServiceChargesId": {
                                "type": "integer"
                              },
                              "bankServiceRuleId": {
                                "type": "integer"
                              },
                              "lastTransactRoute": {
                                "type": "boolean"
                              },
                              "processingCountryId": {
                                "type": "integer"
                              }
                            },
                            "required": [
                              "routingBankId",
                              "serviceMasterId",
                              "serviceGroupCode",
                              "bankIndicator",
                              "bankCode",
                              "bankFullName",
                              "routingCountryId",
                              "routingBankCode",
                              "bankBranchId",
                              "serviceDescription",
                              "remittanceModeId",
                              "remittanceDescription",
                              "deliveryModeId",
                              "deliveryDescription",
                              "fromAmount",
                              "toAmount",
                              "chargesType",
                              "chargesFor",
                              "chargeAmount",
                              "costAmount",
                              "isFcRoundingAllowed",
                              "splitAmount",
                              "isBeneDeduct",
                              "estimatedDeliveryDetails",
                              "bankRebateOnCommission",
                              "bankServiceChargesId",
                              "bankServiceRuleId",
                              "lastTransactRoute",
                              "processingCountryId"
                            ]
                          },
                          "beneDeductFlag": {
                            "type": "string"
                          },
                          "serviceProviderDto": {
                            "type": "object",
                            "properties": {
                              "amgSessionId": {
                                "type": "integer"
                              },
                              "partnerSessionId": {
                                "type": "string"
                              },
                              "partnerReferenceNo": {
                                "nullable": true
                              },
                              "intialAmountInSettlCurr": {
                                "type": "integer"
                              },
                              "fixedCommInSettlCurr": {
                                "type": "number"
                              },
                              "variableCommInSettlCurr": {
                                "type": "integer"
                              },
                              "vatCommInSettlCurr": {
                                "nullable": true
                              },
                              "settlementCurrency": {
                                "nullable": true
                              },
                              "transactionMargin": {
                                "type": "integer"
                              },
                              "offerExpirationDate": {
                                "type": "integer"
                              },
                              "offerStartingDate": {
                                "type": "integer"
                              },
                              "partnerExchangeRate": {
                                "type": "number"
                              },
                              "questionAvailable": {
                                "type": "boolean"
                              },
                              "partnerDiscountValue": {
                                "type": "number"
                              },
                              "xmlJsonResponse": {
                                "nullable": true
                              },
                              "totalPointsEarned": {
                                "nullable": true
                              },
                              "applStatus": {
                                "nullable": true
                              },
                              "msg": {
                                "nullable": true
                              },
                              "totSPChargeAmtInSettelmentCurrency": {
                                "nullable": true
                              },
                              "costPercentage": {
                                "nullable": true
                              },
                              "totChargeAmtInLocalCurrency": {
                                "nullable": true
                              },
                              "isAmiecCommission": {
                                "nullable": true
                              },
                              "amiecSettlementCuurrConverRate": {
                                "nullable": true
                              },
                              "amiecLocalCommCharge": {
                                "nullable": true
                              },
                              "spDeliveryCode": {
                                "nullable": true
                              },
                              "spRoutingCode": {
                                "nullable": true
                              },
                              "serviceProviderPriceDTO": {
                                "type": "object",
                                "properties": {
                                  "serviceProviderPartnerDataInfo": {
                                    "type": "object",
                                    "properties": {
                                      "offerTotalExpirationDate": {
                                        "type": "integer"
                                      },
                                      "offerExpirationDate": {
                                        "type": "integer"
                                      },
                                      "offerStartDate": {
                                        "type": "integer"
                                      },
                                      "bene_bank_remittance_reference": {
                                        "nullable": true
                                      },
                                      "addtional_external_reference": {
                                        "type": "string"
                                      },
                                      "partnerTransactionReference": {
                                        "nullable": true
                                      },
                                      "outGoingTransactionReference": {
                                        "type": "string"
                                      },
                                      "localCurrency": {
                                        "type": "string"
                                      },
                                      "settlementCurrency": {
                                        "nullable": true
                                      },
                                      "destinationCurrency": {
                                        "type": "string"
                                      },
                                      "creditedAmountInDestinationCurrency": {
                                        "type": "number"
                                      },
                                      "initialAmountInSettlementCurrency": {
                                        "type": "integer"
                                      },
                                      "finalAmountInLocalCurrency": {
                                        "type": "number"
                                      },
                                      "initialGrossAmountInLocalCurrency": {
                                        "type": "integer"
                                      },
                                      "fixChargedAmountInSettlementCurrency": {
                                        "type": "number"
                                      },
                                      "variableChargedAmountInSettlementCurrency": {
                                        "type": "integer"
                                      },
                                      "variableDiscountAmount": {
                                        "type": "number"
                                      },
                                      "vatOnCommission": {
                                        "nullable": true
                                      },
                                      "promotionErrorMessage": {
                                        "nullable": true
                                      },
                                      "promotionCode": {
                                        "nullable": true
                                      },
                                      "totalChargedAmountInSettlementCurrency": {
                                        "type": "number"
                                      },
                                      "serviceProviderSaleFxRate": {
                                        "type": "number"
                                      },
                                      "wholeSaleFxRate": {
                                        "type": "number"
                                      },
                                      "transactionMargin": {
                                        "type": "integer"
                                      },
                                      "questionAvailable": {
                                        "type": "boolean"
                                      },
                                      "totalPointsEarned": {
                                        "nullable": true
                                      },
                                      "payOutCountryInfo": {
                                        "nullable": true
                                      },
                                      "serviceInfoTitle": {
                                        "nullable": true
                                      },
                                      "spEnrollmentName": {
                                        "nullable": true
                                      },
                                      "totSPChargeAmtInSettelmentCurrency": {
                                        "nullable": true
                                      },
                                      "costPercentage": {
                                        "nullable": true
                                      },
                                      "totChargeAmtInLocalCurrency": {
                                        "nullable": true
                                      },
                                      "isAmiecCommission": {
                                        "nullable": true
                                      },
                                      "amiecSettlementCuurrConverRate": {
                                        "nullable": true
                                      },
                                      "spDeliveryCode": {
                                        "nullable": true
                                      },
                                      "spRoutingCode": {
                                        "nullable": true
                                      },
                                      "amiecLocalCommCharge": {
                                        "nullable": true
                                      },
                                      "deliveryType": {
                                        "type": "string"
                                      },
                                      "partnerAgentReference": {
                                        "nullable": true
                                      },
                                      "partnerAgentName": {
                                        "nullable": true
                                      },
                                      "partnerAgentAbbreviation": {
                                        "nullable": true
                                      },
                                      "renderPartnerEstimatedReceiveFee": {
                                        "type": "boolean"
                                      },
                                      "partnerEstimatedReceiveFee": {
                                        "type": "number"
                                      },
                                      "renderPartnerEstimatedReceiveTaxes": {
                                        "type": "boolean"
                                      },
                                      "partnerEstimatedReceiveTaxes": {
                                        "type": "number"
                                      },
                                      "partnerProductDetails": {
                                        "nullable": true
                                      },
                                      "taxesDetails": {
                                        "nullable": true
                                      },
                                      "creditedFinalAmountInDestCurrency": {
                                        "nullable": true
                                      },
                                      "finalAmountInSettlementCurrency": {
                                        "nullable": true
                                      },
                                      "beneficiaryDeduct": {
                                        "type": "boolean"
                                      }
                                    },
                                    "required": [
                                      "offerTotalExpirationDate",
                                      "offerExpirationDate",
                                      "offerStartDate",
                                      "addtional_external_reference",
                                      "outGoingTransactionReference",
                                      "localCurrency",
                                      "destinationCurrency",
                                      "creditedAmountInDestinationCurrency",
                                      "initialAmountInSettlementCurrency",
                                      "finalAmountInLocalCurrency",
                                      "initialGrossAmountInLocalCurrency",
                                      "fixChargedAmountInSettlementCurrency",
                                      "variableChargedAmountInSettlementCurrency",
                                      "variableDiscountAmount",
                                      "totalChargedAmountInSettlementCurrency",
                                      "serviceProviderSaleFxRate",
                                      "wholeSaleFxRate",
                                      "transactionMargin",
                                      "questionAvailable",
                                      "deliveryType",
                                      "renderPartnerEstimatedReceiveFee",
                                      "partnerEstimatedReceiveFee",
                                      "renderPartnerEstimatedReceiveTaxes",
                                      "partnerEstimatedReceiveTaxes",
                                      "beneficiaryDeduct"
                                    ]
                                  },
                                  "serviceProviderPartnerMultipleAgentDataInfo": {
                                    "nullable": true
                                  },
                                  "exRateBucketOptions": {
                                    "nullable": true
                                  },
                                  "mapDynamicFields": {
                                    "nullable": true
                                  }
                                },
                                "required": [
                                  "serviceProviderPartnerDataInfo"
                                ]
                              },
                              "xmlJsonTaxesResponse": {
                                "nullable": true
                              }
                            },
                            "required": [
                              "amgSessionId",
                              "partnerSessionId",
                              "intialAmountInSettlCurr",
                              "fixedCommInSettlCurr",
                              "variableCommInSettlCurr",
                              "transactionMargin",
                              "offerExpirationDate",
                              "offerStartingDate",
                              "partnerExchangeRate",
                              "questionAvailable",
                              "partnerDiscountValue",
                              "serviceProviderPriceDTO"
                            ]
                          },
                          "errorMessage": {
                            "nullable": true
                          },
                          "mapErrorMessage": {
                            "type": "object",
                            "properties": {}
                          },
                          "benePackageResponse": {
                            "type": "object",
                            "properties": {
                              "fcAmount": {
                                "type": "integer"
                              },
                              "requiredFlexFields": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "id": {
                                      "type": "integer"
                                    },
                                    "entityName": {
                                      "type": "string"
                                    },
                                    "field": {
                                      "type": "object",
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "required": {
                                          "type": "boolean"
                                        },
                                        "type": {
                                          "type": "string"
                                        },
                                        "defaultValue": {
                                          "nullable": true
                                        },
                                        "minLength": {
                                          "type": "integer"
                                        },
                                        "maxLength": {
                                          "type": "integer"
                                        },
                                        "validationRegex": {
                                          "nullable": true
                                        },
                                        "label": {
                                          "type": "string"
                                        },
                                        "possibleValues": {
                                          "nullable": true
                                        },
                                        "dtoPath": {
                                          "type": "string"
                                        },
                                        "additionalValidations": {
                                          "type": "object",
                                          "properties": {}
                                        },
                                        "minValue": {
                                          "nullable": true
                                        },
                                        "maxValue": {
                                          "nullable": true
                                        },
                                        "valueUnit": {
                                          "nullable": true
                                        },
                                        "editable": {
                                          "type": "boolean"
                                        },
                                        "apiOpts": {
                                          "nullable": true
                                        },
                                        "groupName": {
                                          "nullable": true
                                        },
                                        "groupStrategy": {
                                          "nullable": true
                                        },
                                        "liveValidation": {
                                          "nullable": true
                                        },
                                        "fieldInfo": {
                                          "nullable": true
                                        }
                                      },
                                      "required": [
                                        "name",
                                        "required",
                                        "type",
                                        "minLength",
                                        "maxLength",
                                        "label",
                                        "dtoPath",
                                        "additionalValidations",
                                        "editable"
                                      ]
                                    }
                                  },
                                  "required": [
                                    "id",
                                    "entityName",
                                    "field"
                                  ]
                                }
                              },
                              "packageDescription": {
                                "nullable": true
                              },
                              "preFlexCallComplete": {
                                "type": "boolean"
                              },
                              "header": {
                                "type": "string"
                              },
                              "successMessage": {
                                "nullable": true
                              }
                            },
                            "required": [
                              "fcAmount",
                              "requiredFlexFields",
                              "preFlexCallComplete",
                              "header"
                            ]
                          },
                          "betterRateAvailable": {
                            "type": "boolean"
                          },
                          "netRateBetterThanBonusRate": {
                            "type": "boolean"
                          },
                          "virtualBranchRate": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "txnFee",
                          "txnFeeStr",
                          "totalLoyalityPoints",
                          "maxLoyalityPointsAvailableForTxn",
                          "exRateBreakup",
                          "canRedeemLoyalityPoints",
                          "loyalityAmountAvailableForTxn",
                          "discountOnComission",
                          "customerDiscountDetails",
                          "discountAvailed",
                          "costRateLimitReached",
                          "discountOnComissionFlag",
                          "rackExchangeRate",
                          "inverseRackExchangeRate",
                          "inverseRackExchangeRateStr",
                          "youSavedAmount",
                          "youSavedAmountInFC",
                          "corporateMasterId",
                          "productAvaliable",
                          "fundAvaliable",
                          "promotionDiscount",
                          "promotionDiscountStr",
                          "betterRateDisableNo",
                          "totalNetTrnxFeesStr",
                          "otherCharges",
                          "bankRebateComm",
                          "bankRebateCommStr",
                          "vat",
                          "forBonusAmountStr",
                          "forAmountWithBonusStr",
                          "isFcBonusApplied",
                          "otherChargesStr",
                          "trnxRoutingPaths",
                          "beneDeductFlag",
                          "serviceProviderDto",
                          "mapErrorMessage",
                          "benePackageResponse",
                          "betterRateAvailable",
                          "netRateBetterThanBonusRate",
                          "virtualBranchRate"
                        ]
                      }
                    }
                  },
                  "required": [
                    "NO_BENE_DEDUCT"
                  ]
                }
              },
              "defaultType": {
                "nullable": true
              }
            },
            "required": [
              "selection",
              "dynamicRoutingPricingList"
            ]
          },
          "results": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "selection": {
                  "type": "string"
                },
                "dynamicRoutingPricingList": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "BENE_DEDUCT": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "txnFee": {
                              "type": "number"
                            },
                            "txnFeeStr": {
                              "nullable": true
                            },
                            "totalLoyalityPoints": {
                              "type": "integer"
                            },
                            "maxLoyalityPointsAvailableForTxn": {
                              "type": "integer"
                            },
                            "exRateBreakup": {
                              "type": "object",
                              "properties": {
                                "netAmount": {
                                  "type": "number"
                                },
                                "netAmountWithoutLoyality": {
                                  "type": "number"
                                },
                                "lcDecimalNumber": {
                                  "type": "integer"
                                },
                                "fcDecimalNumber": {
                                  "type": "integer"
                                },
                                "deliveryCharges": {
                                  "nullable": true
                                },
                                "baseRate": {
                                  "nullable": true
                                },
                                "forBonusAmount": {
                                  "nullable": true
                                },
                                "forBonusAmountStr": {
                                  "nullable": true
                                },
                                "forAmountWithBonus": {
                                  "nullable": true
                                },
                                "forAmountWithBonusStr": {
                                  "nullable": true
                                },
                                "valueBasedDiscountPips": {
                                  "nullable": true
                                },
                                "signatureHash": {
                                  "nullable": true
                                },
                                "domXRate": {
                                  "type": "number"
                                },
                                "forXRate": {
                                  "type": "number"
                                },
                                "forAmount": {
                                  "type": "number"
                                },
                                "domAmount": {
                                  "type": "number"
                                },
                                "domXRateStr": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "netAmount",
                                "netAmountWithoutLoyality",
                                "lcDecimalNumber",
                                "fcDecimalNumber",
                                "domXRate",
                                "forXRate",
                                "forAmount",
                                "domAmount",
                                "domXRateStr"
                              ]
                            },
                            "canRedeemLoyalityPoints": {
                              "type": "boolean"
                            },
                            "loyalityPointState": {
                              "type": "string"
                            },
                            "loyalityAmountAvailableForTxn": {
                              "type": "integer"
                            },
                            "discountOnComission": {
                              "type": "number"
                            },
                            "customerDiscountDetails": {
                              "type": "object",
                              "properties": {
                                "CUSTOMER_CATEGORY": {
                                  "type": "object",
                                  "properties": {
                                    "id": {
                                      "type": "integer"
                                    },
                                    "discountType": {
                                      "type": "string"
                                    },
                                    "discountTypeValue": {
                                      "type": "string"
                                    },
                                    "discountPipsValue": {
                                      "type": "number"
                                    }
                                  },
                                  "required": [
                                    "id",
                                    "discountType",
                                    "discountTypeValue",
                                    "discountPipsValue"
                                  ]
                                },
                                "AMOUNT_SLAB": {
                                  "type": "object",
                                  "properties": {
                                    "id": {
                                      "type": "integer"
                                    },
                                    "discountType": {
                                      "type": "string"
                                    },
                                    "discountTypeValue": {
                                      "type": "string"
                                    },
                                    "discountPipsValue": {
                                      "type": "number"
                                    }
                                  },
                                  "required": [
                                    "id",
                                    "discountType",
                                    "discountTypeValue",
                                    "discountPipsValue"
                                  ]
                                },
                                "CHANNEL": {
                                  "type": "object",
                                  "properties": {
                                    "id": {
                                      "type": "integer"
                                    },
                                    "discountType": {
                                      "type": "string"
                                    },
                                    "discountTypeValue": {
                                      "type": "string"
                                    },
                                    "discountPipsValue": {
                                      "type": "integer"
                                    }
                                  },
                                  "required": [
                                    "id",
                                    "discountType",
                                    "discountTypeValue",
                                    "discountPipsValue"
                                  ]
                                }
                              },
                              "required": [
                                "CUSTOMER_CATEGORY",
                                "AMOUNT_SLAB",
                                "CHANNEL"
                              ]
                            },
                            "discountAvailed": {
                              "type": "boolean"
                            },
                            "costRateLimitReached": {
                              "type": "boolean"
                            },
                            "vatType": {
                              "nullable": true
                            },
                            "vatPercentage": {
                              "nullable": true
                            },
                            "vatAmount": {
                              "nullable": true
                            },
                            "betterRateAmountSlab": {
                              "nullable": true
                            },
                            "diffInBetterRateFcAmount": {
                              "nullable": true
                            },
                            "discountOnComissionFlag": {
                              "type": "string"
                            },
                            "rackExchangeRate": {
                              "type": "number"
                            },
                            "inverseRackExchangeRate": {
                              "type": "number"
                            },
                            "inverseRackExchangeRateStr": {
                              "nullable": true
                            },
                            "youSavedAmount": {
                              "type": "number"
                            },
                            "customerChoice": {
                              "nullable": true
                            },
                            "youSavedAmountInFC": {
                              "type": "number"
                            },
                            "placeOrderId": {
                              "nullable": true
                            },
                            "costExchangeRate": {
                              "nullable": true
                            },
                            "corporateMasterId": {
                              "type": "integer"
                            },
                            "productAvaliable": {
                              "nullable": true
                            },
                            "fundAvaliable": {
                              "nullable": true
                            },
                            "standardConvertedFCAmoount": {
                              "type": "number"
                            },
                            "standardConvertedLCAmount": {
                              "type": "number"
                            },
                            "promotionDiscount": {
                              "nullable": true
                            },
                            "promotionDiscountStr": {
                              "nullable": true
                            },
                            "promotionErrorMessage": {
                              "nullable": true
                            },
                            "promotionCode": {
                              "nullable": true
                            },
                            "betterRateDisableNo": {
                              "nullable": true
                            },
                            "totalNetTrnxFeesStr": {
                              "nullable": true
                            },
                            "otherCharges": {
                              "nullable": true
                            },
                            "otherChargesLabel": {
                              "nullable": true
                            },
                            "bankRebateComm": {
                              "nullable": true
                            },
                            "bankRebateCommStr": {
                              "nullable": true
                            },
                            "bankRebateType": {
                              "nullable": true
                            },
                            "vat": {
                              "type": "boolean"
                            },
                            "branchDiscountCommFlag": {
                              "nullable": true
                            },
                            "branchDiscountComm": {
                              "nullable": true
                            },
                            "forBonusAmountStr": {
                              "nullable": true
                            },
                            "forAmountWithBonusStr": {
                              "nullable": true
                            },
                            "isFcBonusApplied": {
                              "type": "boolean"
                            },
                            "bonusAmountDetails": {
                              "nullable": true
                            },
                            "beneDeductChargeText": {
                              "nullable": true
                            },
                            "virtualBranchId": {
                              "nullable": true
                            },
                            "couponDiscount": {
                              "nullable": true
                            },
                            "couponCode": {
                              "nullable": true
                            },
                            "couponType": {
                              "nullable": true
                            },
                            "couponDiscountPercent": {
                              "nullable": true
                            },
                            "couponDiscountPercentStr": {
                              "nullable": true
                            },
                            "otherChargesStr": {
                              "nullable": true
                            },
                            "trnxRoutingPaths": {
                              "type": "object",
                              "properties": {
                                "routingBankId": {
                                  "type": "integer"
                                },
                                "serviceMasterId": {
                                  "type": "integer"
                                },
                                "serviceGroupCode": {
                                  "type": "string"
                                },
                                "bankIndicator": {
                                  "type": "string"
                                },
                                "bankCode": {
                                  "type": "string"
                                },
                                "bankFullName": {
                                  "type": "string"
                                },
                                "routingCountryId": {
                                  "type": "integer"
                                },
                                "routingBankCode": {
                                  "type": "string"
                                },
                                "bankBranchId": {
                                  "type": "integer"
                                },
                                "serviceDescription": {
                                  "type": "string"
                                },
                                "remittanceModeId": {
                                  "type": "integer"
                                },
                                "remittanceDescription": {
                                  "type": "string"
                                },
                                "deliveryModeId": {
                                  "type": "integer"
                                },
                                "deliveryDescription": {
                                  "type": "string"
                                },
                                "fromAmount": {
                                  "type": "integer"
                                },
                                "toAmount": {
                                  "type": "integer"
                                },
                                "chargesType": {
                                  "type": "string"
                                },
                                "chargesFor": {
                                  "type": "integer"
                                },
                                "chargeAmount": {
                                  "type": "integer"
                                },
                                "originalChargeAmount": {
                                  "nullable": true
                                },
                                "costCurrencyId": {
                                  "type": "integer"
                                },
                                "costAmount": {
                                  "type": "number"
                                },
                                "isFcRoundingAllowed": {
                                  "type": "string"
                                },
                                "splitAmount": {
                                  "type": "integer"
                                },
                                "isBeneDeduct": {
                                  "type": "string"
                                },
                                "beneDeductChargeText": {
                                  "type": "string"
                                },
                                "estimatedDeliveryDetails": {
                                  "type": "object",
                                  "properties": {
                                    "processTimeTotalInSeconds": {
                                      "type": "integer"
                                    },
                                    "processTimeOperationalInSeconds": {
                                      "type": "integer"
                                    },
                                    "processTimeAbsoluteInSeconds": {
                                      "type": "integer"
                                    },
                                    "delayDueToInsufficientFundInSeconds": {
                                      "type": "integer"
                                    },
                                    "nonWorkingDelayInDays": {
                                      "type": "integer"
                                    },
                                    "holidayDelayInDays": {
                                      "type": "integer"
                                    },
                                    "completionTT": {
                                      "type": "integer"
                                    },
                                    "startTT": {
                                      "type": "integer"
                                    },
                                    "deliveryDuration": {
                                      "type": "string"
                                    },
                                    "crossedMaxDeliveryDays": {
                                      "type": "boolean"
                                    }
                                  },
                                  "required": [
                                    "processTimeTotalInSeconds",
                                    "processTimeOperationalInSeconds",
                                    "processTimeAbsoluteInSeconds",
                                    "delayDueToInsufficientFundInSeconds",
                                    "nonWorkingDelayInDays",
                                    "holidayDelayInDays",
                                    "completionTT",
                                    "startTT",
                                    "deliveryDuration",
                                    "crossedMaxDeliveryDays"
                                  ]
                                },
                                "bankRebateType": {
                                  "nullable": true
                                },
                                "bankRebateOnCommission": {
                                  "nullable": true
                                },
                                "bankServiceChargesId": {
                                  "type": "integer"
                                },
                                "bankServiceRuleId": {
                                  "type": "integer"
                                },
                                "lastTransactRoute": {
                                  "type": "boolean"
                                },
                                "processingCountryId": {
                                  "type": "integer"
                                }
                              },
                              "required": [
                                "routingBankId",
                                "serviceMasterId",
                                "serviceGroupCode",
                                "bankIndicator",
                                "bankCode",
                                "bankFullName",
                                "routingCountryId",
                                "routingBankCode",
                                "bankBranchId",
                                "serviceDescription",
                                "remittanceModeId",
                                "remittanceDescription",
                                "deliveryModeId",
                                "deliveryDescription",
                                "fromAmount",
                                "toAmount",
                                "chargesType",
                                "chargesFor",
                                "chargeAmount",
                                "costCurrencyId",
                                "costAmount",
                                "isFcRoundingAllowed",
                                "splitAmount",
                                "isBeneDeduct",
                                "beneDeductChargeText",
                                "estimatedDeliveryDetails",
                                "bankServiceChargesId",
                                "bankServiceRuleId",
                                "lastTransactRoute",
                                "processingCountryId"
                              ]
                            },
                            "beneDeductFlag": {
                              "type": "string"
                            },
                            "serviceProviderDto": {
                              "nullable": true
                            },
                            "errorMessage": {
                              "nullable": true
                            },
                            "mapErrorMessage": {
                              "type": "object",
                              "properties": {}
                            },
                            "benePackageResponse": {
                              "nullable": true
                            },
                            "betterRateAvailable": {
                              "type": "boolean"
                            },
                            "netRateBetterThanBonusRate": {
                              "type": "boolean"
                            },
                            "virtualBranchRate": {
                              "type": "boolean"
                            }
                          },
                          "required": [
                            "txnFee",
                            "totalLoyalityPoints",
                            "maxLoyalityPointsAvailableForTxn",
                            "exRateBreakup",
                            "canRedeemLoyalityPoints",
                            "loyalityPointState",
                            "loyalityAmountAvailableForTxn",
                            "discountOnComission",
                            "customerDiscountDetails",
                            "discountAvailed",
                            "costRateLimitReached",
                            "discountOnComissionFlag",
                            "rackExchangeRate",
                            "inverseRackExchangeRate",
                            "youSavedAmount",
                            "youSavedAmountInFC",
                            "corporateMasterId",
                            "standardConvertedFCAmoount",
                            "standardConvertedLCAmount",
                            "vat",
                            "isFcBonusApplied",
                            "trnxRoutingPaths",
                            "beneDeductFlag",
                            "mapErrorMessage",
                            "betterRateAvailable",
                            "netRateBetterThanBonusRate",
                            "virtualBranchRate"
                          ]
                        }
                      }
                    },
                    "required": [
                      "BENE_DEDUCT"
                    ]
                  }
                },
                "defaultType": {
                  "nullable": true
                }
              },
              "required": [
                "selection",
                "dynamicRoutingPricingList"
              ]
            }
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "NewExchangeRateResponseRequest": {
        "type": "object",
        "properties": {
          "foreignCountryId": {
            "type": "string"
          },
          "foreignCurrencyId": {
            "type": "string"
          },
          "localAmount": {
            "type": "string"
          },
          "sourceOfFund": {
            "type": "string"
          },
          "foreignAmount": {
            "type": "string"
          },
          "purposeOfTrnxId": {
            "type": "string"
          }
        },
        "required": [
          "foreignCountryId",
          "foreignCurrencyId",
          "localAmount",
          "sourceOfFund",
          "foreignAmount",
          "purposeOfTrnxId"
        ]
      },
      "redeem_coupon_code_responseResponse": {
        "type": "object",
        "properties": {
          "statusKey": {
            "type": "string"
          },
          "message": {
            "nullable": true
          },
          "data": {
            "nullable": true
          }
        },
        "required": [
          "statusKey"
        ]
      },
      "redeem_coupon_code_responseRequest": {
        "type": "object",
        "properties": {
          "couponDefId": {
            "type": "string"
          }
        },
        "required": [
          "couponDefId"
        ]
      },
      "CustomerCouponResponseModelResponse": {
        "type": "object",
        "properties": {
          "statusKey": {
            "type": "string"
          },
          "exception": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "timestamp": {
            "type": "integer"
          },
          "error": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "signature": {
            "type": "string"
          },
          "data": {
            "type": "object",
            "properties": {
              "status": {
                "type": "string"
              },
              "id": {
                "type": "string"
              },
              "label": {
                "type": "string"
              },
              "couponDefinition": {
                "type": "string"
              },
              "dateCreated": {
                "type": "string"
              },
              "expireOn": {
                "type": "string"
              }
            },
            "required": [
              "status",
              "id",
              "label",
              "couponDefinition",
              "dateCreated",
              "expireOn"
            ]
          },
          "meta": {
            "nullable": true
          },
          "traceid": {
            "type": "string"
          },
          "warnings": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "status": {
            "type": "string"
          },
          "messageKey": {
            "nullable": true
          }
        },
        "required": [
          "statusKey",
          "timestamp",
          "warningFlags",
          "results",
          "signature",
          "data",
          "traceid",
          "status"
        ]
      },
      "CustomerCouponResponseModelRequest": {
        "type": "object",
        "properties": {
          "couponDefId": {
            "type": "string"
          }
        },
        "required": [
          "couponDefId"
        ]
      },
      "PrestigeCouponResponseModelResponse": {
        "type": "object",
        "properties": {
          "statusKey": {
            "type": "string"
          },
          "exception": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "timestamp": {
            "type": "integer"
          },
          "error": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "signature": {
            "type": "string"
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "placeHolder": {
                  "type": "string"
                },
                "groupId": {
                  "type": "string"
                },
                "items": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lastUpdated": {
                        "type": "string"
                      },
                      "userPerDayLimit": {
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "groupCode": {
                        "type": "string"
                      },
                      "dateCreated": {
                        "type": "string"
                      },
                      "label": {
                        "type": "string"
                      },
                      "info": {
                        "type": "object",
                        "properties": {
                          "subGroup": {
                            "type": "string"
                          },
                          "additionalTagLine": {
                            "type": "string"
                          },
                          "referenceCode": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "discount": {
                            "type": "string"
                          },
                          "benefits": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "label": {
                            "type": "string"
                          },
                          "subTagLine": {
                            "nullable": true
                          },
                          "tagLine": {
                            "type": "string"
                          },
                          "contact": {
                            "nullable": true
                          },
                          "placeHolder": {
                            "type": "string"
                          },
                          "tc": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "noCoupon": {
                            "type": "boolean"
                          },
                          "summary": {
                            "type": "object",
                            "properties": {
                              "extraDiscount": {
                                "type": "object",
                                "properties": {
                                  "percent": {
                                    "type": "string"
                                  },
                                  "label": {
                                    "type": "string"
                                  },
                                  "price": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "percent",
                                  "label",
                                  "price"
                                ]
                              },
                              "period": {
                                "type": "string"
                              },
                              "note": {
                                "type": "string"
                              },
                              "footer": {
                                "type": "object",
                                "properties": {
                                  "contact": {
                                    "type": "string"
                                  },
                                  "text": {
                                    "type": "string"
                                  },
                                  "email": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "contact",
                                  "text",
                                  "email"
                                ]
                              },
                              "title": {
                                "type": "string"
                              },
                              "discount": {
                                "type": "object",
                                "properties": {
                                  "label": {
                                    "type": "string"
                                  },
                                  "price": {
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "label",
                                  "price"
                                ]
                              },
                              "desc": {
                                "type": "string"
                              },
                              "subTitle": {
                                "type": "string"
                              }
                            },
                            "required": [
                              "extraDiscount",
                              "period",
                              "note",
                              "footer",
                              "title",
                              "discount",
                              "desc",
                              "subTitle"
                            ]
                          },
                          "logoFileId": {
                            "type": "string"
                          },
                          "bannerFileId": {
                            "type": "string"
                          },
                          "couponBgImgId": {
                            "type": "string"
                          },
                          "iconId": {
                            "type": "string"
                          },
                          "sequenceId": {
                            "type": "string"
                          },
                          "groupId": {
                            "type": "string"
                          },
                          "sourceReferenceId": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "subGroup",
                          "additionalTagLine",
                          "referenceCode",
                          "description",
                          "discount",
                          "benefits",
                          "label",
                          "tagLine",
                          "placeHolder",
                          "tc",
                          "noCoupon",
                          "summary",
                          "logoFileId",
                          "bannerFileId",
                          "couponBgImgId",
                          "iconId",
                          "sequenceId",
                          "groupId",
                          "sourceReferenceId"
                        ]
                      }
                    },
                    "required": [
                      "lastUpdated",
                      "userPerDayLimit",
                      "id",
                      "groupCode",
                      "dateCreated",
                      "label",
                      "info"
                    ]
                  }
                },
                "groupCode": {
                  "type": "string"
                },
                "groupCodeAr": {
                  "nullable": true
                },
                "iconId": {
                  "type": "string"
                }
              },
              "required": [
                "placeHolder",
                "groupId",
                "items",
                "groupCode",
                "iconId"
              ]
            }
          },
          "meta": {
            "nullable": true
          },
          "traceid": {
            "type": "string"
          },
          "warnings": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "status": {
            "type": "string"
          },
          "messageKey": {
            "nullable": true
          }
        },
        "required": [
          "statusKey",
          "timestamp",
          "warningFlags",
          "results",
          "signature",
          "data",
          "traceid",
          "status"
        ]
      },
      "LoungeAccessBannerCountResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "targetSumOfTransaction": {
                "nullable": true
              },
              "targetTransactionCount": {
                "nullable": true
              },
              "targetDuration": {
                "nullable": true
              },
              "displayBanner": {
                "type": "boolean"
              },
              "targetCategory": {
                "nullable": true
              },
              "currency": {
                "nullable": true
              }
            },
            "required": [
              "displayBanner"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceid",
          "signature"
        ]
      },
      "TransactionTrackingListResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "nullable": true
          },
          "results": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "status": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "remittanceTransactionId": {
                        "type": "integer"
                      },
                      "customerId": {
                        "type": "integer"
                      },
                      "beneficiaryName": {
                        "type": "string"
                      },
                      "beneficiaryBank": {
                        "type": "string"
                      },
                      "documentNo": {
                        "type": "integer"
                      },
                      "documentFinanceYear": {
                        "type": "integer"
                      },
                      "isoCurrencyCode": {
                        "nullable": true
                      },
                      "foreignTranxAmount": {
                        "type": "integer"
                      },
                      "documentDate": {
                        "type": "integer"
                      },
                      "trackingStatusDto": {
                        "type": "object",
                        "properties": {
                          "remittanceTransactionId": {
                            "type": "integer"
                          },
                          "beneName": {
                            "type": "string"
                          },
                          "trnxRefNo": {
                            "type": "string"
                          },
                          "lcAmtStr": {
                            "type": "string"
                          },
                          "fcAmtStr": {
                            "type": "string"
                          },
                          "trnxStatus": {
                            "type": "object",
                            "properties": {
                              "seq": {
                                "type": "integer"
                              },
                              "label": {
                                "type": "string"
                              },
                              "dateMap": {
                                "type": "object",
                                "properties": {
                                  "dtStr": {
                                    "type": "string"
                                  },
                                  "timeStamp": {
                                    "type": "integer"
                                  }
                                },
                                "required": [
                                  "dtStr",
                                  "timeStamp"
                                ]
                              },
                              "stageMsg": {
                                "type": "string"
                              }
                            },
                            "required": [
                              "seq",
                              "label",
                              "dateMap",
                              "stageMsg"
                            ]
                          },
                          "trnxProgress": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "seq": {
                                  "type": "integer"
                                },
                                "label": {
                                  "type": "string"
                                },
                                "dateMap": {
                                  "type": "object",
                                  "properties": {
                                    "dtStr": {
                                      "nullable": true
                                    },
                                    "timeStamp": {
                                      "type": "integer"
                                    }
                                  },
                                  "required": [
                                    "timeStamp"
                                  ]
                                },
                                "stageMsg": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "seq",
                                "label",
                                "dateMap",
                                "stageMsg"
                              ]
                            }
                          },
                          "kiosk": {
                            "type": "boolean"
                          },
                          "mobile": {
                            "type": "boolean"
                          },
                          "web": {
                            "type": "boolean"
                          },
                          "branch": {
                            "type": "boolean"
                          }
                        },
                        "required": [
                          "remittanceTransactionId",
                          "beneName",
                          "trnxRefNo",
                          "lcAmtStr",
                          "fcAmtStr",
                          "trnxStatus",
                          "trnxProgress",
                          "kiosk",
                          "mobile",
                          "web",
                          "branch"
                        ]
                      }
                    },
                    "required": [
                      "remittanceTransactionId",
                      "customerId",
                      "beneficiaryName",
                      "beneficiaryBank",
                      "documentNo",
                      "documentFinanceYear",
                      "foreignTranxAmount",
                      "documentDate",
                      "trackingStatusDto"
                    ]
                  }
                }
              },
              "required": [
                "status"
              ]
            }
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "results",
          "traceid",
          "signature"
        ]
      },
      "SingleTransactionTrackResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "nullable": true
          },
          "results": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "remittanceTransactionId": {
                  "type": "integer"
                },
                "beneName": {
                  "type": "string"
                },
                "trnxRefNo": {
                  "type": "string"
                },
                "lcAmtStr": {
                  "type": "string"
                },
                "fcAmtStr": {
                  "type": "string"
                },
                "trnxStatus": {
                  "type": "object",
                  "properties": {
                    "seq": {
                      "type": "integer"
                    },
                    "label": {
                      "type": "string"
                    },
                    "dateMap": {
                      "type": "object",
                      "properties": {
                        "dtStr": {
                          "type": "string"
                        },
                        "timeStamp": {
                          "type": "integer"
                        }
                      },
                      "required": [
                        "dtStr",
                        "timeStamp"
                      ]
                    },
                    "stageMsg": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "seq",
                    "label",
                    "dateMap",
                    "stageMsg"
                  ]
                },
                "trnxProgress": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "seq": {
                        "type": "integer"
                      },
                      "label": {
                        "type": "string"
                      },
                      "dateMap": {
                        "type": "object",
                        "properties": {
                          "dtStr": {
                            "nullable": true
                          },
                          "timeStamp": {
                            "type": "integer"
                          }
                        },
                        "required": [
                          "timeStamp"
                        ]
                      },
                      "stageMsg": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "seq",
                      "label",
                      "dateMap",
                      "stageMsg"
                    ]
                  }
                },
                "web": {
                  "type": "boolean"
                },
                "branch": {
                  "type": "boolean"
                },
                "kiosk": {
                  "type": "boolean"
                },
                "mobile": {
                  "type": "boolean"
                }
              },
              "required": [
                "remittanceTransactionId",
                "beneName",
                "trnxRefNo",
                "lcAmtStr",
                "fcAmtStr",
                "trnxStatus",
                "trnxProgress",
                "web",
                "branch",
                "kiosk",
                "mobile"
              ]
            }
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "results",
          "traceid",
          "signature"
        ]
      },
      "SDABAccountSubmitResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "success": {
                "type": "boolean"
              },
              "tranxId": {
                "type": "string"
              }
            },
            "required": [
              "success",
              "tranxId"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "SDABAccountSubmitResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "AddBeneUniqueIDSubmitResponseModelResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "beneAccountModel": {
                "type": "object",
                "properties": {
                  "beneficaryCountryId": {
                    "type": "integer"
                  },
                  "bankId": {
                    "type": "integer"
                  },
                  "bankBranchId": {
                    "type": "integer"
                  },
                  "bankAccountNumber": {
                    "type": "string"
                  },
                  "ibanNumber": {
                    "nullable": true
                  },
                  "currencyId": {
                    "type": "integer"
                  },
                  "serviceGroupId": {
                    "type": "integer"
                  },
                  "serviceProviderId": {
                    "nullable": true
                  },
                  "serviceProviderBranchId": {
                    "nullable": true
                  },
                  "swiftCode": {
                    "nullable": true
                  },
                  "ifscCode": {
                    "nullable": true
                  },
                  "bankAccountTypeId": {
                    "type": "integer"
                  },
                  "routingNumber": {
                    "nullable": true
                  }
                },
                "required": [
                  "beneficaryCountryId",
                  "bankId",
                  "bankBranchId",
                  "bankAccountNumber",
                  "currencyId",
                  "serviceGroupId",
                  "bankAccountTypeId"
                ]
              },
              "benePersonalDetailModel": {
                "type": "object",
                "properties": {
                  "stateId": {
                    "type": "string"
                  },
                  "cityId": {
                    "type": "string"
                  },
                  "countryId": {
                    "type": "integer"
                  },
                  "districtId": {
                    "type": "integer"
                  },
                  "townId": {
                    "nullable": true
                  },
                  "firstName": {
                    "type": "string"
                  },
                  "secondName": {
                    "type": "string"
                  },
                  "thirdName": {
                    "type": "string"
                  },
                  "fourthName": {
                    "type": "string"
                  },
                  "fifthName": {
                    "type": "string"
                  },
                  "nationality": {
                    "type": "integer"
                  },
                  "localFirstName": {
                    "nullable": true
                  },
                  "localSecondName": {
                    "nullable": true
                  },
                  "localThirdName": {
                    "nullable": true
                  },
                  "localFourthName": {
                    "nullable": true
                  },
                  "localFifthName": {
                    "nullable": true
                  },
                  "telephoneNumber": {
                    "nullable": true
                  },
                  "mobileNumber": {
                    "type": "string"
                  },
                  "countryTelCode": {
                    "type": "string"
                  },
                  "remarks": {
                    "nullable": true
                  },
                  "relationsId": {
                    "type": "integer"
                  },
                  "beneficaryTypeId": {
                    "type": "integer"
                  },
                  "isActive": {
                    "type": "string"
                  },
                  "institutionName": {
                    "nullable": true
                  },
                  "institutionNameLocal": {
                    "nullable": true
                  },
                  "institutionCategoryId": {
                    "nullable": true
                  },
                  "apiBeneNameEdited": {
                    "type": "boolean"
                  },
                  "dateOfBirth": {
                    "nullable": true
                  },
                  "beneAmlDetailDto": {
                    "nullable": true
                  }
                },
                "required": [
                  "stateId",
                  "cityId",
                  "countryId",
                  "districtId",
                  "firstName",
                  "secondName",
                  "thirdName",
                  "fourthName",
                  "fifthName",
                  "nationality",
                  "mobileNumber",
                  "countryTelCode",
                  "relationsId",
                  "beneficaryTypeId",
                  "isActive",
                  "apiBeneNameEdited"
                ]
              },
              "beneTransactionAmountLimit": {
                "type": "string"
              },
              "beneficaryAccountSeqId": {
                "nullable": true
              },
              "beneficaryMasterSeqId": {
                "type": "integer"
              },
              "beneficaryRelationSeqId": {
                "type": "integer"
              },
              "beneVerificiationLinkId": {
                "nullable": true
              },
              "beneChannelAmountLimit": {
                "type": "string"
              },
              "beneNewTrnxTimeLimit": {
                "type": "integer"
              },
              "ekycCust": {
                "type": "boolean"
              },
              "cashChannelBene": {
                "type": "boolean"
              },
              "isUpiBene": {
                "nullable": true
              },
              "isUniqueIdBene": {
                "type": "boolean"
              },
              "_message_type": {
                "type": "string"
              }
            },
            "required": [
              "beneAccountModel",
              "benePersonalDetailModel",
              "beneTransactionAmountLimit",
              "beneficaryMasterSeqId",
              "beneficaryRelationSeqId",
              "beneChannelAmountLimit",
              "beneNewTrnxTimeLimit",
              "ekycCust",
              "cashChannelBene",
              "isUniqueIdBene",
              "_message_type"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          },
          "otp": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature",
          "otp"
        ]
      },
      "AddBeneUniqueIDSubmitResponseModelRequest": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string"
          },
          "beneFullName": {
            "type": "string"
          },
          "uniqueId": {
            "type": "string"
          }
        },
        "required": [
          "type",
          "beneFullName",
          "uniqueId"
        ]
      },
      "AddBeneUpiResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "beneAccountModel": {
                "type": "object",
                "properties": {
                  "beneficaryCountryId": {
                    "type": "integer"
                  },
                  "bankId": {
                    "type": "integer"
                  },
                  "bankBranchId": {
                    "type": "integer"
                  },
                  "bankAccountNumber": {
                    "type": "string"
                  },
                  "ibanNumber": {
                    "nullable": true
                  },
                  "currencyId": {
                    "type": "integer"
                  },
                  "serviceGroupId": {
                    "type": "integer"
                  },
                  "serviceProviderId": {
                    "nullable": true
                  },
                  "serviceProviderBranchId": {
                    "nullable": true
                  },
                  "swiftCode": {
                    "nullable": true
                  },
                  "ifscCode": {
                    "nullable": true
                  },
                  "bankAccountTypeId": {
                    "type": "integer"
                  },
                  "routingNumber": {
                    "nullable": true
                  }
                },
                "required": [
                  "beneficaryCountryId",
                  "bankId",
                  "bankBranchId",
                  "bankAccountNumber",
                  "currencyId",
                  "serviceGroupId",
                  "bankAccountTypeId"
                ]
              },
              "benePersonalDetailModel": {
                "type": "object",
                "properties": {
                  "stateId": {
                    "type": "string"
                  },
                  "cityId": {
                    "type": "string"
                  },
                  "countryId": {
                    "type": "integer"
                  },
                  "districtId": {
                    "type": "integer"
                  },
                  "townId": {
                    "nullable": true
                  },
                  "firstName": {
                    "type": "string"
                  },
                  "secondName": {
                    "type": "string"
                  },
                  "thirdName": {
                    "nullable": true
                  },
                  "fourthName": {
                    "nullable": true
                  },
                  "fifthName": {
                    "nullable": true
                  },
                  "nationality": {
                    "type": "string"
                  },
                  "localFirstName": {
                    "nullable": true
                  },
                  "localSecondName": {
                    "nullable": true
                  },
                  "localThirdName": {
                    "nullable": true
                  },
                  "localFourthName": {
                    "nullable": true
                  },
                  "localFifthName": {
                    "nullable": true
                  },
                  "telephoneNumber": {
                    "nullable": true
                  },
                  "mobileNumber": {
                    "type": "string"
                  },
                  "countryTelCode": {
                    "type": "string"
                  },
                  "remarks": {
                    "nullable": true
                  },
                  "relationsId": {
                    "type": "integer"
                  },
                  "beneficaryTypeId": {
                    "type": "integer"
                  },
                  "isActive": {
                    "type": "string"
                  },
                  "institutionName": {
                    "nullable": true
                  },
                  "institutionNameLocal": {
                    "nullable": true
                  },
                  "institutionCategoryId": {
                    "nullable": true
                  },
                  "apiBeneNameEdited": {
                    "type": "boolean"
                  },
                  "dateOfBirth": {
                    "nullable": true
                  }
                },
                "required": [
                  "stateId",
                  "cityId",
                  "countryId",
                  "districtId",
                  "firstName",
                  "secondName",
                  "nationality",
                  "mobileNumber",
                  "countryTelCode",
                  "relationsId",
                  "beneficaryTypeId",
                  "isActive",
                  "apiBeneNameEdited"
                ]
              },
              "beneTransactionAmountLimit": {
                "type": "string"
              },
              "beneficaryAccountSeqId": {
                "nullable": true
              },
              "beneficaryMasterSeqId": {
                "type": "integer"
              },
              "beneficaryRelationSeqId": {
                "type": "integer"
              },
              "beneVerificiationLinkId": {
                "nullable": true
              },
              "beneChannelAmountLimit": {
                "type": "string"
              },
              "beneNewTrnxTimeLimit": {
                "type": "integer"
              },
              "ekycCust": {
                "type": "boolean"
              },
              "cashChannelBene": {
                "type": "boolean"
              },
              "isUpiBene": {
                "type": "boolean"
              },
              "_message_type": {
                "type": "string"
              }
            },
            "required": [
              "beneAccountModel",
              "benePersonalDetailModel",
              "beneTransactionAmountLimit",
              "beneficaryMasterSeqId",
              "beneficaryRelationSeqId",
              "beneChannelAmountLimit",
              "beneNewTrnxTimeLimit",
              "ekycCust",
              "cashChannelBene",
              "isUpiBene",
              "_message_type"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "AddBeneUpiResponseRequest": {
        "type": "object",
        "properties": {
          "upiId": {
            "type": "string"
          }
        },
        "required": [
          "upiId"
        ]
      },
      "SDABSubmitResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "beneAccountModel": {
                "type": "object",
                "properties": {
                  "beneficaryCountryId": {
                    "type": "integer"
                  },
                  "bankId": {
                    "type": "integer"
                  },
                  "bankBranchId": {
                    "type": "integer"
                  },
                  "bankAccountNumber": {
                    "type": "string"
                  },
                  "ibanNumber": {
                    "nullable": true
                  },
                  "currencyId": {
                    "type": "integer"
                  },
                  "serviceGroupId": {
                    "type": "integer"
                  },
                  "serviceProviderId": {
                    "nullable": true
                  },
                  "serviceProviderBranchId": {
                    "nullable": true
                  },
                  "swiftCode": {
                    "type": "string"
                  },
                  "ifscCode": {
                    "nullable": true
                  },
                  "bankAccountTypeId": {
                    "type": "integer"
                  },
                  "routingNumber": {
                    "nullable": true
                  }
                },
                "required": [
                  "beneficaryCountryId",
                  "bankId",
                  "bankBranchId",
                  "bankAccountNumber",
                  "currencyId",
                  "serviceGroupId",
                  "swiftCode",
                  "bankAccountTypeId"
                ]
              },
              "benePersonalDetailModel": {
                "type": "object",
                "properties": {
                  "stateId": {
                    "type": "string"
                  },
                  "cityId": {
                    "nullable": true
                  },
                  "countryId": {
                    "type": "integer"
                  },
                  "districtId": {
                    "type": "integer"
                  },
                  "townId": {
                    "nullable": true
                  },
                  "firstName": {
                    "type": "string"
                  },
                  "secondName": {
                    "type": "string"
                  },
                  "thirdName": {
                    "nullable": true
                  },
                  "fourthName": {
                    "nullable": true
                  },
                  "fifthName": {
                    "nullable": true
                  },
                  "nationality": {
                    "type": "string"
                  },
                  "localFirstName": {
                    "nullable": true
                  },
                  "localSecondName": {
                    "nullable": true
                  },
                  "localThirdName": {
                    "nullable": true
                  },
                  "localFourthName": {
                    "nullable": true
                  },
                  "localFifthName": {
                    "nullable": true
                  },
                  "telephoneNumber": {
                    "nullable": true
                  },
                  "mobileNumber": {
                    "type": "string"
                  },
                  "countryTelCode": {
                    "type": "string"
                  },
                  "remarks": {
                    "nullable": true
                  },
                  "relationsId": {
                    "type": "integer"
                  },
                  "beneficaryTypeId": {
                    "type": "integer"
                  },
                  "isActive": {
                    "type": "string"
                  },
                  "institutionName": {
                    "nullable": true
                  },
                  "institutionNameLocal": {
                    "nullable": true
                  },
                  "institutionCategoryId": {
                    "nullable": true
                  },
                  "apiBeneNameEdited": {
                    "type": "boolean"
                  },
                  "dateOfBirth": {
                    "nullable": true
                  },
                  "beneAmlDetailDto": {
                    "nullable": true
                  }
                },
                "required": [
                  "stateId",
                  "countryId",
                  "districtId",
                  "firstName",
                  "secondName",
                  "nationality",
                  "mobileNumber",
                  "countryTelCode",
                  "relationsId",
                  "beneficaryTypeId",
                  "isActive",
                  "apiBeneNameEdited"
                ]
              },
              "beneTransactionAmountLimit": {
                "type": "string"
              },
              "beneficaryAccountSeqId": {
                "nullable": true
              },
              "beneficaryMasterSeqId": {
                "nullable": true
              },
              "beneficaryRelationSeqId": {
                "type": "integer"
              },
              "beneVerificiationLinkId": {
                "nullable": true
              },
              "beneChannelAmountLimit": {
                "type": "string"
              },
              "beneNewTrnxTimeLimit": {
                "type": "integer"
              },
              "ekycCust": {
                "type": "boolean"
              },
              "cashChannelBene": {
                "type": "boolean"
              },
              "isUpiBene": {
                "nullable": true
              },
              "isUniqueIdBene": {
                "nullable": true
              },
              "_message_type": {
                "type": "string"
              }
            },
            "required": [
              "beneAccountModel",
              "benePersonalDetailModel",
              "beneTransactionAmountLimit",
              "beneficaryRelationSeqId",
              "beneChannelAmountLimit",
              "beneNewTrnxTimeLimit",
              "ekycCust",
              "cashChannelBene",
              "_message_type"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "SDABSubmitResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "EnableDisableBeneResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "success": {
                "type": "boolean"
              }
            },
            "required": [
              "success"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "EnableDisableBeneResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "GetBeneNameUpdateFieldsResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "BeneficiaryListModelResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "idNo": {
                  "type": "integer"
                },
                "beneficaryMasterSeqId": {
                  "type": "integer"
                },
                "applicationCountryId": {
                  "type": "integer"
                },
                "firstName": {
                  "type": "string"
                },
                "secondName": {
                  "type": "string"
                },
                "thirdName": {
                  "nullable": true
                },
                "fourthName": {
                  "nullable": true
                },
                "fiftheName": {
                  "nullable": true
                },
                "firstNameLocal": {
                  "nullable": true
                },
                "secondNameLocal": {
                  "nullable": true
                },
                "thirdNameLocal": {
                  "nullable": true
                },
                "fourthNameLocal": {
                  "nullable": true
                },
                "fifthNameLocal": {
                  "nullable": true
                },
                "benificaryStatusId": {
                  "type": "integer"
                },
                "nationality": {
                  "type": "string"
                },
                "nationalityName": {
                  "type": "string"
                },
                "dateOfBirth": {
                  "nullable": true
                },
                "yearOfBirth": {
                  "nullable": true
                },
                "age": {
                  "nullable": true
                },
                "occupation": {
                  "nullable": true
                },
                "stateId": {
                  "type": "string"
                },
                "districtId": {
                  "type": "integer"
                },
                "cityId": {
                  "type": "string"
                },
                "stateName": {
                  "type": "string"
                },
                "districtName": {
                  "type": "string"
                },
                "cityName": {
                  "type": "string"
                },
                "noOfRemittance": {
                  "nullable": true
                },
                "isActive": {
                  "type": "string"
                },
                "createdBy": {
                  "type": "string"
                },
                "createdDate": {
                  "type": "integer"
                },
                "modifiedBy": {
                  "nullable": true
                },
                "modifiedDate": {
                  "nullable": true
                },
                "benificaryStatusName": {
                  "type": "string"
                },
                "remarks": {
                  "nullable": true
                },
                "bankName": {
                  "type": "string"
                },
                "bankBranchName": {
                  "type": "string"
                },
                "bankAccountNumber": {
                  "type": "string"
                },
                "currencyId": {
                  "type": "integer"
                },
                "accountStatus": {
                  "type": "string"
                },
                "branchCode": {
                  "type": "integer"
                },
                "bankCode": {
                  "type": "string"
                },
                "serviceProvider": {
                  "nullable": true
                },
                "serviceGroupId": {
                  "type": "integer"
                },
                "relationShipName": {
                  "type": "string"
                },
                "relationShipId": {
                  "type": "integer"
                },
                "benificaryName": {
                  "type": "string"
                },
                "customerId": {
                  "type": "integer"
                },
                "arbenificaryName": {
                  "nullable": true
                },
                "bankId": {
                  "type": "integer"
                },
                "currencyName": {
                  "type": "string"
                },
                "branchId": {
                  "type": "integer"
                },
                "serviceGroupCode": {
                  "type": "string"
                },
                "currencyQuoteName": {
                  "type": "string"
                },
                "beneficiaryAccountSeqId": {
                  "type": "integer"
                },
                "beneficiaryRelationShipSeqId": {
                  "type": "integer"
                },
                "countryId": {
                  "type": "integer"
                },
                "countryName": {
                  "type": "string"
                },
                "benificaryCountry": {
                  "type": "integer"
                },
                "benificaryBankCountryName": {
                  "type": "string"
                },
                "mapSequenceId": {
                  "type": "integer"
                },
                "lastJavaRemittance": {
                  "type": "integer"
                },
                "lastEmosRemittance": {
                  "type": "integer"
                },
                "creationType": {
                  "nullable": true
                },
                "bankAccountTypeId": {
                  "type": "integer"
                },
                "swiftBic": {
                  "nullable": true
                },
                "buildingNo": {
                  "type": "string"
                },
                "flatNo": {
                  "type": "string"
                },
                "streetNo": {
                  "type": "string"
                },
                "totalTrnx": {
                  "type": "integer"
                },
                "orsStatus": {
                  "type": "integer"
                },
                "languageId": {
                  "type": "integer"
                },
                "beneficiaryErrorStatus": {
                  "type": "array",
                  "items": {}
                },
                "serviceGroupName": {
                  "type": "string"
                },
                "myFavouriteBene": {
                  "nullable": true
                },
                "bankShortNames": {
                  "type": "string"
                },
                "canTransact": {
                  "type": "boolean"
                },
                "beneStatusDto": {
                  "nullable": true
                },
                "updateBeneStatus": {
                  "nullable": true
                },
                "mobileNumber": {
                  "type": "string"
                },
                "countryTelCode": {
                  "nullable": true
                },
                "bankLocalName": {
                  "nullable": true
                },
                "ibanNumber": {
                  "nullable": true
                },
                "institutionCategoryId": {
                  "nullable": true
                },
                "institutionName": {
                  "nullable": true
                },
                "institutionNameLocal": {
                  "nullable": true
                },
                "branchIfsc": {
                  "type": "string"
                },
                "routingId": {
                  "nullable": true
                },
                "beneBankAccountNumber": {
                  "type": "string"
                },
                "agentTownName": {
                  "nullable": true
                },
                "agentCityId": {
                  "nullable": true
                },
                "agentStateId": {
                  "nullable": true
                },
                "townId": {
                  "nullable": true
                },
                "accountNumber": {
                  "type": "string"
                },
                "bankStatus": {
                  "type": "string"
                },
                "bankBranchStatus": {
                  "type": "string"
                },
                "beneNameEdit": {
                  "type": "boolean"
                },
                "reasonCodeDesc": {
                  "nullable": true
                },
                "lastActionBy": {
                  "nullable": true
                },
                "beneStatusNameNew": {
                  "type": "string"
                },
                "isBeneStatusValid": {
                  "type": "string"
                },
                "isNationalIdValid": {
                  "type": "string"
                },
                "isHomeCountyValid": {
                  "type": "string"
                },
                "isCountyAcctTypeValid": {
                  "type": "string"
                },
                "sourOfIncomeId": {
                  "nullable": true
                },
                "localTrnxAmount": {
                  "nullable": true
                },
                "collectionDocNo": {
                  "nullable": true
                },
                "collectionDocFYear": {
                  "nullable": true
                },
                "createdDateStr": {
                  "nullable": true
                },
                "documentDateStr": {
                  "nullable": true
                },
                "fcTrnxAmount": {
                  "nullable": true
                },
                "relCreatedBy": {
                  "type": "string"
                },
                "institutionBankCode": {
                  "nullable": true
                },
                "transitNumber": {
                  "nullable": true
                },
                "predictionId": {
                  "nullable": true
                },
                "instituteBranchCode": {
                  "nullable": true
                },
                "beneBankCountyIso2": {
                  "type": "string"
                },
                "quickAddbene": {
                  "nullable": true
                },
                "accountNoLength": {
                  "nullable": true
                },
                "ibanFlag": {
                  "nullable": true
                },
                "ibanNoLength": {
                  "nullable": true
                },
                "beneFullNameApi": {
                  "nullable": true
                },
                "disableEditBene": {
                  "type": "boolean"
                },
                "upiBene": {
                  "type": "boolean"
                },
                "districtRequired": {
                  "type": "boolean"
                },
                "stateIdBigDecimal": {
                  "type": "integer"
                },
                "cityIdBigDecimal": {
                  "type": "integer"
                },
                "updateNeeded": {
                  "type": "boolean"
                },
                "_id": {
                  "nullable": true
                },
                "_name": {
                  "nullable": true
                },
                "_local_name": {
                  "nullable": true
                },
                "_code": {
                  "nullable": true
                },
                "_value": {
                  "nullable": true
                },
                "_is_pending": {
                  "type": "boolean"
                },
                "_is_deactive": {
                  "type": "boolean"
                },
                "_is_favourite": {
                  "type": "boolean"
                },
                "_is_hold": {
                  "type": "boolean"
                },
                "_is_active": {
                  "type": "boolean"
                },
                "_is_disabled": {
                  "type": "boolean"
                }
              },
              "required": [
                "idNo",
                "beneficaryMasterSeqId",
                "applicationCountryId",
                "firstName",
                "secondName",
                "benificaryStatusId",
                "nationality",
                "nationalityName",
                "stateId",
                "districtId",
                "cityId",
                "stateName",
                "districtName",
                "cityName",
                "isActive",
                "createdBy",
                "createdDate",
                "benificaryStatusName",
                "bankName",
                "bankBranchName",
                "bankAccountNumber",
                "currencyId",
                "accountStatus",
                "branchCode",
                "bankCode",
                "serviceGroupId",
                "relationShipName",
                "relationShipId",
                "benificaryName",
                "customerId",
                "bankId",
                "currencyName",
                "branchId",
                "serviceGroupCode",
                "currencyQuoteName",
                "beneficiaryAccountSeqId",
                "beneficiaryRelationShipSeqId",
                "countryId",
                "countryName",
                "benificaryCountry",
                "benificaryBankCountryName",
                "mapSequenceId",
                "lastJavaRemittance",
                "lastEmosRemittance",
                "bankAccountTypeId",
                "buildingNo",
                "flatNo",
                "streetNo",
                "totalTrnx",
                "orsStatus",
                "languageId",
                "beneficiaryErrorStatus",
                "serviceGroupName",
                "bankShortNames",
                "canTransact",
                "mobileNumber",
                "branchIfsc",
                "beneBankAccountNumber",
                "accountNumber",
                "bankStatus",
                "bankBranchStatus",
                "beneNameEdit",
                "beneStatusNameNew",
                "isBeneStatusValid",
                "isNationalIdValid",
                "isHomeCountyValid",
                "isCountyAcctTypeValid",
                "relCreatedBy",
                "beneBankCountyIso2",
                "disableEditBene",
                "upiBene",
                "districtRequired",
                "stateIdBigDecimal",
                "cityIdBigDecimal",
                "updateNeeded",
                "_is_pending",
                "_is_deactive",
                "_is_favourite",
                "_is_hold",
                "_is_active",
                "_is_disabled"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "BeneficiaryListModelRequest": {
        "type": "object",
        "properties": {}
      },
      "RepeatCartResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "idNo": {
                  "type": "integer"
                },
                "beneficaryMasterSeqId": {
                  "type": "integer"
                },
                "applicationCountryId": {
                  "type": "integer"
                },
                "firstName": {
                  "type": "string"
                },
                "secondName": {
                  "type": "string"
                },
                "thirdName": {
                  "nullable": true
                },
                "fourthName": {
                  "nullable": true
                },
                "fiftheName": {
                  "nullable": true
                },
                "firstNameLocal": {
                  "nullable": true
                },
                "secondNameLocal": {
                  "nullable": true
                },
                "thirdNameLocal": {
                  "nullable": true
                },
                "fourthNameLocal": {
                  "nullable": true
                },
                "fifthNameLocal": {
                  "nullable": true
                },
                "benificaryStatusId": {
                  "type": "integer"
                },
                "nationality": {
                  "type": "string"
                },
                "nationalityName": {
                  "type": "string"
                },
                "dateOfBirth": {
                  "nullable": true
                },
                "yearOfBirth": {
                  "nullable": true
                },
                "age": {
                  "nullable": true
                },
                "occupation": {
                  "nullable": true
                },
                "stateId": {
                  "type": "string"
                },
                "districtId": {
                  "type": "integer"
                },
                "cityId": {
                  "type": "string"
                },
                "stateName": {
                  "type": "string"
                },
                "districtName": {
                  "type": "string"
                },
                "cityName": {
                  "type": "string"
                },
                "noOfRemittance": {
                  "nullable": true
                },
                "isActive": {
                  "type": "string"
                },
                "createdBy": {
                  "type": "string"
                },
                "createdDate": {
                  "type": "integer"
                },
                "modifiedBy": {
                  "nullable": true
                },
                "modifiedDate": {
                  "nullable": true
                },
                "benificaryStatusName": {
                  "type": "string"
                },
                "remarks": {
                  "nullable": true
                },
                "bankName": {
                  "type": "string"
                },
                "bankBranchName": {
                  "type": "string"
                },
                "bankAccountNumber": {
                  "type": "string"
                },
                "currencyId": {
                  "type": "integer"
                },
                "accountStatus": {
                  "type": "string"
                },
                "branchCode": {
                  "type": "integer"
                },
                "bankCode": {
                  "type": "string"
                },
                "serviceProvider": {
                  "nullable": true
                },
                "serviceGroupId": {
                  "type": "integer"
                },
                "relationShipName": {
                  "type": "string"
                },
                "relationShipId": {
                  "type": "integer"
                },
                "benificaryName": {
                  "type": "string"
                },
                "customerId": {
                  "type": "integer"
                },
                "arbenificaryName": {
                  "nullable": true
                },
                "bankId": {
                  "type": "integer"
                },
                "currencyName": {
                  "type": "string"
                },
                "branchId": {
                  "type": "integer"
                },
                "serviceGroupCode": {
                  "type": "string"
                },
                "currencyQuoteName": {
                  "type": "string"
                },
                "beneficiaryAccountSeqId": {
                  "type": "integer"
                },
                "beneficiaryRelationShipSeqId": {
                  "type": "integer"
                },
                "countryId": {
                  "type": "integer"
                },
                "countryName": {
                  "type": "string"
                },
                "benificaryCountry": {
                  "type": "integer"
                },
                "benificaryBankCountryName": {
                  "type": "string"
                },
                "mapSequenceId": {
                  "type": "integer"
                },
                "lastJavaRemittance": {
                  "nullable": true
                },
                "lastEmosRemittance": {
                  "nullable": true
                },
                "creationType": {
                  "nullable": true
                },
                "bankAccountTypeId": {
                  "type": "integer"
                },
                "swiftBic": {
                  "nullable": true
                },
                "buildingNo": {
                  "type": "string"
                },
                "flatNo": {
                  "type": "string"
                },
                "streetNo": {
                  "type": "string"
                },
                "totalTrnx": {
                  "type": "integer"
                },
                "orsStatus": {
                  "type": "integer"
                },
                "languageId": {
                  "type": "integer"
                },
                "beneficiaryErrorStatus": {
                  "type": "array",
                  "items": {}
                },
                "serviceGroupName": {
                  "type": "string"
                },
                "myFavouriteBene": {
                  "nullable": true
                },
                "bankShortNames": {
                  "type": "string"
                },
                "canTransact": {
                  "type": "boolean"
                },
                "beneStatusDto": {
                  "nullable": true
                },
                "updateBeneStatus": {
                  "nullable": true
                },
                "mobileNumber": {
                  "type": "string"
                },
                "countryTelCode": {
                  "nullable": true
                },
                "bankLocalName": {
                  "type": "string"
                },
                "ibanNumber": {
                  "nullable": true
                },
                "institutionCategoryId": {
                  "nullable": true
                },
                "institutionName": {
                  "nullable": true
                },
                "institutionNameLocal": {
                  "nullable": true
                },
                "branchIfsc": {
                  "type": "string"
                },
                "routingId": {
                  "nullable": true
                },
                "beneBankAccountNumber": {
                  "type": "string"
                },
                "agentTownName": {
                  "nullable": true
                },
                "agentCityId": {
                  "nullable": true
                },
                "agentStateId": {
                  "nullable": true
                },
                "townId": {
                  "nullable": true
                },
                "accountNumber": {
                  "type": "string"
                },
                "bankStatus": {
                  "type": "string"
                },
                "bankBranchStatus": {
                  "type": "string"
                },
                "beneNameEdit": {
                  "type": "boolean"
                },
                "reasonCodeDesc": {
                  "nullable": true
                },
                "lastActionBy": {
                  "nullable": true
                },
                "beneStatusNameNew": {
                  "nullable": true
                },
                "isBeneStatusValid": {
                  "type": "string"
                },
                "isNationalIdValid": {
                  "type": "string"
                },
                "isHomeCountyValid": {
                  "type": "string"
                },
                "isCountyAcctTypeValid": {
                  "type": "string"
                },
                "sourOfIncomeId": {
                  "type": "integer"
                },
                "localTrnxAmount": {
                  "type": "integer"
                },
                "collectionDocNo": {
                  "type": "integer"
                },
                "collectionDocFYear": {
                  "type": "integer"
                },
                "createdDateStr": {
                  "type": "string"
                },
                "documentDateStr": {
                  "type": "string"
                },
                "fcTrnxAmount": {
                  "nullable": true
                },
                "relCreatedBy": {
                  "nullable": true
                },
                "institutionBankCode": {
                  "nullable": true
                },
                "transitNumber": {
                  "nullable": true
                },
                "predictionId": {
                  "nullable": true
                },
                "instituteBranchCode": {
                  "nullable": true
                },
                "updateNeeded": {
                  "type": "boolean"
                },
                "stateIdBigDecimal": {
                  "type": "integer"
                },
                "cityIdBigDecimal": {
                  "type": "integer"
                },
                "districtRequired": {
                  "type": "boolean"
                },
                "_id": {
                  "nullable": true
                },
                "_name": {
                  "nullable": true
                },
                "_local_name": {
                  "type": "string"
                },
                "_code": {
                  "nullable": true
                },
                "_value": {
                  "nullable": true
                },
                "_is_favourite": {
                  "type": "boolean"
                },
                "_is_hold": {
                  "type": "boolean"
                },
                "_is_pending": {
                  "type": "boolean"
                },
                "_is_deactive": {
                  "type": "boolean"
                },
                "_is_active": {
                  "type": "boolean"
                },
                "_is_disabled": {
                  "type": "boolean"
                }
              },
              "required": [
                "idNo",
                "beneficaryMasterSeqId",
                "applicationCountryId",
                "firstName",
                "secondName",
                "benificaryStatusId",
                "nationality",
                "nationalityName",
                "stateId",
                "districtId",
                "cityId",
                "stateName",
                "districtName",
                "cityName",
                "isActive",
                "createdBy",
                "createdDate",
                "benificaryStatusName",
                "bankName",
                "bankBranchName",
                "bankAccountNumber",
                "currencyId",
                "accountStatus",
                "branchCode",
                "bankCode",
                "serviceGroupId",
                "relationShipName",
                "relationShipId",
                "benificaryName",
                "customerId",
                "bankId",
                "currencyName",
                "branchId",
                "serviceGroupCode",
                "currencyQuoteName",
                "beneficiaryAccountSeqId",
                "beneficiaryRelationShipSeqId",
                "countryId",
                "countryName",
                "benificaryCountry",
                "benificaryBankCountryName",
                "mapSequenceId",
                "bankAccountTypeId",
                "buildingNo",
                "flatNo",
                "streetNo",
                "totalTrnx",
                "orsStatus",
                "languageId",
                "beneficiaryErrorStatus",
                "serviceGroupName",
                "bankShortNames",
                "canTransact",
                "mobileNumber",
                "bankLocalName",
                "branchIfsc",
                "beneBankAccountNumber",
                "accountNumber",
                "bankStatus",
                "bankBranchStatus",
                "beneNameEdit",
                "isBeneStatusValid",
                "isNationalIdValid",
                "isHomeCountyValid",
                "isCountyAcctTypeValid",
                "sourOfIncomeId",
                "localTrnxAmount",
                "collectionDocNo",
                "collectionDocFYear",
                "createdDateStr",
                "documentDateStr",
                "updateNeeded",
                "stateIdBigDecimal",
                "cityIdBigDecimal",
                "districtRequired",
                "_local_name",
                "_is_favourite",
                "_is_hold",
                "_is_pending",
                "_is_deactive",
                "_is_active",
                "_is_disabled"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "RepeatCartResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "RepeatTransactionResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "idNo": {
                  "type": "integer"
                },
                "beneficaryMasterSeqId": {
                  "type": "integer"
                },
                "applicationCountryId": {
                  "type": "integer"
                },
                "firstName": {
                  "type": "string"
                },
                "secondName": {
                  "type": "string"
                },
                "thirdName": {
                  "nullable": true
                },
                "fourthName": {
                  "nullable": true
                },
                "fiftheName": {
                  "nullable": true
                },
                "firstNameLocal": {
                  "nullable": true
                },
                "secondNameLocal": {
                  "nullable": true
                },
                "thirdNameLocal": {
                  "nullable": true
                },
                "fourthNameLocal": {
                  "nullable": true
                },
                "fifthNameLocal": {
                  "nullable": true
                },
                "benificaryStatusId": {
                  "type": "integer"
                },
                "nationality": {
                  "type": "string"
                },
                "nationalityName": {
                  "type": "string"
                },
                "dateOfBirth": {
                  "nullable": true
                },
                "yearOfBirth": {
                  "nullable": true
                },
                "age": {
                  "nullable": true
                },
                "occupation": {
                  "nullable": true
                },
                "stateId": {
                  "type": "string"
                },
                "districtId": {
                  "type": "integer"
                },
                "cityId": {
                  "type": "string"
                },
                "stateName": {
                  "type": "string"
                },
                "districtName": {
                  "type": "string"
                },
                "cityName": {
                  "type": "string"
                },
                "noOfRemittance": {
                  "nullable": true
                },
                "isActive": {
                  "type": "string"
                },
                "createdBy": {
                  "type": "string"
                },
                "createdDate": {
                  "type": "integer"
                },
                "modifiedBy": {
                  "nullable": true
                },
                "modifiedDate": {
                  "nullable": true
                },
                "benificaryStatusName": {
                  "type": "string"
                },
                "remarks": {
                  "nullable": true
                },
                "bankName": {
                  "type": "string"
                },
                "bankBranchName": {
                  "type": "string"
                },
                "bankAccountNumber": {
                  "type": "string"
                },
                "currencyId": {
                  "type": "integer"
                },
                "accountStatus": {
                  "type": "string"
                },
                "branchCode": {
                  "type": "integer"
                },
                "bankCode": {
                  "type": "string"
                },
                "serviceProvider": {
                  "nullable": true
                },
                "serviceGroupId": {
                  "type": "integer"
                },
                "relationShipName": {
                  "type": "string"
                },
                "relationShipId": {
                  "type": "integer"
                },
                "benificaryName": {
                  "type": "string"
                },
                "customerId": {
                  "type": "integer"
                },
                "arbenificaryName": {
                  "nullable": true
                },
                "bankId": {
                  "type": "integer"
                },
                "currencyName": {
                  "type": "string"
                },
                "branchId": {
                  "type": "integer"
                },
                "serviceGroupCode": {
                  "type": "string"
                },
                "currencyQuoteName": {
                  "type": "string"
                },
                "beneficiaryAccountSeqId": {
                  "type": "integer"
                },
                "beneficiaryRelationShipSeqId": {
                  "type": "integer"
                },
                "countryId": {
                  "type": "integer"
                },
                "countryName": {
                  "type": "string"
                },
                "benificaryCountry": {
                  "type": "integer"
                },
                "benificaryBankCountryName": {
                  "type": "string"
                },
                "mapSequenceId": {
                  "type": "integer"
                },
                "lastJavaRemittance": {
                  "type": "integer"
                },
                "lastEmosRemittance": {
                  "type": "integer"
                },
                "creationType": {
                  "nullable": true
                },
                "bankAccountTypeId": {
                  "type": "integer"
                },
                "swiftBic": {
                  "nullable": true
                },
                "buildingNo": {
                  "type": "string"
                },
                "flatNo": {
                  "type": "string"
                },
                "streetNo": {
                  "type": "string"
                },
                "totalTrnx": {
                  "type": "integer"
                },
                "orsStatus": {
                  "type": "integer"
                },
                "languageId": {
                  "type": "integer"
                },
                "beneficiaryErrorStatus": {
                  "type": "array",
                  "items": {}
                },
                "serviceGroupName": {
                  "type": "string"
                },
                "myFavouriteBene": {
                  "nullable": true
                },
                "bankShortNames": {
                  "type": "string"
                },
                "canTransact": {
                  "type": "boolean"
                },
                "beneStatusDto": {
                  "nullable": true
                },
                "updateBeneStatus": {
                  "nullable": true
                },
                "mobileNumber": {
                  "type": "string"
                },
                "countryTelCode": {
                  "nullable": true
                },
                "bankLocalName": {
                  "nullable": true
                },
                "ibanNumber": {
                  "nullable": true
                },
                "institutionCategoryId": {
                  "nullable": true
                },
                "institutionName": {
                  "nullable": true
                },
                "institutionNameLocal": {
                  "nullable": true
                },
                "branchIfsc": {
                  "type": "string"
                },
                "routingId": {
                  "nullable": true
                },
                "beneBankAccountNumber": {
                  "type": "string"
                },
                "agentTownName": {
                  "nullable": true
                },
                "agentCityId": {
                  "nullable": true
                },
                "agentStateId": {
                  "nullable": true
                },
                "townId": {
                  "nullable": true
                },
                "accountNumber": {
                  "type": "string"
                },
                "bankStatus": {
                  "type": "string"
                },
                "bankBranchStatus": {
                  "type": "string"
                },
                "beneNameEdit": {
                  "type": "boolean"
                },
                "reasonCodeDesc": {
                  "nullable": true
                },
                "lastActionBy": {
                  "nullable": true
                },
                "beneStatusNameNew": {
                  "type": "string"
                },
                "isBeneStatusValid": {
                  "type": "string"
                },
                "isNationalIdValid": {
                  "type": "string"
                },
                "isHomeCountyValid": {
                  "type": "string"
                },
                "isCountyAcctTypeValid": {
                  "type": "string"
                },
                "sourOfIncomeId": {
                  "type": "integer"
                },
                "localTrnxAmount": {
                  "type": "integer"
                },
                "collectionDocNo": {
                  "nullable": true
                },
                "collectionDocFYear": {
                  "nullable": true
                },
                "createdDateStr": {
                  "nullable": true
                },
                "documentDateStr": {
                  "nullable": true
                },
                "fcTrnxAmount": {
                  "type": "integer"
                },
                "relCreatedBy": {
                  "type": "string"
                },
                "institutionBankCode": {
                  "nullable": true
                },
                "transitNumber": {
                  "nullable": true
                },
                "predictionId": {
                  "nullable": true
                },
                "instituteBranchCode": {
                  "nullable": true
                },
                "updateNeeded": {
                  "type": "boolean"
                },
                "stateIdBigDecimal": {
                  "type": "integer"
                },
                "cityIdBigDecimal": {
                  "type": "integer"
                },
                "districtRequired": {
                  "type": "boolean"
                },
                "_id": {
                  "nullable": true
                },
                "_name": {
                  "nullable": true
                },
                "_local_name": {
                  "nullable": true
                },
                "_code": {
                  "nullable": true
                },
                "_value": {
                  "nullable": true
                },
                "_is_favourite": {
                  "type": "boolean"
                },
                "_is_hold": {
                  "type": "boolean"
                },
                "_is_pending": {
                  "type": "boolean"
                },
                "_is_deactive": {
                  "type": "boolean"
                },
                "_is_active": {
                  "type": "boolean"
                },
                "_is_disabled": {
                  "type": "boolean"
                }
              },
              "required": [
                "idNo",
                "beneficaryMasterSeqId",
                "applicationCountryId",
                "firstName",
                "secondName",
                "benificaryStatusId",
                "nationality",
                "nationalityName",
                "stateId",
                "districtId",
                "cityId",
                "stateName",
                "districtName",
                "cityName",
                "isActive",
                "createdBy",
                "createdDate",
                "benificaryStatusName",
                "bankName",
                "bankBranchName",
                "bankAccountNumber",
                "currencyId",
                "accountStatus",
                "branchCode",
                "bankCode",
                "serviceGroupId",
                "relationShipName",
                "relationShipId",
                "benificaryName",
                "customerId",
                "bankId",
                "currencyName",
                "branchId",
                "serviceGroupCode",
                "currencyQuoteName",
                "beneficiaryAccountSeqId",
                "beneficiaryRelationShipSeqId",
                "countryId",
                "countryName",
                "benificaryCountry",
                "benificaryBankCountryName",
                "mapSequenceId",
                "lastJavaRemittance",
                "lastEmosRemittance",
                "bankAccountTypeId",
                "buildingNo",
                "flatNo",
                "streetNo",
                "totalTrnx",
                "orsStatus",
                "languageId",
                "beneficiaryErrorStatus",
                "serviceGroupName",
                "bankShortNames",
                "canTransact",
                "mobileNumber",
                "branchIfsc",
                "beneBankAccountNumber",
                "accountNumber",
                "bankStatus",
                "bankBranchStatus",
                "beneNameEdit",
                "beneStatusNameNew",
                "isBeneStatusValid",
                "isNationalIdValid",
                "isHomeCountyValid",
                "isCountyAcctTypeValid",
                "sourOfIncomeId",
                "localTrnxAmount",
                "fcTrnxAmount",
                "relCreatedBy",
                "updateNeeded",
                "stateIdBigDecimal",
                "cityIdBigDecimal",
                "districtRequired",
                "_is_favourite",
                "_is_hold",
                "_is_pending",
                "_is_deactive",
                "_is_active",
                "_is_disabled"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "RepeatTransactionResponseRequest": {
        "type": "object",
        "properties": {
          "excludeSpBene": {
            "type": "string"
          }
        },
        "required": [
          "excludeSpBene"
        ]
      },
      "SDABPersonalInfoResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "success": {
                "type": "boolean"
              },
              "tranxId": {
                "type": "string"
              }
            },
            "required": [
              "success",
              "tranxId"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "SDABPersonalInfoResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "AddAssistedBeneResponseModelResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "requestId": {
                "type": "integer"
              },
              "customerId": {
                "type": "integer"
              },
              "dmsFileId": {
                "type": "integer"
              },
              "note": {
                "type": "string"
              },
              "status": {
                "type": "string"
              },
              "dateTime": {
                "type": "string"
              },
              "isActive": {
                "type": "string"
              },
              "creationDate": {
                "type": "string"
              },
              "created_by": {
                "type": "string"
              },
              "modifiedDate": {
                "nullable": true
              },
              "modified_by": {
                "nullable": true
              },
              "beneId": {
                "nullable": true
              },
              "remarks": {
                "nullable": true
              },
              "branchModifiedDate": {
                "nullable": true
              },
              "modifiedByBranch": {
                "nullable": true
              },
              "corridor": {
                "nullable": true
              },
              "countryId": {
                "nullable": true
              },
              "currencyId": {
                "nullable": true
              }
            },
            "required": [
              "requestId",
              "customerId",
              "dmsFileId",
              "note",
              "status",
              "dateTime",
              "isActive",
              "creationDate",
              "created_by"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "AddAssistedBeneResponseModelRequest": {
        "type": "object",
        "properties": {
          "note": {
            "type": "string"
          }
        },
        "required": [
          "note"
        ]
      },
      "verifyUPIIdResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "beneficiaryName": {
                "type": "string"
              },
              "isValidUpiId": {
                "type": "boolean"
              },
              "isPolling": {
                "type": "boolean"
              }
            },
            "required": [
              "beneficiaryName",
              "isValidUpiId",
              "isPolling"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "verifyUPIIdResponseRequest": {
        "type": "object",
        "properties": {
          "upiId": {
            "type": "string"
          }
        },
        "required": [
          "upiId"
        ]
      },
      "LinkFingerprintResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "password": {
                "type": "string"
              }
            },
            "required": [
              "password"
            ]
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "LinkFingerprintResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "EmploymentDetailsResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "incomeRangeFrom": {
                "type": "number"
              },
              "incomeRangeTo": {
                "type": "integer"
              },
              "articleDetailId": {
                "type": "integer"
              },
              "companyName": {
                "type": "string"
              },
              "image": {
                "nullable": true
              },
              "fileName": {
                "type": "string"
              }
            },
            "required": [
              "incomeRangeFrom",
              "incomeRangeTo",
              "articleDetailId",
              "companyName",
              "fileName"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "EmploymentDetailsResponseRequest": {
        "type": "object",
        "properties": {
          "companyName": {
            "type": "string"
          },
          "fullName": {
            "type": "string"
          },
          "articleDetailId": {
            "type": "string"
          },
          "image": {
            "type": "string"
          },
          "fileName": {
            "type": "string"
          }
        },
        "required": [
          "companyName",
          "fullName",
          "articleDetailId",
          "image",
          "fileName"
        ]
      },
      "UpdatePasswordResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "type": "string"
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "mOtp": {
                "nullable": true
              },
              "eOtp": {
                "nullable": true
              },
              "wOtp": {
                "nullable": true
              },
              "otp": {
                "nullable": true
              },
              "password": {
                "nullable": true
              },
              "email": {
                "nullable": true
              },
              "phone": {
                "nullable": true
              },
              "imageUrl": {
                "nullable": true
              },
              "caption": {
                "nullable": true
              },
              "mOtpPrefix": {
                "nullable": true
              },
              "eOtpPrefix": {
                "nullable": true
              },
              "wOtpPrefix": {
                "nullable": true
              },
              "contactType": {
                "nullable": true
              },
              "secQuesMeta": {
                "nullable": true
              },
              "state": {
                "type": "object",
                "properties": {
                  "flow": {
                    "type": "string"
                  },
                  "cStep": {
                    "type": "string"
                  },
                  "nStep": {
                    "type": "string"
                  },
                  "validId": {
                    "type": "boolean"
                  },
                  "validPswd": {
                    "type": "boolean"
                  },
                  "validSecQues": {
                    "type": "boolean"
                  },
                  "validMotp": {
                    "type": "boolean"
                  },
                  "validEotp": {
                    "type": "boolean"
                  },
                  "validDataVer": {
                    "type": "boolean"
                  },
                  "presentEmail": {
                    "type": "boolean"
                  },
                  "skipEkyc": {
                    "type": "boolean"
                  },
                  "timestamp": {
                    "type": "integer"
                  }
                },
                "required": [
                  "flow",
                  "cStep",
                  "nStep",
                  "validId",
                  "validPswd",
                  "validSecQues",
                  "validMotp",
                  "validEotp",
                  "validDataVer",
                  "presentEmail",
                  "skipEkyc",
                  "timestamp"
                ]
              },
              "secQuesAns": {
                "nullable": true
              },
              "otpPrefix": {
                "nullable": true
              }
            },
            "required": [
              "state"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "message",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "UpdatePasswordResponseRequest": {
        "type": "object",
        "properties": {
          "password": {
            "type": "string"
          }
        },
        "required": [
          "password"
        ]
      },
      "DashboardEventResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "fingerprintlinked": {
                "type": "boolean"
              },
              "idProofStatus": {
                "nullable": true
              },
              "idProofInGracePeroid": {
                "nullable": true
              },
              "idProofRequired": {
                "type": "boolean"
              },
              "idProofVerificationPending": {
                "type": "boolean"
              },
              "ekycStatus": {
                "nullable": true
              },
              "whatsAppVerified": {
                "type": "boolean"
              },
              "emailVerified": {
                "type": "boolean"
              },
              "mobileVerified": {
                "type": "boolean"
              },
              "securityQuestionDone": {
                "type": "boolean"
              },
              "annualIncomeExpired": {
                "type": "boolean"
              },
              "isDeactivated": {
                "type": "boolean"
              },
              "isOnlineCustomer": {
                "type": "boolean"
              },
              "isForceUpdateInsuranceRequired": {
                "type": "boolean"
              },
              "isInsuranceActive": {
                "type": "boolean"
              },
              "isEmailVerified": {
                "type": "boolean"
              },
              "isMobileVerified": {
                "type": "boolean"
              },
              "isEmailMissing": {
                "type": "boolean"
              },
              "isMobileMissing": {
                "type": "boolean"
              },
              "isLocalAddressMissing": {
                "nullable": true
              },
              "annualTransactionLimitExpired": {
                "type": "boolean"
              },
              "isCorporateCustomer": {
                "type": "boolean"
              },
              "isKioskAdmin": {
                "type": "boolean"
              },
              "isSmartCard": {
                "nullable": true
              },
              "isComplianceDocUploadRequired": {
                "type": "boolean"
              },
              "referalCustomerReference": {
                "nullable": true
              },
              "referalCustomerIdentity": {
                "nullable": true
              },
              "referalCustomerReferenceDate": {
                "nullable": true
              },
              "isReferalCustomer": {
                "type": "boolean"
              },
              "isKuwaiti": {
                "type": "boolean"
              },
              "referalCustomerNationality": {
                "nullable": true
              },
              "isMobileCivilId": {
                "type": "string"
              },
              "vat": {
                "type": "boolean"
              },
              "vatPercentage": {
                "nullable": true
              },
              "isIdVerified": {
                "type": "boolean"
              },
              "iposTerminalId": {
                "type": "string"
              },
              "isFxorderAllowed": {
                "type": "boolean"
              },
              "isMkeySet": {
                "type": "boolean"
              },
              "isFkeySet": {
                "type": "boolean"
              },
              "isUpdateCivilIdAllowed": {
                "type": "boolean"
              },
              "iposAllowed": {
                "type": "boolean"
              },
              "ekycFlag": {
                "type": "boolean"
              },
              "branchRegComplete": {
                "type": "boolean"
              },
              "displayInsuranceDetail": {
                "type": "boolean"
              }
            },
            "required": [
              "fingerprintlinked",
              "idProofRequired",
              "idProofVerificationPending",
              "whatsAppVerified",
              "emailVerified",
              "mobileVerified",
              "securityQuestionDone",
              "annualIncomeExpired",
              "isDeactivated",
              "isOnlineCustomer",
              "isForceUpdateInsuranceRequired",
              "isInsuranceActive",
              "isEmailVerified",
              "isMobileVerified",
              "isEmailMissing",
              "isMobileMissing",
              "annualTransactionLimitExpired",
              "isCorporateCustomer",
              "isKioskAdmin",
              "isComplianceDocUploadRequired",
              "isReferalCustomer",
              "isKuwaiti",
              "isMobileCivilId",
              "vat",
              "isIdVerified",
              "iposTerminalId",
              "isFxorderAllowed",
              "isMkeySet",
              "isFkeySet",
              "isUpdateCivilIdAllowed",
              "iposAllowed",
              "ekycFlag",
              "branchRegComplete",
              "displayInsuranceDetail"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceid",
          "signature"
        ]
      },
      "MyViewInfoResponseModelResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "fingerprintlinked": {
                "type": "boolean"
              },
              "idProofStatus": {
                "nullable": true
              },
              "idProofInGracePeroid": {
                "nullable": true
              },
              "idProofRequired": {
                "type": "boolean"
              },
              "idProofVerificationPending": {
                "type": "boolean"
              },
              "ekycStatus": {
                "nullable": true
              },
              "whatsAppVerified": {
                "type": "boolean"
              },
              "emailVerified": {
                "type": "boolean"
              },
              "mobileVerified": {
                "type": "boolean"
              },
              "securityQuestionDone": {
                "type": "boolean"
              },
              "annualIncomeExpired": {
                "type": "boolean"
              },
              "isDeactivated": {
                "type": "boolean"
              },
              "isOnlineCustomer": {
                "type": "boolean"
              },
              "isForceUpdateInsuranceRequired": {
                "type": "boolean"
              },
              "isInsuranceActive": {
                "type": "boolean"
              },
              "isEmailVerified": {
                "type": "boolean"
              },
              "isMobileVerified": {
                "type": "boolean"
              },
              "isEmailMissing": {
                "type": "boolean"
              },
              "isMobileMissing": {
                "type": "boolean"
              },
              "isLocalAddressMissing": {
                "nullable": true
              },
              "annualTransactionLimitExpired": {
                "type": "boolean"
              },
              "isCorporateCustomer": {
                "type": "boolean"
              },
              "isKioskAdmin": {
                "type": "boolean"
              },
              "isSmartCard": {
                "nullable": true
              },
              "isComplianceDocUploadRequired": {
                "type": "boolean"
              },
              "referalCustomerReference": {
                "nullable": true
              },
              "referalCustomerIdentity": {
                "nullable": true
              },
              "referalCustomerReferenceDate": {
                "nullable": true
              },
              "isReferalCustomer": {
                "type": "boolean"
              },
              "isKuwaiti": {
                "type": "boolean"
              },
              "referalCustomerNationality": {
                "nullable": true
              },
              "isMobileCivilId": {
                "nullable": true
              },
              "vat": {
                "type": "boolean"
              },
              "vatPercentage": {
                "nullable": true
              },
              "isIdVerified": {
                "type": "boolean"
              },
              "iposTerminalId": {
                "nullable": true
              },
              "isFxorderAllowed": {
                "type": "boolean"
              },
              "isMkeySet": {
                "type": "boolean"
              },
              "isFkeySet": {
                "type": "boolean"
              },
              "isUpdateCivilIdAllowed": {
                "type": "boolean"
              },
              "iposAllowed": {
                "type": "boolean"
              },
              "faceIdAccess": {
                "type": "boolean"
              },
              "faceIdSilent": {
                "type": "boolean"
              },
              "callCenterAccess": {
                "type": "boolean"
              },
              "kioskType": {
                "type": "string"
              },
              "uiType": {
                "type": "string"
              },
              "ekycFlag": {
                "type": "boolean"
              },
              "branchRegComplete": {
                "type": "boolean"
              },
              "nodeFolioCustomerType": {
                "type": "string"
              },
              "isAmlHold": {
                "type": "boolean"
              },
              "isTenantCountryIp": {
                "type": "boolean"
              },
              "beneficiaryCount": {
                "type": "integer"
              },
              "isRepeatTrnx": {
                "type": "boolean"
              },
              "newCustomer": {
                "type": "boolean"
              },
              "displayInsuranceDetail": {
                "type": "boolean"
              }
            },
            "required": [
              "fingerprintlinked",
              "idProofRequired",
              "idProofVerificationPending",
              "whatsAppVerified",
              "emailVerified",
              "mobileVerified",
              "securityQuestionDone",
              "annualIncomeExpired",
              "isDeactivated",
              "isOnlineCustomer",
              "isForceUpdateInsuranceRequired",
              "isInsuranceActive",
              "isEmailVerified",
              "isMobileVerified",
              "isEmailMissing",
              "isMobileMissing",
              "annualTransactionLimitExpired",
              "isCorporateCustomer",
              "isKioskAdmin",
              "isComplianceDocUploadRequired",
              "isReferalCustomer",
              "isKuwaiti",
              "vat",
              "isIdVerified",
              "isFxorderAllowed",
              "isMkeySet",
              "isFkeySet",
              "isUpdateCivilIdAllowed",
              "iposAllowed",
              "faceIdAccess",
              "faceIdSilent",
              "callCenterAccess",
              "kioskType",
              "uiType",
              "ekycFlag",
              "branchRegComplete",
              "nodeFolioCustomerType",
              "isAmlHold",
              "isTenantCountryIp",
              "beneficiaryCount",
              "isRepeatTrnx",
              "newCustomer",
              "displayInsuranceDetail"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceid",
          "signature"
        ]
      },
      "ProfileInfoResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "customerId": {
                "type": "integer"
              },
              "companyId": {
                "nullable": true
              },
              "countryId": {
                "nullable": true
              },
              "languageId": {
                "nullable": true
              },
              "shortName": {
                "type": "string"
              },
              "shortNameLocal": {
                "type": "string"
              },
              "amlStatus": {
                "nullable": true
              },
              "numberOfHits": {
                "nullable": true
              },
              "verificationBy": {
                "nullable": true
              },
              "verificationDate": {
                "nullable": true
              },
              "amlStatusUpdatedBy": {
                "nullable": true
              },
              "amlStatusLastUpdated": {
                "nullable": true
              },
              "branchCode": {
                "nullable": true
              },
              "activatedInd": {
                "nullable": true
              },
              "activatedDate": {
                "nullable": true
              },
              "inactivatedDate": {
                "nullable": true
              },
              "title": {
                "type": "string"
              },
              "firstName": {
                "type": "string"
              },
              "middleName": {
                "nullable": true
              },
              "lastName": {
                "type": "string"
              },
              "titleLocal": {
                "nullable": true
              },
              "firstNameLocal": {
                "type": "string"
              },
              "middleNameLocal": {
                "type": "string"
              },
              "lastNameLocal": {
                "type": "string"
              },
              "gender": {
                "nullable": true
              },
              "dateOfBirth": {
                "type": "integer"
              },
              "alterEmailId": {
                "nullable": true
              },
              "mobile": {
                "type": "string"
              },
              "signatureSpecimen": {
                "nullable": true
              },
              "fingerPrintImg": {
                "nullable": true
              },
              "introducedBy": {
                "nullable": true
              },
              "medicalInsuranceInd": {
                "nullable": true
              },
              "companyName": {
                "nullable": true
              },
              "companyNameLocal": {
                "nullable": true
              },
              "email": {
                "type": "string"
              },
              "crNo": {
                "nullable": true
              },
              "placeOfBirth": {
                "nullable": true
              },
              "countryOfBirth": {
                "nullable": true
              },
              "fatherName": {
                "nullable": true
              },
              "createdBy": {
                "nullable": true
              },
              "updatedBy": {
                "nullable": true
              },
              "creationDate": {
                "nullable": true
              },
              "lastUpdated": {
                "nullable": true
              },
              "tokenKey": {
                "nullable": true
              },
              "contactPerson": {
                "nullable": true
              },
              "contactNumber": {
                "nullable": true
              },
              "isActive": {
                "type": "string"
              },
              "amlRemarks": {
                "nullable": true
              },
              "bcoRemarks": {
                "nullable": true
              },
              "emosCustomer": {
                "nullable": true
              },
              "auditStatementDate": {
                "nullable": true
              },
              "auditGrossIncome": {
                "nullable": true
              },
              "signatureSpecimenClob": {
                "nullable": true
              },
              "remarks": {
                "nullable": true
              },
              "sundryDebtorReference": {
                "nullable": true
              },
              "deactivatedBy": {
                "nullable": true
              },
              "deactivatedDate": {
                "nullable": true
              },
              "kioskPin": {
                "nullable": true
              },
              "nationalityId": {
                "nullable": true
              },
              "isOnlineUser": {
                "nullable": true
              },
              "engFullName": {
                "nullable": true
              },
              "loyaltyPoints": {
                "type": "integer"
              },
              "customerReference": {
                "type": "integer"
              },
              "smartCardIndicator": {
                "nullable": true
              },
              "introducedDate": {
                "nullable": true
              },
              "lastTransactionDate": {
                "nullable": true
              },
              "pepsIndicator": {
                "nullable": true
              },
              "interComcode": {
                "nullable": true
              },
              "interTrnfyr": {
                "nullable": true
              },
              "interTrnref": {
                "nullable": true
              },
              "identityInt": {
                "type": "string"
              },
              "identityExpiredDate": {
                "type": "integer"
              },
              "customerTotalNoOfTrnx": {
                "nullable": true
              },
              "localContactCountry": {
                "type": "string"
              },
              "localContactState": {
                "type": "string"
              },
              "localContactDistrict": {
                "type": "string"
              },
              "localContactCity": {
                "type": "string"
              },
              "localContactBuilding": {
                "type": "string"
              },
              "localContatFlat": {
                "nullable": true
              },
              "street": {
                "type": "string"
              },
              "house": {
                "type": "string"
              },
              "blockNo": {
                "type": "string"
              },
              "defaultBeneDto": {
                "type": "object",
                "properties": {
                  "idNo": {
                    "type": "integer"
                  },
                  "beneficaryMasterSeqId": {
                    "type": "integer"
                  },
                  "applicationCountryId": {
                    "type": "integer"
                  },
                  "firstName": {
                    "type": "string"
                  },
                  "secondName": {
                    "type": "string"
                  },
                  "thirdName": {
                    "nullable": true
                  },
                  "fourthName": {
                    "nullable": true
                  },
                  "fiftheName": {
                    "nullable": true
                  },
                  "firstNameLocal": {
                    "nullable": true
                  },
                  "secondNameLocal": {
                    "nullable": true
                  },
                  "thirdNameLocal": {
                    "nullable": true
                  },
                  "fourthNameLocal": {
                    "nullable": true
                  },
                  "fifthNameLocal": {
                    "nullable": true
                  },
                  "benificaryStatusId": {
                    "type": "integer"
                  },
                  "nationality": {
                    "type": "string"
                  },
                  "nationalityName": {
                    "type": "string"
                  },
                  "dateOfBirth": {
                    "nullable": true
                  },
                  "yearOfBirth": {
                    "nullable": true
                  },
                  "age": {
                    "nullable": true
                  },
                  "occupation": {
                    "nullable": true
                  },
                  "stateId": {
                    "type": "string"
                  },
                  "districtId": {
                    "type": "integer"
                  },
                  "cityId": {
                    "nullable": true
                  },
                  "stateName": {
                    "type": "string"
                  },
                  "districtName": {
                    "type": "string"
                  },
                  "cityName": {
                    "nullable": true
                  },
                  "noOfRemittance": {
                    "nullable": true
                  },
                  "isActive": {
                    "type": "string"
                  },
                  "createdBy": {
                    "type": "string"
                  },
                  "createdDate": {
                    "type": "integer"
                  },
                  "modifiedBy": {
                    "nullable": true
                  },
                  "modifiedDate": {
                    "nullable": true
                  },
                  "benificaryStatusName": {
                    "type": "string"
                  },
                  "remarks": {
                    "nullable": true
                  },
                  "bankName": {
                    "type": "string"
                  },
                  "bankBranchName": {
                    "type": "string"
                  },
                  "bankAccountNumber": {
                    "nullable": true
                  },
                  "currencyId": {
                    "type": "integer"
                  },
                  "accountStatus": {
                    "type": "string"
                  },
                  "branchCode": {
                    "type": "integer"
                  },
                  "bankCode": {
                    "type": "string"
                  },
                  "serviceProvider": {
                    "type": "integer"
                  },
                  "serviceGroupId": {
                    "type": "integer"
                  },
                  "relationShipName": {
                    "type": "string"
                  },
                  "relationShipId": {
                    "type": "integer"
                  },
                  "benificaryName": {
                    "type": "string"
                  },
                  "customerId": {
                    "type": "integer"
                  },
                  "arbenificaryName": {
                    "nullable": true
                  },
                  "bankId": {
                    "type": "integer"
                  },
                  "currencyName": {
                    "type": "string"
                  },
                  "branchId": {
                    "type": "integer"
                  },
                  "serviceGroupCode": {
                    "type": "string"
                  },
                  "currencyQuoteName": {
                    "type": "string"
                  },
                  "beneficiaryAccountSeqId": {
                    "type": "integer"
                  },
                  "beneficiaryRelationShipSeqId": {
                    "type": "integer"
                  },
                  "countryId": {
                    "type": "integer"
                  },
                  "countryName": {
                    "type": "string"
                  },
                  "benificaryCountry": {
                    "type": "integer"
                  },
                  "benificaryBankCountryName": {
                    "type": "string"
                  },
                  "mapSequenceId": {
                    "type": "integer"
                  },
                  "lastJavaRemittance": {
                    "type": "integer"
                  },
                  "lastEmosRemittance": {
                    "type": "integer"
                  },
                  "creationType": {
                    "nullable": true
                  },
                  "bankAccountTypeId": {
                    "nullable": true
                  },
                  "swiftBic": {
                    "nullable": true
                  },
                  "buildingNo": {
                    "nullable": true
                  },
                  "flatNo": {
                    "nullable": true
                  },
                  "streetNo": {
                    "nullable": true
                  },
                  "totalTrnx": {
                    "type": "integer"
                  },
                  "orsStatus": {
                    "type": "integer"
                  },
                  "languageId": {
                    "nullable": true
                  },
                  "beneficiaryErrorStatus": {
                    "nullable": true
                  },
                  "serviceGroupName": {
                    "type": "string"
                  },
                  "myFavouriteBene": {
                    "nullable": true
                  },
                  "bankShortNames": {
                    "type": "string"
                  },
                  "canTransact": {
                    "nullable": true
                  },
                  "beneStatusDto": {
                    "nullable": true
                  },
                  "updateBeneStatus": {
                    "nullable": true
                  },
                  "mobileNumber": {
                    "type": "string"
                  },
                  "countryTelCode": {
                    "nullable": true
                  },
                  "bankLocalName": {
                    "nullable": true
                  },
                  "ibanNumber": {
                    "nullable": true
                  },
                  "institutionCategoryId": {
                    "nullable": true
                  },
                  "institutionName": {
                    "nullable": true
                  },
                  "institutionNameLocal": {
                    "nullable": true
                  },
                  "branchIfsc": {
                    "nullable": true
                  },
                  "routingId": {
                    "nullable": true
                  },
                  "beneBankAccountNumber": {
                    "nullable": true
                  },
                  "agentTownName": {
                    "nullable": true
                  },
                  "agentCityId": {
                    "nullable": true
                  },
                  "agentStateId": {
                    "nullable": true
                  },
                  "townId": {
                    "nullable": true
                  },
                  "accountNumber": {
                    "nullable": true
                  },
                  "bankStatus": {
                    "type": "string"
                  },
                  "bankBranchStatus": {
                    "type": "string"
                  },
                  "beneNameEdit": {
                    "type": "boolean"
                  },
                  "reasonCodeDesc": {
                    "nullable": true
                  },
                  "lastActionBy": {
                    "nullable": true
                  },
                  "beneStatusNameNew": {
                    "type": "string"
                  },
                  "isBeneStatusValid": {
                    "type": "string"
                  },
                  "isNationalIdValid": {
                    "type": "string"
                  },
                  "isHomeCountyValid": {
                    "type": "string"
                  },
                  "isCountyAcctTypeValid": {
                    "type": "string"
                  },
                  "sourOfIncomeId": {
                    "nullable": true
                  },
                  "localTrnxAmount": {
                    "nullable": true
                  },
                  "collectionDocNo": {
                    "nullable": true
                  },
                  "collectionDocFYear": {
                    "nullable": true
                  },
                  "createdDateStr": {
                    "nullable": true
                  },
                  "documentDateStr": {
                    "nullable": true
                  },
                  "fcTrnxAmount": {
                    "nullable": true
                  },
                  "relCreatedBy": {
                    "type": "string"
                  },
                  "institutionBankCode": {
                    "nullable": true
                  },
                  "transitNumber": {
                    "nullable": true
                  },
                  "predictionId": {
                    "nullable": true
                  },
                  "instituteBranchCode": {
                    "nullable": true
                  },
                  "updateNeeded": {
                    "type": "boolean"
                  },
                  "stateIdBigDecimal": {
                    "type": "integer"
                  },
                  "cityIdBigDecimal": {
                    "nullable": true
                  },
                  "districtRequired": {
                    "type": "boolean"
                  },
                  "_id": {
                    "nullable": true
                  },
                  "_name": {
                    "nullable": true
                  },
                  "_local_name": {
                    "nullable": true
                  },
                  "_code": {
                    "nullable": true
                  },
                  "_value": {
                    "nullable": true
                  },
                  "_is_deactive": {
                    "type": "boolean"
                  },
                  "_is_favourite": {
                    "type": "boolean"
                  },
                  "_is_hold": {
                    "type": "boolean"
                  },
                  "_is_pending": {
                    "type": "boolean"
                  },
                  "_is_active": {
                    "type": "boolean"
                  },
                  "_is_disabled": {
                    "type": "boolean"
                  }
                },
                "required": [
                  "idNo",
                  "beneficaryMasterSeqId",
                  "applicationCountryId",
                  "firstName",
                  "secondName",
                  "benificaryStatusId",
                  "nationality",
                  "nationalityName",
                  "stateId",
                  "districtId",
                  "stateName",
                  "districtName",
                  "isActive",
                  "createdBy",
                  "createdDate",
                  "benificaryStatusName",
                  "bankName",
                  "bankBranchName",
                  "currencyId",
                  "accountStatus",
                  "branchCode",
                  "bankCode",
                  "serviceProvider",
                  "serviceGroupId",
                  "relationShipName",
                  "relationShipId",
                  "benificaryName",
                  "customerId",
                  "bankId",
                  "currencyName",
                  "branchId",
                  "serviceGroupCode",
                  "currencyQuoteName",
                  "beneficiaryAccountSeqId",
                  "beneficiaryRelationShipSeqId",
                  "countryId",
                  "countryName",
                  "benificaryCountry",
                  "benificaryBankCountryName",
                  "mapSequenceId",
                  "lastJavaRemittance",
                  "lastEmosRemittance",
                  "totalTrnx",
                  "orsStatus",
                  "serviceGroupName",
                  "bankShortNames",
                  "mobileNumber",
                  "bankStatus",
                  "bankBranchStatus",
                  "beneNameEdit",
                  "beneStatusNameNew",
                  "isBeneStatusValid",
                  "isNationalIdValid",
                  "isHomeCountyValid",
                  "isCountyAcctTypeValid",
                  "relCreatedBy",
                  "updateNeeded",
                  "stateIdBigDecimal",
                  "districtRequired",
                  "_is_deactive",
                  "_is_favourite",
                  "_is_hold",
                  "_is_pending",
                  "_is_active",
                  "_is_disabled"
                ]
              },
              "totalTrnxCount": {
                "type": "integer"
              },
              "wuReferenceNo": {
                "type": "string"
              },
              "booWuReference": {
                "type": "boolean"
              },
              "referralRewards": {
                "type": "string"
              },
              "rewardsEndDate": {
                "type": "string"
              }
            },
            "required": [
              "customerId",
              "shortName",
              "shortNameLocal",
              "title",
              "firstName",
              "lastName",
              "firstNameLocal",
              "middleNameLocal",
              "lastNameLocal",
              "dateOfBirth",
              "mobile",
              "email",
              "isActive",
              "loyaltyPoints",
              "customerReference",
              "identityInt",
              "identityExpiredDate",
              "localContactCountry",
              "localContactState",
              "localContactDistrict",
              "localContactCity",
              "localContactBuilding",
              "street",
              "house",
              "blockNo",
              "defaultBeneDto",
              "totalTrnxCount",
              "wuReferenceNo",
              "booWuReference",
              "referralRewards",
              "rewardsEndDate"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "ProfileInfoResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "MyTransactionModelResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "idno": {
                  "type": "integer"
                },
                "customerReference": {
                  "type": "integer"
                },
                "documentNumber": {
                  "type": "integer"
                },
                "beneficaryAccountNumber": {
                  "type": "string"
                },
                "beneficaryBankName": {
                  "type": "string"
                },
                "beneficaryBranchName": {
                  "type": "string"
                },
                "beneficaryName": {
                  "type": "string"
                },
                "beneficaryCorespondingBankName": {
                  "type": "string"
                },
                "documentDate": {
                  "type": "integer"
                },
                "documentFinanceYear": {
                  "type": "integer"
                },
                "documentCode": {
                  "nullable": true
                },
                "foreignCurrencyCode": {
                  "type": "string"
                },
                "foreignTransactionAmount": {
                  "type": "integer"
                },
                "currencyQuoteName": {
                  "type": "string"
                },
                "serviceDescription": {
                  "type": "string"
                },
                "transactionStatusDesc": {
                  "nullable": true
                },
                "transactionTypeDesc": {
                  "type": "string"
                },
                "collectionDocumentNo": {
                  "type": "integer"
                },
                "collectionDocumentCode": {
                  "type": "integer"
                },
                "collectionDocumentFinYear": {
                  "type": "integer"
                },
                "branchDesc": {
                  "type": "string"
                },
                "trnxIdNumber": {
                  "type": "string"
                },
                "customerId": {
                  "type": "integer"
                },
                "applicationCountryId": {
                  "nullable": true
                },
                "companyId": {
                  "nullable": true
                },
                "currencyId": {
                  "nullable": true
                },
                "languageId": {
                  "nullable": true
                },
                "beneficiaryRelationSeqId": {
                  "type": "integer"
                },
                "localTrnxAmount": {
                  "type": "number"
                },
                "sourceOfIncomeId": {
                  "type": "integer"
                },
                "purposeOfTrnx": {
                  "nullable": true
                },
                "beneficiaryErrorStatus": {
                  "type": "array",
                  "items": {}
                },
                "transactionReference": {
                  "type": "string"
                },
                "bankRuleFieldId": {
                  "nullable": true
                },
                "srlId": {
                  "nullable": true
                },
                "beneIsActive": {
                  "type": "boolean"
                },
                "exRateApplied": {
                  "type": "number"
                },
                "exRateReversed": {
                  "type": "number"
                },
                "receiptNumber": {
                  "nullable": true
                },
                "receiptType": {
                  "nullable": true
                },
                "mtcnNumber": {
                  "nullable": true
                }
              },
              "required": [
                "idno",
                "customerReference",
                "documentNumber",
                "beneficaryAccountNumber",
                "beneficaryBankName",
                "beneficaryBranchName",
                "beneficaryName",
                "beneficaryCorespondingBankName",
                "documentDate",
                "documentFinanceYear",
                "foreignCurrencyCode",
                "foreignTransactionAmount",
                "currencyQuoteName",
                "serviceDescription",
                "transactionTypeDesc",
                "collectionDocumentNo",
                "collectionDocumentCode",
                "collectionDocumentFinYear",
                "branchDesc",
                "trnxIdNumber",
                "customerId",
                "beneficiaryRelationSeqId",
                "localTrnxAmount",
                "sourceOfIncomeId",
                "beneficiaryErrorStatus",
                "transactionReference",
                "beneIsActive",
                "exRateApplied",
                "exRateReversed"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "MyTransactionModelRequest": {
        "type": "object",
        "properties": {}
      },
      "ApplicationListResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "transactionId": {
                  "type": "integer"
                },
                "confirmDate": {
                  "nullable": true
                },
                "status": {
                  "type": "string"
                },
                "beneAccountNo": {
                  "type": "string"
                },
                "beneBank": {
                  "type": "string"
                },
                "amount": {
                  "type": "integer"
                },
                "identityInt": {
                  "nullable": true
                },
                "exchangeRate": {
                  "nullable": true
                },
                "foreignAmount": {
                  "nullable": true
                },
                "customerName": {
                  "nullable": true
                },
                "documentDate": {
                  "type": "integer"
                },
                "transactionReferenceNumber": {
                  "nullable": true
                },
                "accountId": {
                  "nullable": true
                },
                "applIsActive": {
                  "type": "string"
                },
                "transactionDocumentNo": {
                  "nullable": true
                },
                "identityTypeId": {
                  "nullable": true
                },
                "foreignCurrencyDescription": {
                  "type": "string"
                },
                "statusDesc": {
                  "type": "string"
                },
                "beneId": {
                  "type": "integer"
                },
                "beneBranch": {
                  "type": "string"
                },
                "beneName": {
                  "type": "string"
                },
                "documentFinanceYear": {
                  "type": "string"
                },
                "localExchangeRate": {
                  "type": "number"
                },
                "foreignExchangeRate": {
                  "type": "number"
                },
                "paymentType": {
                  "type": "string"
                },
                "wtBank": {
                  "nullable": true
                },
                "trnxIdHashValue": {
                  "type": "string"
                },
                "accountNo": {
                  "type": "string"
                }
              },
              "required": [
                "transactionId",
                "status",
                "beneAccountNo",
                "beneBank",
                "amount",
                "documentDate",
                "applIsActive",
                "foreignCurrencyDescription",
                "statusDesc",
                "beneId",
                "beneBranch",
                "beneName",
                "documentFinanceYear",
                "localExchangeRate",
                "foreignExchangeRate",
                "paymentType",
                "trnxIdHashValue",
                "accountNo"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "ApplicationListResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "transactionLimitResponseModelResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "incomeRangeFrom": {
                "type": "integer"
              },
              "incomeRangeTo": {
                "type": "integer"
              },
              "_id": {
                "nullable": true
              },
              "_name": {
                "nullable": true
              },
              "_local_name": {
                "nullable": true
              },
              "_code": {
                "nullable": true
              },
              "_value": {
                "nullable": true
              }
            },
            "required": [
              "incomeRangeFrom",
              "incomeRangeTo"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "UpdateTransactionLimitResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "success": {
                "type": "boolean"
              }
            },
            "required": [
              "success"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "UpdateTransactionLimitResponseRequest": {
        "type": "object",
        "properties": {
          "incomeRangeFrom": {
            "type": "string"
          },
          "incomeRangeTo": {
            "type": "string"
          }
        },
        "required": [
          "incomeRangeFrom",
          "incomeRangeTo"
        ]
      },
      "EnetServiceRulesResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "nullable": true
          },
          "results": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "status": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "integer"
                    },
                    "description": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "code",
                    "description"
                  ]
                },
                "validationRules": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "integer"
                      },
                      "code": {
                        "type": "string"
                      },
                      "minimumAmount": {
                        "type": "number"
                      },
                      "maximumAmount": {
                        "type": "number"
                      },
                      "maxTransactionCountPerDay": {
                        "type": "integer"
                      },
                      "maxTransactionAmountPerDay": {
                        "type": "number"
                      },
                      "decimalAllowed": {
                        "type": "boolean"
                      },
                      "outputField_1": {
                        "type": "string"
                      },
                      "outputField_2": {
                        "type": "string"
                      },
                      "outputField_3": {
                        "type": "string"
                      },
                      "outputField_4": {
                        "type": "string"
                      },
                      "outputField_5": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "id",
                      "code",
                      "minimumAmount",
                      "maximumAmount",
                      "maxTransactionCountPerDay",
                      "maxTransactionAmountPerDay",
                      "decimalAllowed",
                      "outputField_1",
                      "outputField_2",
                      "outputField_3",
                      "outputField_4",
                      "outputField_5"
                    ]
                  }
                }
              },
              "required": [
                "status",
                "validationRules"
              ]
            }
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "results",
          "traceid",
          "signature"
        ]
      },
      "EnetServiceRulesResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "EnetPaymentHistoryResponseModelResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "nullable": true
          },
          "results": {
            "type": "array",
            "items": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "paygId": {
                    "type": "string"
                  },
                  "eNetTransactionNo": {
                    "type": "string"
                  },
                  "CustomerId": {
                    "type": "string"
                  },
                  "Status": {
                    "type": "integer"
                  },
                  "StatusDescription": {
                    "type": "string"
                  },
                  "TransactionDateStr": {
                    "type": "string"
                  },
                  "TransactionDate": {
                    "type": "integer"
                  },
                  "Amount": {
                    "type": "number"
                  },
                  "Charges": {
                    "type": "number"
                  },
                  "ClientReference": {
                    "type": "string"
                  },
                  "RequestReference": {
                    "type": "string"
                  },
                  "PaymentID": {
                    "type": "string"
                  },
                  "PaymentResult": {
                    "type": "string"
                  },
                  "PaymentTranID": {
                    "type": "string"
                  },
                  "PaymentAuthCode": {
                    "type": "string"
                  },
                  "ServiceTypeName": {
                    "type": "string"
                  },
                  "ServiceDescription": {
                    "type": "string"
                  },
                  "VoucherCode": {
                    "nullable": true
                  },
                  "SerialNumber": {
                    "nullable": true
                  },
                  "AccountNumber": {
                    "type": "string"
                  },
                  "Language": {
                    "type": "string"
                  },
                  "Remarks": {
                    "type": "string"
                  },
                  "signaturekey": {
                    "nullable": true
                  },
                  "RequestJson": {
                    "type": "string"
                  },
                  "ResponseJson": {
                    "type": "string"
                  }
                },
                "required": [
                  "paygId",
                  "eNetTransactionNo",
                  "CustomerId",
                  "Status",
                  "StatusDescription",
                  "TransactionDateStr",
                  "TransactionDate",
                  "Amount",
                  "Charges",
                  "ClientReference",
                  "RequestReference",
                  "PaymentID",
                  "PaymentResult",
                  "PaymentTranID",
                  "PaymentAuthCode",
                  "ServiceTypeName",
                  "ServiceDescription",
                  "AccountNumber",
                  "Language",
                  "Remarks",
                  "RequestJson",
                  "ResponseJson"
                ]
              }
            }
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "results",
          "traceid",
          "signature"
        ]
      },
      "EnetPaymentHistoryResponseModelRequest": {
        "type": "object",
        "properties": {}
      },
      "DynamicRequestTestResponse": {
        "type": "object",
        "properties": {
          "statusKey": {
            "type": "string"
          },
          "message": {
            "nullable": true
          },
          "data": {
            "nullable": true
          }
        },
        "required": [
          "statusKey"
        ]
      },
      "DynamicRequestTestRequest": {
        "type": "object",
        "properties": {}
      },
      "serviceProviderModelResponse": {
        "type": "object",
        "properties": {
          "statusKey": {
            "type": "string"
          },
          "message": {
            "nullable": true
          },
          "data": {
            "nullable": true
          }
        },
        "required": [
          "statusKey"
        ]
      },
      "serviceProviderModelRequest": {
        "type": "object",
        "properties": {}
      },
      "EnetProductListResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "nullable": true
          },
          "results": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "status": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "integer"
                    },
                    "description": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "code",
                    "description"
                  ]
                },
                "productList": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "integer"
                      },
                      "value": {
                        "type": "string"
                      },
                      "active": {
                        "type": "boolean"
                      },
                      "description": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "id",
                      "value",
                      "active",
                      "description"
                    ]
                  }
                }
              },
              "required": [
                "status",
                "productList"
              ]
            }
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "results",
          "traceid",
          "signature"
        ]
      },
      "EnetProductListResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "EnentValidateAccountResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "nullable": true
          },
          "results": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "status": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "integer"
                    },
                    "description": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "code",
                    "description"
                  ]
                },
                "mobile": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "integer"
                    },
                    "statusDesc": {
                      "nullable": true
                    },
                    "company": {
                      "type": "string"
                    },
                    "mobileType": {
                      "type": "object",
                      "properties": {
                        "value": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "value"
                      ]
                    },
                    "currentBalance": {
                      "type": "number"
                    },
                    "minimumAmount": {
                      "type": "number"
                    },
                    "serviceCharge": {
                      "type": "number"
                    },
                    "expireDate": {
                      "type": "integer"
                    },
                    "amountWithCharges": {
                      "nullable": true
                    }
                  },
                  "required": [
                    "status",
                    "company",
                    "mobileType",
                    "currentBalance",
                    "minimumAmount",
                    "serviceCharge",
                    "expireDate"
                  ]
                },
                "loans": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "integer"
                    },
                    "statusDesc": {
                      "nullable": true
                    },
                    "company": {
                      "nullable": true
                    },
                    "amtToPay": {
                      "type": "number"
                    },
                    "minimumAmount": {
                      "type": "number"
                    },
                    "serviceCharge": {
                      "type": "number"
                    },
                    "contractList": {
                      "nullable": true
                    }
                  },
                  "required": [
                    "status",
                    "amtToPay",
                    "minimumAmount",
                    "serviceCharge"
                  ]
                }
              },
              "required": [
                "status",
                "mobile",
                "loans"
              ]
            }
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "results",
          "traceid",
          "signature"
        ]
      },
      "EnentValidateAccountResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "WUEnrolmentResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "action_ind": {
                "type": "string"
              },
              "response_code": {
                "type": "string"
              },
              "response_description": {
                "nullable": true
              },
              "technical_details": {
                "nullable": true
              },
              "request_XML": {
                "nullable": true
              },
              "response_XML": {
                "nullable": true
              },
              "responseJson": {
                "nullable": true
              },
              "flex_field_1": {
                "nullable": true
              },
              "request_XML_Date": {
                "nullable": true
              },
              "response_XML_Date": {
                "nullable": true
              },
              "custoemr_partner_reference_number": {
                "type": "string"
              },
              "firstName": {
                "type": "string"
              },
              "lastName": {
                "type": "string"
              },
              "middleName": {
                "nullable": true
              },
              "fullAddress": {
                "type": "string"
              },
              "city": {
                "type": "string"
              },
              "state": {
                "nullable": true
              },
              "country": {
                "nullable": true
              },
              "mywuNumber": {
                "nullable": true
              },
              "contactPhone": {
                "type": "string"
              },
              "totalPointsEarned": {
                "type": "integer"
              },
              "promoCode": {
                "nullable": true
              },
              "levelCode": {
                "nullable": true
              },
              "firstUseDate": {
                "nullable": true
              },
              "expirtyDate": {
                "nullable": true
              },
              "cardReplacedCount": {
                "nullable": true
              },
              "cardChangesCount": {
                "nullable": true
              },
              "wuReferenceNo": {
                "type": "string"
              },
              "wuPoints": {
                "type": "integer"
              },
              "booWuReference": {
                "type": "boolean"
              },
              "errorMessage": {
                "nullable": true
              }
            },
            "required": [
              "action_ind",
              "response_code",
              "custoemr_partner_reference_number",
              "firstName",
              "lastName",
              "fullAddress",
              "city",
              "contactPhone",
              "totalPointsEarned",
              "wuReferenceNo",
              "wuPoints",
              "booWuReference"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "WUEnrolmentResponseRequest": {
        "type": "object",
        "properties": {
          "wuReferenceNo": {
            "type": "string"
          }
        },
        "required": [
          "wuReferenceNo"
        ]
      },
      "DmsMediaResponseModelResponse": {
        "type": "object",
        "properties": {
          "success": {
            "type": "boolean"
          },
          "total": {
            "type": "string"
          },
          "results": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "mimeType": {
                  "type": "string"
                },
                "title": {
                  "type": "string"
                },
                "code": {
                  "type": "string"
                },
                "url": {
                  "type": "string"
                },
                "isMostViewed": {
                  "type": "boolean"
                },
                "updateTime": {
                  "type": "object",
                  "properties": {
                    "stamp": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "stamp"
                  ]
                },
                "isLikedByCustomer": {
                  "type": "string"
                },
                "likesCount": {
                  "type": "string"
                },
                "_id": {
                  "type": "string"
                },
                "isActive": {
                  "type": "string"
                },
                "category": {
                  "type": "string"
                },
                "keywords": {
                  "type": "string"
                },
                "isMostLiked": {
                  "type": "boolean"
                },
                "type": {
                  "type": "string"
                },
                "mediaType": {
                  "type": "string"
                },
                "format": {
                  "type": "string"
                },
                "viewsCount": {
                  "type": "string"
                },
                "isVersion": {
                  "type": "boolean"
                },
                "createTime": {
                  "type": "object",
                  "properties": {
                    "stamp": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "stamp"
                  ]
                },
                "data": {
                  "type": "object",
                  "properties": {
                    "link": {
                      "type": "string"
                    },
                    "params": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "link",
                    "params"
                  ]
                },
                "description": {
                  "type": "string"
                },
                "tags": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_id": {
                        "type": "string"
                      },
                      "category": {
                        "type": "string"
                      },
                      "code": {
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "createTime": {
                        "type": "object",
                        "properties": {
                          "stamp": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "stamp"
                        ]
                      },
                      "isActive": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "_id",
                      "category",
                      "code",
                      "title",
                      "description",
                      "createTime",
                      "isActive"
                    ]
                  }
                }
              },
              "required": [
                "mimeType",
                "title",
                "code",
                "url",
                "isMostViewed",
                "updateTime",
                "isLikedByCustomer",
                "likesCount",
                "_id",
                "isActive",
                "category",
                "keywords",
                "isMostLiked",
                "type",
                "mediaType",
                "format",
                "viewsCount",
                "isVersion",
                "createTime",
                "data",
                "description",
                "tags"
              ]
            }
          }
        },
        "required": [
          "success",
          "total",
          "results"
        ]
      },
      "VideoLikeResponseModelResponse": {
        "type": "object",
        "properties": {
          "success": {
            "type": "boolean"
          },
          "message": {
            "type": "string"
          },
          "data": {
            "type": "object",
            "properties": {
              "mimeType": {
                "type": "string"
              },
              "title": {
                "type": "string"
              },
              "code": {
                "type": "string"
              },
              "tags": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "url": {
                "type": "string"
              },
              "__v": {
                "type": "integer"
              },
              "updateTime": {
                "type": "object",
                "properties": {
                  "stamp": {
                    "type": "integer"
                  }
                },
                "required": [
                  "stamp"
                ]
              },
              "likesCount": {
                "type": "integer"
              },
              "_id": {
                "type": "string"
              },
              "isActive": {
                "type": "integer"
              },
              "category": {
                "type": "string"
              },
              "keywords": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "type": {
                "type": "string"
              },
              "mediaType": {
                "type": "string"
              },
              "format": {
                "type": "string"
              },
              "viewsCount": {
                "type": "integer"
              },
              "isVersion": {
                "type": "boolean"
              },
              "createTime": {
                "type": "object",
                "properties": {
                  "stamp": {
                    "type": "integer"
                  }
                },
                "required": [
                  "stamp"
                ]
              },
              "data": {
                "type": "object",
                "properties": {
                  "link": {
                    "type": "string"
                  },
                  "params": {
                    "type": "string"
                  }
                },
                "required": [
                  "link",
                  "params"
                ]
              },
              "description": {
                "type": "string"
              }
            },
            "required": [
              "mimeType",
              "title",
              "code",
              "tags",
              "url",
              "__v",
              "updateTime",
              "likesCount",
              "_id",
              "isActive",
              "category",
              "keywords",
              "type",
              "mediaType",
              "format",
              "viewsCount",
              "isVersion",
              "createTime",
              "data",
              "description"
            ]
          }
        },
        "required": [
          "success",
          "message",
          "data"
        ]
      },
      "DmsTagsResponseModeResponse": {
        "type": "object",
        "properties": {
          "success": {
            "type": "boolean"
          },
          "page": {
            "type": "string"
          },
          "perPage": {
            "type": "string"
          },
          "total": {
            "type": "string"
          },
          "results": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "_id": {
                  "type": "string"
                },
                "createTime": {
                  "type": "object",
                  "properties": {
                    "stamp": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "stamp"
                  ]
                },
                "category": {
                  "type": "string"
                },
                "title": {
                  "type": "string"
                },
                "code": {
                  "type": "string"
                },
                "description": {
                  "type": "string"
                },
                "isActive": {
                  "type": "string"
                }
              },
              "required": [
                "_id",
                "createTime",
                "category",
                "title",
                "code",
                "description",
                "isActive"
              ]
            }
          }
        },
        "required": [
          "success",
          "page",
          "perPage",
          "total",
          "results"
        ]
      },
      "PreLoginCivilIdStatusResponseModelResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "titlePrefix": {
                "type": "string"
              },
              "firstName": {
                "type": "string"
              },
              "middleName": {
                "type": "string"
              },
              "lastName": {
                "type": "string"
              }
            },
            "required": [
              "titlePrefix",
              "firstName",
              "middleName",
              "lastName"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "PreLoginCivilIdStatusResponseModelRequest": {
        "type": "object",
        "properties": {}
      },
      "CivilIdStatusResponseModelResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string"
          },
          "exception": {
            "nullable": true
          },
          "traceid": {
            "type": "string"
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "path": {
            "nullable": true
          },
          "signature": {
            "type": "string"
          },
          "errors": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "meta": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "traceId": {
            "type": "string"
          },
          "timestamp": {
            "type": "integer"
          },
          "error": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "warnings": {
            "nullable": true
          },
          "data": {
            "type": "object",
            "properties": {
              "mOtp": {
                "nullable": true
              },
              "pin": {
                "nullable": true
              },
              "eOtp": {
                "nullable": true
              },
              "question": {
                "nullable": true
              },
              "mOtpPrefix": {
                "nullable": true
              },
              "wOtpPrefix": {
                "nullable": true
              },
              "paciVerification": {
                "type": "boolean"
              },
              "deviceToken": {
                "nullable": true
              },
              "useCard": {
                "type": "boolean"
              },
              "otpPrefix": {
                "nullable": true
              },
              "imageId": {
                "nullable": true
              },
              "otp": {
                "nullable": true
              },
              "answer": {
                "nullable": true
              },
              "state": {
                "nullable": true
              },
              "imageCaption": {
                "nullable": true
              },
              "contactType": {
                "nullable": true
              },
              "identity": {
                "nullable": true
              },
              "lockId": {
                "nullable": true
              },
              "wOtp": {
                "nullable": true
              },
              "eOtpPrefix": {
                "nullable": true
              },
              "ques": {
                "nullable": true
              },
              "password": {
                "nullable": true
              },
              "nounce": {
                "nullable": true
              },
              "captachKey": {
                "nullable": true
              }
            },
            "required": [
              "paciVerification",
              "useCard"
            ]
          }
        },
        "required": [
          "status",
          "traceid",
          "warningFlags",
          "signature",
          "traceId",
          "timestamp",
          "statusKey",
          "data"
        ]
      },
      "CivilIdStatusResponseModelRequest": {
        "type": "object",
        "properties": {
          "identity": {
            "type": "string"
          }
        },
        "required": [
          "identity"
        ]
      },
      "LoginResponseModelResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string"
          },
          "exception": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "path": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          },
          "errors": {
            "type": "string"
          },
          "warningKey": {
            "type": "string"
          },
          "meta": {
            "type": "string"
          },
          "redirectUrl": {
            "type": "string"
          },
          "logs": {
            "type": "string"
          },
          "traceId": {
            "type": "string"
          },
          "timestamp": {
            "type": "integer"
          },
          "error": {
            "type": "string"
          },
          "message": {
            "type": "string"
          },
          "messageKey": {
            "type": "string"
          },
          "statusKey": {
            "type": "string"
          },
          "warnings": {
            "type": "string"
          },
          "data": {
            "type": "object",
            "properties": {
              "mOtp": {
                "type": "string"
              },
              "pin": {
                "type": "string"
              },
              "eOtp": {
                "type": "string"
              },
              "question": {
                "type": "string"
              },
              "mOtpPrefix": {
                "type": "string"
              },
              "wOtpPrefix": {
                "type": "string"
              },
              "paciVerification": {
                "type": "boolean"
              },
              "deviceToken": {
                "type": "string"
              },
              "useCard": {
                "type": "boolean"
              },
              "otpPrefix": {
                "type": "string"
              },
              "imageId": {
                "type": "string"
              },
              "otp": {
                "type": "string"
              },
              "answer": {
                "type": "string"
              },
              "state": {
                "type": "object",
                "properties": {
                  "nStep": {
                    "type": "string"
                  },
                  "validId": {
                    "type": "boolean"
                  },
                  "validSecQues": {
                    "type": "boolean"
                  },
                  "timestamp": {
                    "type": "integer"
                  },
                  "validPswd": {
                    "type": "boolean"
                  },
                  "validMotp": {
                    "type": "boolean"
                  },
                  "validDataVer": {
                    "type": "boolean"
                  },
                  "validEotp": {
                    "type": "boolean"
                  },
                  "cStep": {
                    "type": "string"
                  },
                  "flow": {
                    "type": "string"
                  },
                  "presentEmail": {
                    "type": "boolean"
                  },
                  "skipEkyc": {
                    "type": "boolean"
                  }
                },
                "required": [
                  "nStep",
                  "validId",
                  "validSecQues",
                  "timestamp",
                  "validPswd",
                  "validMotp",
                  "validDataVer",
                  "validEotp",
                  "cStep",
                  "flow",
                  "presentEmail",
                  "skipEkyc"
                ]
              },
              "imageCaption": {
                "type": "string"
              },
              "contactType": {
                "type": "string"
              },
              "identity": {
                "type": "string"
              },
              "lockId": {
                "type": "string"
              },
              "wOtp": {
                "type": "string"
              },
              "eOtpPrefix": {
                "type": "string"
              },
              "ques": {
                "type": "string"
              },
              "password": {
                "type": "string"
              },
              "nounce": {
                "type": "string"
              },
              "captachKey": {
                "type": "string"
              }
            },
            "required": [
              "mOtp",
              "pin",
              "eOtp",
              "question",
              "mOtpPrefix",
              "wOtpPrefix",
              "paciVerification",
              "deviceToken",
              "useCard",
              "otpPrefix",
              "imageId",
              "otp",
              "answer",
              "state",
              "imageCaption",
              "contactType",
              "identity",
              "lockId",
              "wOtp",
              "eOtpPrefix",
              "ques",
              "password",
              "nounce",
              "captachKey"
            ]
          }
        },
        "required": [
          "status",
          "exception",
          "traceid",
          "warningFlags",
          "path",
          "signature",
          "errors",
          "warningKey",
          "meta",
          "redirectUrl",
          "logs",
          "traceId",
          "timestamp",
          "error",
          "message",
          "messageKey",
          "statusKey",
          "warnings",
          "data"
        ]
      },
      "LoginResponseModelRequest": {
        "type": "object",
        "properties": {
          "identity": {
            "type": "string"
          },
          "password": {
            "type": "string"
          },
          "deviceToken": {
            "type": "string"
          },
          "lockId": {
            "type": "string"
          },
          "captachKey": {
            "type": "string"
          }
        },
        "required": [
          "identity",
          "password",
          "deviceToken",
          "lockId",
          "captachKey"
        ]
      },
      "LogoutResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "type": "string"
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "validSession": {
                "type": "boolean"
              },
              "active": {
                "type": "boolean"
              },
              "info": {
                "nullable": true
              },
              "domCurrency": {
                "nullable": true
              },
              "device": {
                "nullable": true
              },
              "client": {
                "nullable": true
              },
              "state": {
                "nullable": true
              },
              "tenant": {
                "nullable": true
              },
              "tenantCode": {
                "nullable": true
              },
              "lang": {
                "nullable": true
              },
              "config": {
                "nullable": true
              },
              "cdnUrl": {
                "nullable": true
              },
              "features": {
                "type": "array",
                "items": {}
              },
              "subscriptions": {
                "type": "array",
                "items": {}
              },
              "unsubscriptions": {
                "type": "array",
                "items": {}
              },
              "notifyRangeLong": {
                "nullable": true
              },
              "notifyRangeShort": {
                "nullable": true
              },
              "customerId": {
                "nullable": true
              },
              "notificationGap": {
                "nullable": true
              },
              "returnUrl": {
                "nullable": true
              },
              "tagUiMode": {
                "nullable": true
              },
              "flags": {
                "nullable": true
              },
              "hotPoints": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "latitude": {
                      "type": "string"
                    },
                    "longitude": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "latitude",
                    "longitude",
                    "id"
                  ]
                }
              },
              "mileStones": {
                "nullable": true
              },
              "custLastYrTrnxDet": {
                "nullable": true
              },
              "custLastTrnxDetails": {
                "nullable": true
              },
              "metaKey": {
                "nullable": true
              },
              "jaxProperty": {
                "nullable": true
              },
              "videoCallUrl": {
                "nullable": true
              },
              "custIdHashValue": {
                "nullable": true
              },
              "did": {
                "nullable": true
              },
              "ctid": {
                "nullable": true
              }
            },
            "required": [
              "validSession",
              "active",
              "features",
              "subscriptions",
              "unsubscriptions",
              "hotPoints"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "message",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "LogoutResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "VerifyOtpResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "type": "string"
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "type": "string"
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "nounce": {
                "nullable": true
              },
              "identity": {
                "nullable": true
              },
              "useCard": {
                "type": "boolean"
              },
              "password": {
                "nullable": true
              },
              "pin": {
                "nullable": true
              },
              "deviceToken": {
                "nullable": true
              },
              "lockId": {
                "nullable": true
              },
              "captachKey": {
                "nullable": true
              },
              "contactType": {
                "nullable": true
              },
              "paciVerification": {
                "type": "boolean"
              },
              "mOtp": {
                "nullable": true
              },
              "eOtp": {
                "nullable": true
              },
              "wOtp": {
                "nullable": true
              },
              "mOtpPrefix": {
                "nullable": true
              },
              "eOtpPrefix": {
                "nullable": true
              },
              "wOtpPrefix": {
                "nullable": true
              },
              "otp": {
                "nullable": true
              },
              "otpPrefix": {
                "nullable": true
              },
              "imageId": {
                "nullable": true
              },
              "imageCaption": {
                "nullable": true
              },
              "question": {
                "nullable": true
              },
              "ques": {
                "nullable": true
              },
              "answer": {
                "nullable": true
              },
              "state": {
                "type": "object",
                "properties": {
                  "flow": {
                    "type": "string"
                  },
                  "cStep": {
                    "type": "string"
                  },
                  "nStep": {
                    "type": "string"
                  },
                  "validId": {
                    "type": "boolean"
                  },
                  "validPswd": {
                    "type": "boolean"
                  },
                  "validSecQues": {
                    "type": "boolean"
                  },
                  "validMotp": {
                    "type": "boolean"
                  },
                  "validEotp": {
                    "type": "boolean"
                  },
                  "validDataVer": {
                    "type": "boolean"
                  },
                  "presentEmail": {
                    "type": "boolean"
                  },
                  "skipEkyc": {
                    "type": "boolean"
                  },
                  "timestamp": {
                    "type": "integer"
                  }
                },
                "required": [
                  "flow",
                  "cStep",
                  "nStep",
                  "validId",
                  "validPswd",
                  "validSecQues",
                  "validMotp",
                  "validEotp",
                  "validDataVer",
                  "presentEmail",
                  "skipEkyc",
                  "timestamp"
                ]
              }
            },
            "required": [
              "useCard",
              "paciVerification",
              "state"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "message",
          "messageKey",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "VerifyOtpResponseRequest": {
        "type": "object",
        "properties": {
          "identity": {
            "type": "string"
          }
        },
        "required": [
          "identity"
        ]
      },
      "CurrencyResponseModelResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string"
          },
          "exception": {
            "nullable": true
          },
          "traceid": {
            "type": "string"
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "path": {
            "nullable": true
          },
          "signature": {
            "type": "string"
          },
          "errors": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "meta": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "traceId": {
            "type": "string"
          },
          "timestamp": {
            "type": "integer"
          },
          "error": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "warnings": {
            "nullable": true
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "cashBuyMaxRate": {
                  "nullable": true
                },
                "cashRateTolerance": {
                  "nullable": true
                },
                "defaultVal": {
                  "type": "boolean"
                },
                "decimalNumber": {
                  "type": "integer"
                },
                "quoteName": {
                  "type": "string"
                },
                "currencyName": {
                  "type": "string"
                },
                "cbkBuyRate": {
                  "nullable": true
                },
                "countryId": {
                  "type": "integer"
                },
                "cbkSellRate": {
                  "nullable": true
                },
                "currencyId": {
                  "type": "integer"
                },
                "fundMinRate": {
                  "nullable": true
                },
                "cashSellMinRate": {
                  "nullable": true
                },
                "cashBuyMinRate": {
                  "nullable": true
                },
                "fundMaxRate": {
                  "nullable": true
                },
                "cashSellMaxRate": {
                  "nullable": true
                },
                "currencyCode": {
                  "type": "string"
                }
              },
              "required": [
                "defaultVal",
                "decimalNumber",
                "quoteName",
                "currencyName",
                "countryId",
                "currencyId",
                "currencyCode"
              ]
            }
          }
        },
        "required": [
          "status",
          "traceid",
          "results",
          "warningFlags",
          "signature",
          "traceId",
          "timestamp",
          "statusKey",
          "data"
        ]
      },
      "CurrencyResponseModelRequest": {
        "type": "object",
        "properties": {
          "countryId": {
            "type": "string"
          }
        },
        "required": [
          "countryId"
        ]
      },
      "BranchesListResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "area": {
                  "nullable": true
                },
                "branchName": {
                  "type": "string"
                },
                "contactNumber": {
                  "type": "integer"
                },
                "branchAddress": {
                  "nullable": true
                },
                "latitude": {
                  "type": "number"
                },
                "longitude": {
                  "type": "number"
                },
                "govName": {
                  "type": "string"
                },
                "branches": {
                  "nullable": true
                },
                "branchWebsiteName": {
                  "type": "string"
                },
                "addressLine1": {
                  "type": "string"
                },
                "addressLine2": {
                  "type": "string"
                },
                "city": {
                  "type": "string"
                },
                "country": {
                  "type": "string"
                },
                "postalCode": {
                  "type": "string"
                },
                "branchTiming": {
                  "type": "string"
                },
                "countryBranchId": {
                  "nullable": true
                }
              },
              "required": [
                "branchName",
                "contactNumber",
                "latitude",
                "longitude",
                "govName",
                "branchWebsiteName",
                "addressLine1",
                "addressLine2",
                "city",
                "country",
                "postalCode",
                "branchTiming"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "GeneratePart2KeyResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string"
          },
          "exception": {
            "nullable": true
          },
          "traceid": {
            "type": "string"
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "path": {
            "nullable": true
          },
          "signature": {
            "type": "string"
          },
          "errors": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "meta": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "traceId": {
            "type": "string"
          },
          "timestamp": {
            "type": "integer"
          },
          "error": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "warnings": {
            "nullable": true
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "key": {
                  "type": "string"
                },
                "version": {
                  "type": "string"
                }
              },
              "required": [
                "key",
                "version"
              ]
            }
          }
        },
        "required": [
          "status",
          "traceid",
          "results",
          "warningFlags",
          "signature",
          "traceId",
          "timestamp",
          "statusKey",
          "data"
        ]
      },
      "DesignationResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "_id": {
                  "type": "integer"
                },
                "_name": {
                  "type": "string"
                },
                "_local_name": {
                  "nullable": true
                },
                "_code": {
                  "nullable": true
                },
                "_value": {
                  "nullable": true
                }
              },
              "required": [
                "_id",
                "_name"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "SDABTownResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "routingBankCode": {
                "type": "string"
              },
              "townRender": {
                "type": "boolean"
              },
              "countryAlpha2Code": {
                "type": "string"
              }
            },
            "required": [
              "routingBankCode",
              "townRender",
              "countryAlpha2Code"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "SDABTownResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "NamePrefixResponseResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string"
          },
          "statusKey": {
            "type": "string"
          },
          "messageKey": {
            "type": "string"
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "code": {
                  "type": "string"
                },
                "value": {
                  "type": "string"
                },
                "componentDataId": {
                  "type": "integer"
                }
              },
              "required": [
                "code",
                "value",
                "componentDataId"
              ]
            }
          }
        },
        "required": [
          "status",
          "statusKey",
          "messageKey",
          "data"
        ]
      },
      "OptionsResponseInfoResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "type": "object",
            "properties": {}
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "integer"
                },
                "optLable": {
                  "type": "string"
                },
                "value": {
                  "type": "object",
                  "properties": {
                    "additionalBankRuleFiledId": {
                      "type": "integer"
                    },
                    "srlId": {
                      "type": "integer"
                    },
                    "amieceDescription": {
                      "type": "string"
                    },
                    "localName": {
                      "nullable": true
                    },
                    "amieceCode": {
                      "type": "string"
                    },
                    "indic": {
                      "nullable": true
                    },
                    "flexField1": {
                      "nullable": true
                    },
                    "_id": {
                      "type": "integer"
                    },
                    "_name": {
                      "type": "string"
                    },
                    "_local_name": {
                      "nullable": true
                    },
                    "_code": {
                      "type": "string"
                    },
                    "_value": {
                      "nullable": true
                    }
                  },
                  "required": [
                    "additionalBankRuleFiledId",
                    "srlId",
                    "amieceDescription",
                    "amieceCode",
                    "_id",
                    "_name",
                    "_code"
                  ]
                },
                "localName": {
                  "nullable": true
                },
                "packageDescription": {
                  "nullable": true
                },
                "_id": {
                  "type": "integer"
                },
                "_name": {
                  "type": "string"
                },
                "_local_name": {
                  "nullable": true
                },
                "_code": {
                  "type": "string"
                },
                "_value": {
                  "nullable": true
                }
              },
              "required": [
                "id",
                "optLable",
                "value",
                "_id",
                "_name",
                "_code"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "meta",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "OptionsResponseInfoRequest": {
        "type": "object",
        "properties": {}
      },
      "incomeListResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "incomeRangeFrom": {
                  "type": "integer"
                },
                "incomeRangeTo": {
                  "type": "integer"
                },
                "_id": {
                  "type": "integer"
                },
                "_name": {
                  "nullable": true
                },
                "_local_name": {
                  "nullable": true
                },
                "_code": {
                  "nullable": true
                },
                "_value": {
                  "nullable": true
                }
              },
              "required": [
                "incomeRangeFrom",
                "incomeRangeTo",
                "_id"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "GovernorateAreaResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "areaId": {
                  "type": "integer"
                },
                "govendateId": {
                  "type": "integer"
                },
                "fullName": {
                  "type": "string"
                },
                "arFullName": {
                  "nullable": true
                }
              },
              "required": [
                "areaId",
                "govendateId",
                "fullName"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "GovernorateAreaResponseRequest": {
        "type": "object",
        "properties": {
          "governateId": {
            "type": "string"
          }
        },
        "required": [
          "governateId"
        ]
      },
      "GovernorateListResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "governateId": {
                  "type": "integer"
                },
                "fullName": {
                  "type": "string"
                },
                "arFullName": {
                  "nullable": true
                },
                "applicationCountryId": {
                  "type": "integer"
                }
              },
              "required": [
                "governateId",
                "fullName",
                "applicationCountryId"
              ]
            }
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "SignUpResponseModelResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "type": "string"
          },
          "message": {
            "type": "string"
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "type": "string"
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "otpPrefix": {
                "type": "string"
              },
              "mOtpPrefix": {
                "type": "string"
              },
              "eOtpPrefix": {
                "nullable": true
              },
              "wOtpPrefix": {
                "nullable": true
              },
              "ques": {
                "nullable": true
              }
            },
            "required": [
              "id",
              "otpPrefix",
              "mOtpPrefix"
            ]
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "nullable": true
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "exception",
          "message",
          "messageKey",
          "statusKey",
          "meta",
          "warningFlags",
          "results",
          "traceId",
          "signature"
        ]
      },
      "SignUpResponseModelRequest": {
        "type": "object",
        "properties": {}
      },
      "customerOnboardingDataRequest": {
        "type": "object",
        "properties": {}
      },
      "SetCredentialResponseResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string"
          },
          "statusKey": {
            "type": "string"
          },
          "messageKey": {
            "type": "string"
          },
          "data": {
            "type": "string"
          }
        },
        "required": [
          "status",
          "statusKey",
          "messageKey",
          "data"
        ]
      },
      "SetCredentialResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "RegisterFileResponseResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string"
          },
          "statusKey": {
            "type": "string"
          },
          "messageKey": {
            "type": "string"
          },
          "data": {
            "type": "string"
          }
        },
        "required": [
          "status",
          "statusKey",
          "messageKey",
          "data"
        ]
      },
      "RegisterFileResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "RegisterInitResponseResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string"
          },
          "statusKey": {
            "type": "string"
          },
          "messageKey": {
            "type": "string"
          },
          "data": {
            "type": "string"
          }
        },
        "required": [
          "status",
          "statusKey",
          "messageKey",
          "data"
        ]
      },
      "RegisterInitResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "registerMetaApiCallRequest": {
        "type": "object",
        "properties": {}
      },
      "PaciPollResponseResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string"
          },
          "statusKey": {
            "type": "string"
          },
          "messageKey": {
            "type": "string"
          },
          "data": {
            "type": "string"
          },
          "results": {
            "type": "string"
          }
        },
        "required": [
          "status",
          "statusKey",
          "messageKey",
          "data",
          "results"
        ]
      },
      "PaciPollResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "savePaciVerifyDataRequest": {
        "type": "object",
        "properties": {}
      },
      "PaciSendResponseResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string"
          },
          "statusKey": {
            "type": "string"
          },
          "messageKey": {
            "type": "string"
          },
          "data": {
            "type": "string"
          }
        },
        "required": [
          "status",
          "statusKey",
          "messageKey",
          "data"
        ]
      },
      "PaciSendResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "DigiComplianceResponseResponse": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string"
          },
          "statusKey": {
            "type": "string"
          },
          "messageKey": {
            "type": "string"
          },
          "data": {
            "type": "string"
          }
        },
        "required": [
          "status",
          "statusKey",
          "messageKey",
          "data"
        ]
      },
      "DigiComplianceResponseRequest": {
        "type": "object",
        "properties": {}
      },
      "OffSessionResponseModelResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "nullable": true
          },
          "results": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "customerId": {
                  "nullable": true
                },
                "personInfo": {
                  "nullable": true
                },
                "customerFlags": {
                  "nullable": true
                },
                "securityquestions": {
                  "nullable": true
                },
                "customerCategory": {
                  "nullable": true
                },
                "custLastYrTrnxDet": {
                  "nullable": true
                },
                "tagUiMode": {
                  "nullable": true
                },
                "custLastTrnxDetails": {
                  "type": "object",
                  "properties": {
                    "lastTrnxCountryId": {
                      "type": "integer"
                    },
                    "lastTrnxCurrencyId": {
                      "type": "integer"
                    }
                  },
                  "required": [
                    "lastTrnxCountryId",
                    "lastTrnxCurrencyId"
                  ]
                },
                "metaKey": {
                  "nullable": true
                },
                "appUpdatePriority": {
                  "type": "integer"
                }
              },
              "required": [
                "custLastTrnxDetails",
                "appUpdatePriority"
              ]
            }
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "results",
          "traceid",
          "signature"
        ]
      },
      "OffSessionResponseModelRequest": {
        "type": "object",
        "properties": {}
      },
      "MetaResponseResponse": {
        "type": "object",
        "properties": {
          "timestamp": {
            "type": "integer"
          },
          "status": {
            "type": "string"
          },
          "error": {
            "nullable": true
          },
          "exception": {
            "nullable": true
          },
          "message": {
            "nullable": true
          },
          "warningKey": {
            "nullable": true
          },
          "path": {
            "nullable": true
          },
          "redirectUrl": {
            "nullable": true
          },
          "messageKey": {
            "nullable": true
          },
          "statusKey": {
            "type": "string"
          },
          "meta": {
            "nullable": true
          },
          "errors": {
            "nullable": true
          },
          "warnings": {
            "nullable": true
          },
          "logs": {
            "nullable": true
          },
          "warningFlags": {
            "type": "object",
            "properties": {
              "value": {
                "type": "integer"
              }
            },
            "required": [
              "value"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "validSession": {
                "type": "boolean"
              },
              "active": {
                "type": "boolean"
              },
              "info": {
                "type": "object",
                "properties": {
                  "title": {
                    "type": "string"
                  },
                  "firstName": {
                    "type": "string"
                  },
                  "middleName": {
                    "nullable": true
                  },
                  "lastName": {
                    "type": "string"
                  },
                  "titleLocal": {
                    "type": "string"
                  },
                  "firstNameLocal": {
                    "type": "string"
                  },
                  "middleNameLocal": {
                    "nullable": true
                  },
                  "lastNameLocal": {
                    "type": "string"
                  },
                  "gender": {
                    "type": "string"
                  },
                  "dateOfBirth": {
                    "type": "integer"
                  },
                  "alterEmailId": {
                    "nullable": true
                  },
                  "mobile": {
                    "type": "string"
                  },
                  "email": {
                    "type": "string"
                  },
                  "nationalityId": {
                    "type": "integer"
                  },
                  "lastLoginTime": {
                    "type": "integer"
                  },
                  "identityInt": {
                    "type": "string"
                  },
                  "whatsAppNumber": {
                    "nullable": true
                  },
                  "prefixCodeMobile": {
                    "type": "string"
                  },
                  "whatsappPrefixCode": {
                    "type": "string"
                  },
                  "referallId": {
                    "nullable": true
                  },
                  "emailVerified": {
                    "type": "string"
                  },
                  "languageId": {
                    "type": "integer"
                  },
                  "lang": {
                    "type": "string"
                  },
                  "identityTypeId": {
                    "type": "integer"
                  },
                  "identityExpiredDate": {
                    "type": "integer"
                  }
                },
                "required": [
                  "title",
                  "firstName",
                  "lastName",
                  "titleLocal",
                  "firstNameLocal",
                  "lastNameLocal",
                  "gender",
                  "dateOfBirth",
                  "mobile",
                  "email",
                  "nationalityId",
                  "lastLoginTime",
                  "identityInt",
                  "prefixCodeMobile",
                  "whatsappPrefixCode",
                  "emailVerified",
                  "languageId",
                  "lang",
                  "identityTypeId",
                  "identityExpiredDate"
                ]
              },
              "domCurrency": {
                "type": "object",
                "properties": {
                  "currencyId": {
                    "type": "integer"
                  },
                  "currencyCode": {
                    "type": "string"
                  },
                  "currencyName": {
                    "type": "string"
                  },
                  "quoteName": {
                    "type": "string"
                  },
                  "countryId": {
                    "type": "integer"
                  },
                  "fundMinRate": {
                    "nullable": true
                  },
                  "fundMaxRate": {
                    "nullable": true
                  },
                  "cashBuyMinRate": {
                    "nullable": true
                  },
                  "cashBuyMaxRate": {
                    "nullable": true
                  },
                  "cashSellMinRate": {
                    "nullable": true
                  },
                  "cashSellMaxRate": {
                    "nullable": true
                  },
                  "cashRateTolerance": {
                    "nullable": true
                  },
                  "cbkBuyRate": {
                    "nullable": true
                  },
                  "cbkSellRate": {
                    "nullable": true
                  },
                  "defaultVal": {
                    "type": "boolean"
                  },
                  "decimalNumber": {
                    "type": "integer"
                  }
                },
                "required": [
                  "currencyId",
                  "currencyCode",
                  "currencyName",
                  "quoteName",
                  "countryId",
                  "defaultVal",
                  "decimalNumber"
                ]
              },
              "device": {
                "type": "object",
                "properties": {
                  "fingerprint": {
                    "type": "string"
                  },
                  "ip": {
                    "type": "string"
                  },
                  "ip2": {
                    "nullable": true
                  },
                  "id": {
                    "type": "string"
                  },
                  "appVersion": {
                    "type": "string"
                  },
                  "appType": {
                    "type": "string"
                  },
                  "channel": {
                    "nullable": true
                  },
                  "clientType": {
                    "type": "string"
                  },
                  "type": {
                    "type": "string"
                  },
                  "platform": {
                    "type": "string"
                  },
                  "userAgent": {
                    "type": "object",
                    "properties": {
                      "operatingSystem": {
                        "type": "string"
                      },
                      "browser": {
                        "type": "string"
                      },
                      "id": {
                        "type": "integer"
                      },
                      "browserVersion": {
                        "nullable": true
                      }
                    },
                    "required": [
                      "operatingSystem",
                      "browser",
                      "id"
                    ]
                  },
                  "language": {
                    "type": "string"
                  },
                  "mobile": {
                    "type": "boolean"
                  }
                },
                "required": [
                  "fingerprint",
                  "ip",
                  "id",
                  "appVersion",
                  "appType",
                  "clientType",
                  "type",
                  "platform",
                  "userAgent",
                  "language",
                  "mobile"
                ]
              },
              "client": {
                "nullable": true
              },
              "state": {
                "type": "object",
                "properties": {
                  "flow": {
                    "nullable": true
                  },
                  "cStep": {
                    "type": "string"
                  },
                  "nStep": {
                    "type": "string"
                  },
                  "validId": {
                    "type": "boolean"
                  },
                  "validPswd": {
                    "type": "boolean"
                  },
                  "validSecQues": {
                    "type": "boolean"
                  },
                  "validMotp": {
                    "type": "boolean"
                  },
                  "validEotp": {
                    "type": "boolean"
                  },
                  "validDataVer": {
                    "type": "boolean"
                  },
                  "presentEmail": {
                    "type": "boolean"
                  },
                  "skipEkyc": {
                    "type": "boolean"
                  },
                  "timestamp": {
                    "type": "integer"
                  }
                },
                "required": [
                  "cStep",
                  "nStep",
                  "validId",
                  "validPswd",
                  "validSecQues",
                  "validMotp",
                  "validEotp",
                  "validDataVer",
                  "presentEmail",
                  "skipEkyc",
                  "timestamp"
                ]
              },
              "tenant": {
                "type": "string"
              },
              "tenantCode": {
                "type": "string"
              },
              "lang": {
                "type": "string"
              },
              "config": {
                "type": "object",
                "properties": {
                  "newBeneTransactionTimeLimit": {
                    "type": "integer"
                  },
                  "maxDomAmountLimit": {
                    "type": "integer"
                  },
                  "applicationCountryId": {
                    "type": "integer"
                  },
                  "placeOrderOnlineExpiry": {
                    "type": "integer"
                  },
                  "maxAttemptForMpin": {
                    "type": "integer"
                  }
                },
                "required": [
                  "newBeneTransactionTimeLimit",
                  "maxDomAmountLimit",
                  "applicationCountryId",
                  "placeOrderOnlineExpiry",
                  "maxAttemptForMpin"
                ]
              },
              "cdnUrl": {
                "type": "string"
              },
              "features": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "subscriptions": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "unsubscriptions": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "notifyRangeLong": {
                "type": "string"
              },
              "notifyRangeShort": {
                "type": "string"
              },
              "customerId": {
                "type": "integer"
              },
              "notificationGap": {
                "type": "string"
              },
              "returnUrl": {
                "nullable": true
              },
              "tagUiMode": {
                "type": "string"
              },
              "flags": {
                "type": "object",
                "properties": {
                  "fingerprintlinked": {
                    "type": "boolean"
                  },
                  "idProofStatus": {
                    "nullable": true
                  },
                  "idProofInGracePeroid": {
                    "nullable": true
                  },
                  "idProofRequired": {
                    "type": "boolean"
                  },
                  "idProofVerificationPending": {
                    "type": "boolean"
                  },
                  "ekycStatus": {
                    "nullable": true
                  },
                  "whatsAppVerified": {
                    "type": "boolean"
                  },
                  "emailVerified": {
                    "type": "boolean"
                  },
                  "mobileVerified": {
                    "type": "boolean"
                  },
                  "securityQuestionDone": {
                    "type": "boolean"
                  },
                  "annualIncomeExpired": {
                    "type": "boolean"
                  },
                  "isDeactivated": {
                    "type": "boolean"
                  },
                  "isOnlineCustomer": {
                    "type": "boolean"
                  },
                  "isForceUpdateInsuranceRequired": {
                    "type": "boolean"
                  },
                  "isInsuranceActive": {
                    "type": "boolean"
                  },
                  "isEmailVerified": {
                    "type": "boolean"
                  },
                  "isMobileVerified": {
                    "type": "boolean"
                  },
                  "isEmailMissing": {
                    "type": "boolean"
                  },
                  "isMobileMissing": {
                    "type": "boolean"
                  },
                  "isLocalAddressMissing": {
                    "nullable": true
                  },
                  "annualTransactionLimitExpired": {
                    "type": "boolean"
                  },
                  "isCorporateCustomer": {
                    "type": "boolean"
                  },
                  "isKioskAdmin": {
                    "type": "boolean"
                  },
                  "isSmartCard": {
                    "nullable": true
                  },
                  "isComplianceDocUploadRequired": {
                    "type": "boolean"
                  },
                  "referalCustomerReference": {
                    "nullable": true
                  },
                  "referalCustomerIdentity": {
                    "nullable": true
                  },
                  "referalCustomerReferenceDate": {
                    "nullable": true
                  },
                  "isReferalCustomer": {
                    "type": "boolean"
                  },
                  "isKuwaiti": {
                    "type": "boolean"
                  },
                  "referalCustomerNationality": {
                    "nullable": true
                  },
                  "isMobileCivilId": {
                    "nullable": true
                  },
                  "vat": {
                    "type": "boolean"
                  },
                  "vatPercentage": {
                    "nullable": true
                  },
                  "isIdVerified": {
                    "type": "boolean"
                  },
                  "iposTerminalId": {
                    "type": "string"
                  },
                  "isFxorderAllowed": {
                    "type": "boolean"
                  },
                  "isMkeySet": {
                    "type": "boolean"
                  },
                  "isFkeySet": {
                    "type": "boolean"
                  },
                  "isUpdateCivilIdAllowed": {
                    "type": "boolean"
                  },
                  "iposAllowed": {
                    "type": "boolean"
                  },
                  "displayInsuranceDetail": {
                    "type": "boolean"
                  }
                },
                "required": [
                  "fingerprintlinked",
                  "idProofRequired",
                  "idProofVerificationPending",
                  "whatsAppVerified",
                  "emailVerified",
                  "mobileVerified",
                  "securityQuestionDone",
                  "annualIncomeExpired",
                  "isDeactivated",
                  "isOnlineCustomer",
                  "isForceUpdateInsuranceRequired",
                  "isInsuranceActive",
                  "isEmailVerified",
                  "isMobileVerified",
                  "isEmailMissing",
                  "isMobileMissing",
                  "annualTransactionLimitExpired",
                  "isCorporateCustomer",
                  "isKioskAdmin",
                  "isComplianceDocUploadRequired",
                  "isReferalCustomer",
                  "isKuwaiti",
                  "vat",
                  "isIdVerified",
                  "iposTerminalId",
                  "isFxorderAllowed",
                  "isMkeySet",
                  "isFkeySet",
                  "isUpdateCivilIdAllowed",
                  "iposAllowed",
                  "displayInsuranceDetail"
                ]
              },
              "hotPoints": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "latitude": {
                      "type": "string"
                    },
                    "longitude": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "latitude",
                    "longitude",
                    "id"
                  ]
                }
              },
              "mileStones": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "custLastYrTrnxDet": {
                "type": "object",
                "properties": {
                  "lastYearNoOfTrnx": {
                    "type": "integer"
                  },
                  "lastYearTrnxValue": {
                    "type": "number"
                  },
                  "latYearAmountsaved": {
                    "type": "number"
                  }
                },
                "required": [
                  "lastYearNoOfTrnx",
                  "lastYearTrnxValue",
                  "latYearAmountsaved"
                ]
              },
              "custLastTrnxDetails": {
                "type": "object",
                "properties": {
                  "lastTrnxCountryId": {
                    "type": "integer"
                  },
                  "lastTrnxCurrencyId": {
                    "type": "integer"
                  }
                },
                "required": [
                  "lastTrnxCountryId",
                  "lastTrnxCurrencyId"
                ]
              },
              "metaKey": {
                "type": "string"
              },
              "jaxProperty": {
                "type": "object",
                "properties": {
                  "limitOtpSendInterval": {
                    "type": "integer"
                  },
                  "limitOtpExpireInterval": {
                    "type": "integer"
                  },
                  "paciSendPnInterval": {
                    "type": "integer"
                  },
                  "paciPollDataInterval": {
                    "type": "integer"
                  },
                  "paciPollDataTimeout": {
                    "type": "integer"
                  },
                  "defaultBeneDeduct": {
                    "type": "boolean"
                  },
                  "defaultNoBeneDeduct": {
                    "type": "boolean"
                  },
                  "defaultBeneNoBeneDeduct": {
                    "type": "boolean"
                  }
                },
                "required": [
                  "limitOtpSendInterval",
                  "limitOtpExpireInterval",
                  "paciSendPnInterval",
                  "paciPollDataInterval",
                  "paciPollDataTimeout",
                  "defaultBeneDeduct",
                  "defaultNoBeneDeduct",
                  "defaultBeneNoBeneDeduct"
                ]
              },
              "videoCallUrl": {
                "type": "string"
              },
              "custIdHashValue": {
                "type": "string"
              },
              "did": {
                "type": "string"
              },
              "ctid": {
                "type": "string"
              }
            },
            "required": [
              "validSession",
              "active",
              "info",
              "domCurrency",
              "device",
              "state",
              "tenant",
              "tenantCode",
              "lang",
              "config",
              "cdnUrl",
              "features",
              "subscriptions",
              "unsubscriptions",
              "notifyRangeLong",
              "notifyRangeShort",
              "customerId",
              "notificationGap",
              "tagUiMode",
              "flags",
              "hotPoints",
              "mileStones",
              "custLastYrTrnxDet",
              "custLastTrnxDetails",
              "metaKey",
              "jaxProperty",
              "videoCallUrl",
              "custIdHashValue",
              "did",
              "ctid"
            ]
          },
          "results": {
            "type": "array",
            "items": {}
          },
          "traceId": {
            "type": "string"
          },
          "traceid": {
            "type": "string"
          },
          "signature": {
            "type": "string"
          }
        },
        "required": [
          "timestamp",
          "status",
          "statusKey",
          "warningFlags",
          "data",
          "results",
          "traceId",
          "traceid",
          "signature"
        ]
      },
      "MetaResponseRequest": {
        "type": "object",
        "properties": {
          "appVersion": {
            "type": "string"
          },
          "appType": {
            "type": "string"
          },
          "WEB": {
            "type": "string"
          },
          "IOS": {
            "type": "string"
          },
          "lang": {
            "type": "string"
          },
          "refresh": {
            "type": "string"
          }
        },
        "required": [
          "appVersion",
          "appType",
          "WEB",
          "IOS",
          "lang",
          "refresh"
        ]
      }
    },
    "securitySchemes": {
      "sessionCookie": {
        "type": "apiKey",
        "in": "cookie",
        "name": "JSESSIONID"
      }
    }
  },
  "security": [
    {
      "sessionCookie": []
    }
  ]
}