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(AccelUpdateInfo accel)accelUpdatePaymentMethodInfoUpdatePaymentMethodInfo. addCountriesItem(String countriesItem)UpdatePaymentMethodInfoUpdatePaymentMethodInfo. addCurrenciesItem(String currenciesItem)UpdatePaymentMethodInfoUpdatePaymentMethodInfo. addCustomRoutingFlagsItem(String customRoutingFlagsItem)UpdatePaymentMethodInfoUpdatePaymentMethodInfo. addStoreIdsItem(String storeIdsItem)UpdatePaymentMethodInfoUpdatePaymentMethodInfo. affirm(AffirmUpdateInfo affirm)affirmUpdatePaymentMethodInfoUpdatePaymentMethodInfo. bcmc(BcmcUpdateInfo bcmc)bcmcUpdatePaymentMethodInfoUpdatePaymentMethodInfo. carnet(GenericPmWithTdiUpdateInfo carnet)carnetUpdatePaymentMethodInfoUpdatePaymentMethodInfo. cartesBancaires(CartesBancairesUpdateInfo cartesBancaires)cartesBancairesUpdatePaymentMethodInfoUpdatePaymentMethodInfo. countries(List<String> countries)The list of countries where a payment method is available.UpdatePaymentMethodInfoUpdatePaymentMethodInfo. cup(GenericPmWithTdiUpdateInfo 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(GenericPmWithTdiUpdateInfo diners)dinersUpdatePaymentMethodInfoUpdatePaymentMethodInfo. discover(GenericPmWithTdiUpdateInfo discover)discoverUpdatePaymentMethodInfoUpdatePaymentMethodInfo. eftDirectdebitCA(GenericPmWithTdiUpdateInfo eftDirectdebitCA)eftDirectdebitCAUpdatePaymentMethodInfoUpdatePaymentMethodInfo. eftposAustralia(GenericPmWithTdiUpdateInfo 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(GenericPmWithTdiUpdateInfo girocard)girocardUpdatePaymentMethodInfoUpdatePaymentMethodInfo. ideal(GenericPmWithTdiUpdateInfo ideal)idealUpdatePaymentMethodInfoUpdatePaymentMethodInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.UpdatePaymentMethodInfoUpdatePaymentMethodInfo. interacCard(GenericPmWithTdiUpdateInfo interacCard)interacCardUpdatePaymentMethodInfoUpdatePaymentMethodInfo. jcb(GenericPmWithTdiUpdateInfo jcb)jcbUpdatePaymentMethodInfoUpdatePaymentMethodInfo. maestro(GenericPmWithTdiUpdateInfo maestro)maestroUpdatePaymentMethodInfoUpdatePaymentMethodInfo. maestroUsa(GenericPmWithTdiUpdateInfo maestroUsa)maestroUsaUpdatePaymentMethodInfoUpdatePaymentMethodInfo. mc(GenericPmWithTdiUpdateInfo mc)mcUpdatePaymentMethodInfoUpdatePaymentMethodInfo. nyce(NyceUpdateInfo nyce)nyceUpdatePaymentMethodInfoUpdatePaymentMethodInfo. paybybankPlaid(PayByBankPlaidUpdateInfo paybybankPlaid)paybybankPlaidUpdatePaymentMethodInfoUpdatePaymentMethodInfo. pulse(PulseUpdateInfo pulse)pulseUpdatePaymentMethodInfoUpdatePaymentMethodInfo. sepadirectdebit(SepaDirectDebitUpdateInfo sepadirectdebit)sepadirectdebitUpdatePaymentMethodInfoUpdatePaymentMethodInfo. star(StarUpdateInfo 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(GenericPmWithTdiUpdateInfo 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
-