Uses of Class
de.adorsys.opba.tppbankingapi.ais.model.generated.PurposeCode
-
Packages that use PurposeCode Package Description de.adorsys.opba.tppbankingapi.ais.model.generated -
-
Uses of PurposeCode in de.adorsys.opba.tppbankingapi.ais.model.generated
Methods in de.adorsys.opba.tppbankingapi.ais.model.generated that return PurposeCode Modifier and Type Method Description static PurposeCodePurposeCode. fromValue(String text)@Valid PurposeCodeTransactionDetails. getPurposeCode()Get purposeCodestatic PurposeCodePurposeCode. valueOf(String name)Returns the enum constant of this type with the specified name.static PurposeCode[]PurposeCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.opba.tppbankingapi.ais.model.generated with parameters of type PurposeCode Modifier and Type Method Description TransactionDetailsTransactionDetails. purposeCode(PurposeCode purposeCode)voidTransactionDetails. setPurposeCode(PurposeCode purposeCode)
-