Uses of Class
de.adorsys.psd2.xs2a.core.profile.PaymentType
-
Packages that use PaymentType Package Description de.adorsys.psd2.xs2a.core.pis de.adorsys.psd2.xs2a.core.profile -
-
Uses of PaymentType in de.adorsys.psd2.xs2a.core.pis
Methods in de.adorsys.psd2.xs2a.core.pis that return PaymentType Modifier and Type Method Description PaymentTypeCoreCommonPayment. getPaymentType() -
Uses of PaymentType in de.adorsys.psd2.xs2a.core.profile
Methods in de.adorsys.psd2.xs2a.core.profile that return PaymentType Modifier and Type Method Description static PaymentTypePaymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentType[]PaymentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.psd2.xs2a.core.profile that return types with arguments of type PaymentType Modifier and Type Method Description static Optional<PaymentType>PaymentType. getByValue(String name)
-