
com.yandex.money.api.net.UserAgent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ym-java-epr-sdk Show documentation
Show all versions of ym-java-epr-sdk Show documentation
This Java library contains classes that allows you to do payments using Yandex.Money public API.
The newest version!
package com.yandex.money.api.net;
/**
* All user agents should implement this interface.
*
* @author Slava Yasevich ([email protected])
*/
public interface UserAgent {
String getName();
}