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

com.paypal.base.SDKVersion Maven / Gradle / Ivy

There is a newer version: 1.14.0
Show newest version
package com.paypal.base;

public interface SDKVersion {
	
	/**
	 * Returns the SDK Id
	 * @return String
	 */
	String getSDKId();
	
	/**
	 * Returns the SDK Version
	 * @return String
	 */
	String getSDKVersion();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy