package com.mfsys.uco.constants; public interface UCOURI { String GET_UCOACC_BALANCE = "/deposit/getUcoAccountBalance"; String CUSTOMER_ONBOARDING = "/crm/onboarding/digital/customer"; String GET_CMP_UCOACCOUNTS = "/deposit/getUcoAccounts"; String FETCH_EXCHANGE_RATE = "/deposit/uco/fetchExchangeRate"; String FETCH_DEPOSIT_PRODUCTS = "/deposit/product/uco"; String UCO_CUSTOMER_ACCOUNT = "/deposit/onboarding/digital/UcoCustomerAccount"; }