Uses of Class
com.adyen.model.management.PaymentMethodResponse.TypesWithErrorsEnum
-
Packages that use PaymentMethodResponse.TypesWithErrorsEnum Package Description com.adyen.model.management -
-
Uses of PaymentMethodResponse.TypesWithErrorsEnum in com.adyen.model.management
Methods in com.adyen.model.management that return PaymentMethodResponse.TypesWithErrorsEnum Modifier and Type Method Description static PaymentMethodResponse.TypesWithErrorsEnumPaymentMethodResponse.TypesWithErrorsEnum. fromValue(String value)static PaymentMethodResponse.TypesWithErrorsEnumPaymentMethodResponse.TypesWithErrorsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentMethodResponse.TypesWithErrorsEnum[]PaymentMethodResponse.TypesWithErrorsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management that return types with arguments of type PaymentMethodResponse.TypesWithErrorsEnum Modifier and Type Method Description List<PaymentMethodResponse.TypesWithErrorsEnum>PaymentMethodResponse. getTypesWithErrors()Payment method types with errors.Methods in com.adyen.model.management with parameters of type PaymentMethodResponse.TypesWithErrorsEnum Modifier and Type Method Description PaymentMethodResponsePaymentMethodResponse. addTypesWithErrorsItem(PaymentMethodResponse.TypesWithErrorsEnum typesWithErrorsItem)Method parameters in com.adyen.model.management with type arguments of type PaymentMethodResponse.TypesWithErrorsEnum Modifier and Type Method Description voidPaymentMethodResponse. setTypesWithErrors(List<PaymentMethodResponse.TypesWithErrorsEnum> typesWithErrors)Payment method types with errors.PaymentMethodResponsePaymentMethodResponse. typesWithErrors(List<PaymentMethodResponse.TypesWithErrorsEnum> typesWithErrors)Payment method types with errors.
-