Uses of Class
com.adyen.model.nexo.TransactionActionType
-
Packages that use TransactionActionType Package Description com.adyen.model.nexo -
-
Uses of TransactionActionType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as TransactionActionType Modifier and Type Field Description protected TransactionActionTypeEnableServiceRequest. transactionActionThe Transaction action.Methods in com.adyen.model.nexo that return TransactionActionType Modifier and Type Method Description static TransactionActionTypeTransactionActionType. fromValue(String v)From value transaction action type.TransactionActionTypeEnableServiceRequest. getTransactionAction()Gets the value of the transactionAction property.static TransactionActionTypeTransactionActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionActionType[]TransactionActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type TransactionActionType Modifier and Type Method Description voidEnableServiceRequest. setTransactionAction(TransactionActionType value)Sets the value of the transactionAction property.
-