Uses of Class
com.adyen.model.balanceplatform.PaymentInstrumentInfo.TypeEnum
-
Packages that use PaymentInstrumentInfo.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of PaymentInstrumentInfo.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PaymentInstrumentInfo.TypeEnum Modifier and Type Method Description static PaymentInstrumentInfo.TypeEnumPaymentInstrumentInfo.TypeEnum. fromValue(String value)PaymentInstrumentInfo.TypeEnumPaymentInstrumentInfo. getType()Type of payment instrument.static PaymentInstrumentInfo.TypeEnumPaymentInstrumentInfo.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentInstrumentInfo.TypeEnum[]PaymentInstrumentInfo.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type PaymentInstrumentInfo.TypeEnum Modifier and Type Method Description voidPaymentInstrumentInfo. setType(PaymentInstrumentInfo.TypeEnum type)Type of payment instrument.PaymentInstrumentInfoPaymentInstrumentInfo. type(PaymentInstrumentInfo.TypeEnum type)
-