Uses of Enum
cz.gopay.api.v3.model.common.Currency
Packages that use Currency
Package
Description
-
Uses of Currency in cz.gopay.api.v3
Methods in cz.gopay.api.v3 with parameters of type CurrencyModifier and TypeMethodDescriptionAbstractGPConnector.getPaymentInstruments(Long goId, Currency currency) IGPConnector.getPaymentInstruments(Long goId, Currency currency) PaymentClient.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 CurrencyModifier and TypeMethodDescriptionstatic Currencystatic CurrencyCurrency.getByNumericalCode(Integer code) static CurrencyReturns 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 CurrencyMethods in cz.gopay.api.v3.model.eet with parameters of type CurrencyConstructors in cz.gopay.api.v3.model.eet with parameters of type Currency -
Uses of Currency in cz.gopay.api.v3.model.payment
Fields in cz.gopay.api.v3.model.payment declared as CurrencyMethods in cz.gopay.api.v3.model.payment that return CurrencyModifier and TypeMethodDescriptionBasePayment.getCurrency()NextPayment.getCurrency()Payment.getCurrency()Refund.getCurrency()Methods in cz.gopay.api.v3.model.payment with parameters of type CurrencyModifier and TypeMethodDescriptionAbstractPaymentBuilder.order(String orderNumber, Long amount, Currency currency, String orderDescription) voidBasePayment.setCurrency(Currency currency) voidNextPayment.setCurrency(Currency currency) voidPayment.setCurrency(Currency currency) voidRefund.setCurrency(Currency currency) -
Uses of Currency in cz.gopay.api.v3.model.payment.support
Methods in cz.gopay.api.v3.model.payment.support that return CurrencyMethods in cz.gopay.api.v3.model.payment.support with parameters of type Currency