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

com.yandex.money.api.net.UserAgent Maven / Gradle / Ivy

Go to download

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();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy