Service configuration
Service configuration
{{ error }}
{% endif %}
S.No | Name | Sorting | Status | Action |
---|---|---|---|---|
{{each_service_grouping.snoCount}} | {{each_service_grouping.name}} | {{each_service_grouping.sorting}} | {% if each_service_grouping.actionText == "Active" %} {{ each_service_grouping.actionText }} {% else %} {{ each_service_grouping.actionText }} {% endif %} | {% endfor %} |
S.No | Category Name | Is TPIN | Service Grouping | Sorting | Display In Dashboard | Image | Status | Action | |
---|---|---|---|---|---|---|---|---|---|
{{each_category.snoCount}} | {{each_category.categoryName}} | {% if each_category.isTpin == True %} ✔ {% else %} ✗ {% endif %} | {{each_category.serviceGroupingName}} | {{each_category.sorting}} | {{each_category.displayInDashboard}} | {%if each_category.image %}![]() |
{% endif %}
{% if each_category.actionText == "Active" %} {{ each_category.actionText }} {% else %} {{ each_category.actionText }} {% endif %} | {% endfor %} |
S.No | Service Name | Category Name | Service Grouping | Code | Is Service | Is bbps | Is Operator Wise | File | Sorting | Display In Dashboard | Wallet | Status | Action | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{each_service.snoCount}} | {{each_service.serviceName}} | {{each_service.categoryName}} | {{each_service.serviceGroupingName}} | {{each_service.code}} | {% if each_service.isService == True %} ✓ {% else %} ✗ {% endif %} | {% if each_service.isbbps == True %} ✓ {% else %} ✗ {% endif %} | {% if each_service.isOperatorWise == True %} ✓ {% else %} ✗ {% endif %} | {%if each_service.file %}![]() |
{% endif %}
{{each_service.sorting}} | {{each_service.displayInDashboard}} | {{each_service.walletName}} | {% if each_service.actionText == "Active" %} {{ each_service.actionText }} {% else %} {{ each_service.actionText }} {% endif %} | {% endfor %} |
S.No | Operator Name | Service Name | Allow Type | Amount Plans | Api Name | Api Code | Api Type | File | Tax Type | Service Grouping | Rejected Amount | Min length | Max length | Sorting | Display In Dashboard | Pay Without Fetch Allowed | State | Status | Action | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{each_operator.operatorSnoCount}} | {{each_operator.operatorName}} | {{each_operator.serviceName}} | {{each_operator.allowType}} | {{each_operator.amountPlans}} | {{each_operator.transactionAPIName}} | {{each_operator.apiCode}} | {{each_operator.apiType}} | {%if each_operator.image %}![]() |
{% endif %}
{{each_operator.taxTypeName}} | {{each_operator.serviceGroupingName}} | {{each_operator.rejectedAmount}} | {{each_operator.minLength}} | {{each_operator.maxLength}} | {{each_operator.sorting}} | {{each_operator.displayInDashboard}} | {{each_operator.payWithoutFetchAllowed}} | {{each_operator.stateName}} | {% if each_operator.actionText == "Active" %} {{ each_operator.actionText }} {% else %} {{ each_operator.actionText }} {% endif %} | {% endfor %} |
S.No | Group Name | Operator Name | Parameter Name | Value | Status | Action |
---|---|---|---|---|---|---|
{{each_operator_grouping.snoCount}} | {{each_operator_grouping.groupName}} | {{each_operator_grouping.operatorName}} | {{each_operator_grouping.parameterName}} | {{each_operator_grouping.value}} | {% if each_operator_grouping.actionText == "Active" %} {{ each_operator_grouping.actionText }} {% else %} {{ each_operator_grouping.actionText }} {% endif %} | {% endfor %} |
S.No | Group Name | Sub Parameter Name | Operator Name | Value | Status | Action |
---|---|---|---|---|---|---|
{{each_sub_parameter_grouping.snoCount}} | {{each_sub_parameter_grouping.groupName}} | {{each_sub_parameter_grouping.subParameterName}} | {{each_sub_parameter_grouping.operatorName}} | {{each_sub_parameter_grouping.value}} | {% if each_sub_parameter_grouping.actionText == "Active" %} {{ each_sub_parameter_grouping.actionText }} {% else %} {{ each_sub_parameter_grouping.actionText }} {% endif %} | {% endfor %} |