Uses of Class
com.adyen.model.tapi.TransactionAction
-
Packages that use TransactionAction Package Description com.adyen.model.tapi -
-
Uses of TransactionAction in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return TransactionAction Modifier and Type Method Description static TransactionActionTransactionAction. fromValue(String value)TransactionActionEnableServiceRequest. getTransactionAction()Get transactionActionstatic TransactionActionTransactionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionAction[]TransactionAction. 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 TransactionAction Modifier and Type Method Description voidEnableServiceRequest. setTransactionAction(TransactionAction transactionAction)transactionActionEnableServiceRequestEnableServiceRequest. transactionAction(TransactionAction transactionAction)transactionAction
-