Search in sources :

Example 1 with OKPayAccount

use of bisq.core.payment.OKPayAccount in project bisq-desktop by bisq-network.

the class OfferBookViewModelTest method getOKPayAccount.

private PaymentAccount getOKPayAccount(String currencyCode) {
    PaymentAccount paymentAccount = new OKPayAccount();
    paymentAccount.setSelectedTradeCurrency(new FiatCurrency(currencyCode));
    return paymentAccount;
}
Also used : CountryBasedPaymentAccount(bisq.core.payment.CountryBasedPaymentAccount) PaymentAccount(bisq.core.payment.PaymentAccount) FiatCurrency(bisq.core.locale.FiatCurrency) OKPayAccount(bisq.core.payment.OKPayAccount)

Aggregations

FiatCurrency (bisq.core.locale.FiatCurrency)1 CountryBasedPaymentAccount (bisq.core.payment.CountryBasedPaymentAccount)1 OKPayAccount (bisq.core.payment.OKPayAccount)1 PaymentAccount (bisq.core.payment.PaymentAccount)1