Uses of Class
com.adyen.model.tapi.PaymentInstrumentType
-
Packages that use PaymentInstrumentType Package Description com.adyen.model.tapi -
-
Uses of PaymentInstrumentType in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return PaymentInstrumentType Modifier and Type Method Description static PaymentInstrumentTypePaymentInstrumentType. fromValue(String value)PaymentInstrumentTypePaymentInstrumentData. getPaymentInstrumentType()Get paymentInstrumentTypePaymentInstrumentTypeTransactionTotals. getPaymentInstrumentType()Get paymentInstrumentTypestatic 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.tapi with parameters of type PaymentInstrumentType Modifier and Type Method Description PaymentInstrumentDataPaymentInstrumentData. paymentInstrumentType(PaymentInstrumentType paymentInstrumentType)paymentInstrumentTypeTransactionTotalsTransactionTotals. paymentInstrumentType(PaymentInstrumentType paymentInstrumentType)paymentInstrumentTypevoidPaymentInstrumentData. setPaymentInstrumentType(PaymentInstrumentType paymentInstrumentType)paymentInstrumentTypevoidTransactionTotals. setPaymentInstrumentType(PaymentInstrumentType paymentInstrumentType)paymentInstrumentType
-