All Downloads are FREE. Search and download functionalities are using the official Maven repository.

amk.sdk.deeplink.entity.response.OAuthTokenResponse Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.1.0
Show newest version
package amk.sdk.deeplink.entity.response;

public class OAuthTokenResponse {
    private String access_token;

    public String getAccess_token() {
        return access_token;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy