Uses of Class
com.adyen.model.tapi.TransactionType
-
Packages that use TransactionType Package Description com.adyen.model.tapi -
-
Uses of TransactionType in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return TransactionType Modifier and Type Method Description static TransactionTypeTransactionType. fromValue(String value)TransactionTypePaymentTotals. getTransactionType()Get transactionTypestatic TransactionTypeTransactionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionType[]TransactionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.tapi with parameters of type TransactionType Modifier and Type Method Description voidPaymentTotals. setTransactionType(TransactionType transactionType)transactionTypePaymentTotalsPaymentTotals. transactionType(TransactionType transactionType)transactionType
-