Uses of Class
com.adyen.model.balanceplatform.PaymentInstrument.TypeEnum
-
Packages that use PaymentInstrument.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of PaymentInstrument.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PaymentInstrument.TypeEnum Modifier and Type Method Description static PaymentInstrument.TypeEnumPaymentInstrument.TypeEnum. fromValue(String value)PaymentInstrument.TypeEnumPaymentInstrument. getType()The type of payment instrument.static PaymentInstrument.TypeEnumPaymentInstrument.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentInstrument.TypeEnum[]PaymentInstrument.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 PaymentInstrument.TypeEnum Modifier and Type Method Description voidPaymentInstrument. setType(PaymentInstrument.TypeEnum type)The type of payment instrument.PaymentInstrumentPaymentInstrument. type(PaymentInstrument.TypeEnum type)The type of payment instrument.
-