Uses of Class
cz.gopay.api.v3.model.common.Currency
-
Packages that use Currency Package Description cz.gopay.api.v3 cz.gopay.api.v3.model.common cz.gopay.api.v3.model.eet cz.gopay.api.v3.model.payment cz.gopay.api.v3.model.payment.support -
-
Uses of Currency in cz.gopay.api.v3
Methods in cz.gopay.api.v3 with parameters of type Currency Modifier and Type Method Description PaymentInstrumentRootAbstractGPConnector. getPaymentInstruments(Long goId, Currency currency)PaymentInstrumentRootIGPConnector. getPaymentInstruments(Long goId, Currency currency)PaymentInstrumentRootPaymentClient. getPaymentInstruments(AuthHeader authHeader, Long goId, Currency currency) -
Uses of Currency in cz.gopay.api.v3.model.common
Methods in cz.gopay.api.v3.model.common that return Currency Modifier and Type Method Description static CurrencyCurrency. getByCode(String code)static CurrencyCurrency. getByNumericalCode(Integer code)static CurrencyCurrency. valueOf(String name)Returns the enum constant of this type with the specified name.static Currency[]Currency. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Currency in cz.gopay.api.v3.model.eet
Methods in cz.gopay.api.v3.model.eet that return Currency Modifier and Type Method Description CurrencyEET. getMena()Methods in cz.gopay.api.v3.model.eet with parameters of type Currency Modifier and Type Method Description voidEET. setMena(Currency mena)Constructors in cz.gopay.api.v3.model.eet with parameters of type Currency Constructor Description EET(Long celkTrzba, Currency mena) -
Uses of Currency in cz.gopay.api.v3.model.payment
Fields in cz.gopay.api.v3.model.payment declared as Currency Modifier and Type Field Description protected CurrencyAbstractPaymentBuilder. currencyMethods in cz.gopay.api.v3.model.payment that return Currency Modifier and Type Method Description CurrencyBasePayment. getCurrency()CurrencyNextPayment. getCurrency()CurrencyPayment. getCurrency()Methods in cz.gopay.api.v3.model.payment with parameters of type Currency Modifier and Type Method Description UAbstractPaymentBuilder. order(String orderNumber, Long amount, Currency currency, String orderDescription)voidBasePayment. setCurrency(Currency currency)voidNextPayment. setCurrency(Currency currency)voidPayment. setCurrency(Currency currency)PaymentPayment. withPrice(Long amount, Currency currency) -
Uses of Currency in cz.gopay.api.v3.model.payment.support
Methods in cz.gopay.api.v3.model.payment.support that return Currency Modifier and Type Method Description CurrencyAccountStatement. getCurrency()Methods in cz.gopay.api.v3.model.payment.support with parameters of type Currency Modifier and Type Method Description voidAccountStatement. setCurrency(Currency currency)
-