Uses of Class
de.adorsys.psd2.model.ExchangeRateTypeCode
-
Packages that use ExchangeRateTypeCode Package Description de.adorsys.psd2.model -
-
Uses of ExchangeRateTypeCode in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return ExchangeRateTypeCode Modifier and Type Method Description static ExchangeRateTypeCodeExchangeRateTypeCode. fromValue(String text)@Valid ExchangeRateTypeCodePaymentExchangeRate. getRateType()Get rateTypestatic ExchangeRateTypeCodeExchangeRateTypeCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExchangeRateTypeCode[]ExchangeRateTypeCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.psd2.model with parameters of type ExchangeRateTypeCode Modifier and Type Method Description PaymentExchangeRatePaymentExchangeRate. rateType(ExchangeRateTypeCode rateType)voidPaymentExchangeRate. setRateType(ExchangeRateTypeCode rateType)
-