package com.paypal.core; public interface SDKVersion { /** * Returns the SDK Id * @return */ String getSDKId(); /** * Returns the SDK Version * @return */ String getSDKVersion(); }