Uses of Class
com.adyen.model.nexo.TransactionConditions
-
Packages that use TransactionConditions Package Description com.adyen.model.nexo -
-
Uses of TransactionConditions in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as TransactionConditions Modifier and Type Field Description protected TransactionConditionsLoyaltyTransaction. transactionConditionsThe Transaction conditions.protected TransactionConditionsPaymentTransaction. transactionConditionsThe Transaction conditions.Methods in com.adyen.model.nexo that return TransactionConditions Modifier and Type Method Description TransactionConditionsObjectFactory. createTransactionConditions()Create an instance ofTransactionConditionsTransactionConditionsLoyaltyTransaction. getTransactionConditions()Gets the value of the transactionConditions property.TransactionConditionsPaymentTransaction. getTransactionConditions()Gets the value of the transactionConditions property.Methods in com.adyen.model.nexo with parameters of type TransactionConditions Modifier and Type Method Description voidLoyaltyTransaction. setTransactionConditions(TransactionConditions value)Sets the value of the transactionConditions property.voidPaymentTransaction. setTransactionConditions(TransactionConditions value)Sets the value of the transactionConditions property.
-