com.yandex.money.api.methods.params.Params 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.methods.params;
import java.util.Map;
/**
* @author Dmitriy Melnikov ([email protected])
*/
public interface Params {
/**
* Creates parameters for {@link com.yandex.money.api.methods.RequestPayment.Request}.
*
* @return key-value pairs of parameters
*/
Map makeParams();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy