You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
468 B
Java
12 lines
468 B
Java
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";
|
|
|
|
}
|