Uses of Class
com.adyen.model.nexo.PaymentType
-
Packages that use PaymentType Package Description com.adyen.model.nexo -
-
Uses of PaymentType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as PaymentType Modifier and Type Field Description protected PaymentTypeCardAcquisitionTransaction. paymentTypeThe Payment.protected PaymentTypePaymentData. paymentTypeThe Payment.protected PaymentTypePaymentResult. paymentTypeThe Payment type.Methods in com.adyen.model.nexo that return PaymentType Modifier and Type Method Description static PaymentTypePaymentType. fromValue(String v)From value payment type.PaymentTypeCardAcquisitionTransaction. getPaymentType()Gets the value of the paymentType property.PaymentTypePaymentData. getPaymentType()Gets the value of the PaymentType property.PaymentTypePaymentResult. getPaymentType()Gets the value of the PaymentType property.static PaymentTypePaymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentType[]PaymentType. 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 PaymentType Modifier and Type Method Description voidCardAcquisitionTransaction. setPaymentType(PaymentType value)Sets the value of the paymentType property.voidPaymentData. setPaymentType(PaymentType value)Sets the value of the PaymentType property.voidPaymentResult. setPaymentType(PaymentType value)Sets the value of the PaymentType property.
-