com.yandex.money.api.model.Wallet 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.model;
/**
* Wallet. It used for payments from user's account.
*
* @author Slava Yasevich ([email protected])
*/
public class Wallet extends MoneySource {
public Wallet() {
super("wallet");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy