Uses of Class
com.adyen.model.nexo.PaymentInstrumentType
-
Packages that use PaymentInstrumentType Package Description com.adyen.model.nexo -
-
Uses of PaymentInstrumentType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as PaymentInstrumentType Modifier and Type Field Description protected PaymentInstrumentTypePaymentInstrumentData. paymentInstrumentTypeThe Payment instrument.protected PaymentInstrumentTypeTransactionTotals. paymentInstrumentTypeThe Payment instrument.Methods in com.adyen.model.nexo that return PaymentInstrumentType Modifier and Type Method Description static PaymentInstrumentTypePaymentInstrumentType. fromValue(String v)From value payment instrument type.PaymentInstrumentTypePaymentInstrumentData. getPaymentInstrumentType()Gets the value of the paymentInstrumentType property.PaymentInstrumentTypeTransactionTotals. getPaymentInstrumentType()Gets the value of the paymentInstrumentType property.static PaymentInstrumentTypePaymentInstrumentType. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentInstrumentType[]PaymentInstrumentType. 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 PaymentInstrumentType Modifier and Type Method Description voidPaymentInstrumentData. setPaymentInstrumentType(PaymentInstrumentType value)Sets the value of the paymentInstrumentType property.voidTransactionTotals. setPaymentInstrumentType(PaymentInstrumentType value)Sets the value of the paymentInstrumentType property.
-