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. accel(AccelInfo accel)accelUpdatePaymentMethodInfoUpdatePaymentMethodInfo. addCountriesItem(String countriesItem)UpdatePaymentMethodInfoUpdatePaymentMethodInfo. addCurrenciesItem(String currenciesItem)UpdatePaymentMethodInfoUpdatePaymentMethodInfo. addCustomRoutingFlagsItem(String customRoutingFlagsItem)UpdatePaymentMethodInfoUpdatePaymentMethodInfo. addStoreIdsItem(String storeIdsItem)UpdatePaymentMethodInfoUpdatePaymentMethodInfo. bcmc(BcmcInfo bcmc)bcmcUpdatePaymentMethodInfoUpdatePaymentMethodInfo. cartesBancaires(CartesBancairesInfo cartesBancaires)cartesBancairesUpdatePaymentMethodInfoUpdatePaymentMethodInfo. countries(List<String> countries)The list of countries where a payment method is available.UpdatePaymentMethodInfoUpdatePaymentMethodInfo. cup(GenericPmWithTdiInfo cup)cupUpdatePaymentMethodInfoUpdatePaymentMethodInfo. currencies(List<String> currencies)The list of currencies that a payment method supports.UpdatePaymentMethodInfoUpdatePaymentMethodInfo. customRoutingFlags(List<String> customRoutingFlags)Custom routing flags for acquirer routing.UpdatePaymentMethodInfoUpdatePaymentMethodInfo. diners(GenericPmWithTdiInfo diners)dinersUpdatePaymentMethodInfoUpdatePaymentMethodInfo. discover(GenericPmWithTdiInfo discover)discoverUpdatePaymentMethodInfoUpdatePaymentMethodInfo. eftposAustralia(GenericPmWithTdiInfo eftposAustralia)eftposAustraliaUpdatePaymentMethodInfoUpdatePaymentMethodInfo. enabled(Boolean enabled)Indicates whether the payment method is enabled (**true**) or disabled (**false**).static UpdatePaymentMethodInfoUpdatePaymentMethodInfo. fromJson(String jsonString)Create an instance of UpdatePaymentMethodInfo given an JSON stringUpdatePaymentMethodInfoUpdatePaymentMethodInfo. girocard(GenericPmWithTdiInfo girocard)girocardUpdatePaymentMethodInfoUpdatePaymentMethodInfo. ideal(GenericPmWithTdiInfo ideal)idealUpdatePaymentMethodInfoUpdatePaymentMethodInfo. interacCard(GenericPmWithTdiInfo interacCard)interacCardUpdatePaymentMethodInfoUpdatePaymentMethodInfo. jcb(GenericPmWithTdiInfo jcb)jcbUpdatePaymentMethodInfoUpdatePaymentMethodInfo. maestro(GenericPmWithTdiInfo maestro)maestroUpdatePaymentMethodInfoUpdatePaymentMethodInfo. mc(GenericPmWithTdiInfo mc)mcUpdatePaymentMethodInfoUpdatePaymentMethodInfo. nyce(NyceInfo nyce)nyceUpdatePaymentMethodInfoUpdatePaymentMethodInfo. pulse(PulseInfo pulse)pulseUpdatePaymentMethodInfoUpdatePaymentMethodInfo. star(StarInfo star)starUpdatePaymentMethodInfoUpdatePaymentMethodInfo. storeId(String storeId)The store for this payment methodUpdatePaymentMethodInfoUpdatePaymentMethodInfo. storeIds(List<String> storeIds)Deprecated.since Management API v3 Use `storeId` instead.UpdatePaymentMethodInfoUpdatePaymentMethodInfo. visa(GenericPmWithTdiInfo visa)visa -
Uses of UpdatePaymentMethodInfo in com.adyen.service.management
Methods in com.adyen.service.management with parameters of type UpdatePaymentMethodInfo Modifier and Type Method Description PaymentMethodPaymentMethodsMerchantLevelApi. updatePaymentMethod(String merchantId, String paymentMethodId, UpdatePaymentMethodInfo updatePaymentMethodInfo)Update a payment methodPaymentMethodPaymentMethodsMerchantLevelApi. updatePaymentMethod(String merchantId, String paymentMethodId, UpdatePaymentMethodInfo updatePaymentMethodInfo, RequestOptions requestOptions)Update a payment method
-