Uses of Class
com.adyen.model.nexo.TransactionType
-
Packages that use TransactionType Package Description com.adyen.model.nexo -
-
Uses of TransactionType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as TransactionType Modifier and Type Field Description protected TransactionTypeLoyaltyTotals. transactionTypeThe Transaction.protected TransactionTypePaymentTotals. transactionTypeThe Transaction.Methods in com.adyen.model.nexo that return TransactionType Modifier and Type Method Description static TransactionTypeTransactionType. fromValue(String v)From value transaction type.TransactionTypeLoyaltyTotals. getTransactionType()Gets the value of the transactionType property.TransactionTypePaymentTotals. getTransactionType()Gets the value of the transactionType property.static 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.nexo with parameters of type TransactionType Modifier and Type Method Description voidLoyaltyTotals. setTransactionType(TransactionType value)Sets the value of the transactionType property.voidPaymentTotals. setTransactionType(TransactionType value)Sets the value of the transactionType property.
-