amk.sdk.deeplink.entity.model.ApiConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java Show documentation
Show all versions of java Show documentation
The AMK Deeplink SDK is a library for AMK's merchant that allow them to be able generate deeplink for their user to pay via AMK Bank app.
package amk.sdk.deeplink.entity.model;
public class ApiConstant {
public static final String BASE_URL = "https://uat-api-nginx.amkcambodia.com:8065";
public static final String GRANT_TYPE = "urn:ietf:params:oauth:grant-type:jwt-bearer";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy