Uses of Class
com.adyen.model.management.UpdatePaymentMethodInfo
-
Packages that use UpdatePaymentMethodInfo Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of UpdatePaymentMethodInfo in com.adyen.model.management
Methods in com.adyen.model.management that return UpdatePaymentMethodInfo Modifier and Type Method Description UpdatePaymentMethodInfoUpdatePaymentMethodInfo. addCountriesItem(String countriesItem)UpdatePaymentMethodInfoUpdatePaymentMethodInfo. addCurrenciesItem(String currenciesItem)UpdatePaymentMethodInfoUpdatePaymentMethodInfo. addCustomRoutingFlagsItem(String customRoutingFlagsItem)UpdatePaymentMethodInfoUpdatePaymentMethodInfo. countries(List<String> countries)UpdatePaymentMethodInfoUpdatePaymentMethodInfo. currencies(List<String> currencies)UpdatePaymentMethodInfoUpdatePaymentMethodInfo. customRoutingFlags(List<String> customRoutingFlags)UpdatePaymentMethodInfoUpdatePaymentMethodInfo. enabled(Boolean enabled)static UpdatePaymentMethodInfoUpdatePaymentMethodInfo. fromJson(String jsonString)Create an instance of UpdatePaymentMethodInfo given an JSON stringUpdatePaymentMethodInfoUpdatePaymentMethodInfo. shopperStatement(ShopperStatement shopperStatement) -
Uses of UpdatePaymentMethodInfo in com.adyen.service.management
Methods in com.adyen.service.management with parameters of type UpdatePaymentMethodInfo Modifier and Type Method Description PaymentMethodPaymentMethodsMerchantLevel. updatePaymentMethod(String merchantId, String paymentMethodId, UpdatePaymentMethodInfo updatePaymentMethodInfo)Update a payment method
-