Uses of Class
com.adyen.model.management.PaymentMethod
-
Packages that use PaymentMethod Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of PaymentMethod in com.adyen.model.management
Methods in com.adyen.model.management that return PaymentMethod Modifier and Type Method Description PaymentMethodPaymentMethod. addCountriesItem(String countriesItem)PaymentMethodPaymentMethod. addCurrenciesItem(String currenciesItem)PaymentMethodPaymentMethod. addCustomRoutingFlagsItem(String customRoutingFlagsItem)PaymentMethodPaymentMethod. allowed(Boolean allowed)PaymentMethodPaymentMethod. applePay(ApplePayInfo applePay)PaymentMethodPaymentMethod. bcmc(BcmcInfo bcmc)PaymentMethodPaymentMethod. businessLineId(String businessLineId)PaymentMethodPaymentMethod. cartesBancaires(CartesBancairesInfo cartesBancaires)PaymentMethodPaymentMethod. countries(List<String> countries)PaymentMethodPaymentMethod. currencies(List<String> currencies)PaymentMethodPaymentMethod. customRoutingFlags(List<String> customRoutingFlags)PaymentMethodPaymentMethod. enabled(Boolean enabled)static PaymentMethodPaymentMethod. fromJson(String jsonString)Create an instance of PaymentMethod given an JSON stringPaymentMethodPaymentMethod. giroPay(GiroPayInfo giroPay)PaymentMethodPaymentMethod. googlePay(GooglePayInfo googlePay)PaymentMethodPaymentMethod. id(String id)PaymentMethodPaymentMethod. klarna(KlarnaInfo klarna)PaymentMethodPaymentMethod. mealVoucherFR(MealVoucherFRInfo mealVoucherFR)PaymentMethodPaymentMethod. paypal(PayPalInfo paypal)PaymentMethodPaymentMethod. reference(String reference)PaymentMethodPaymentMethod. shopperInteraction(String shopperInteraction)PaymentMethodPaymentMethod. sofort(SofortInfo sofort)PaymentMethodPaymentMethod. storeId(String storeId)PaymentMethodPaymentMethod. swish(SwishInfo swish)PaymentMethodPaymentMethod. type(String type)PaymentMethodPaymentMethod. verificationStatus(PaymentMethod.VerificationStatusEnum verificationStatus)Methods in com.adyen.model.management that return types with arguments of type PaymentMethod Modifier and Type Method Description List<PaymentMethod>PaymentMethodResponse. getData()Payment methods details.Methods in com.adyen.model.management with parameters of type PaymentMethod Modifier and Type Method Description PaymentMethodResponsePaymentMethodResponse. addDataItem(PaymentMethod dataItem)Method parameters in com.adyen.model.management with type arguments of type PaymentMethod Modifier and Type Method Description PaymentMethodResponsePaymentMethodResponse. data(List<PaymentMethod> data)voidPaymentMethodResponse. setData(List<PaymentMethod> data) -
Uses of PaymentMethod in com.adyen.service.management
Methods in com.adyen.service.management that return PaymentMethod Modifier and Type Method Description PaymentMethodPaymentMethodsMerchantLevel. getPaymentMethodDetails(String merchantId, String paymentMethodId)Get payment method detailsPaymentMethodPaymentMethodsMerchantLevel. requestPaymentMethod(String merchantId, PaymentMethodSetupInfo paymentMethodSetupInfo)Request a payment methodPaymentMethodPaymentMethodsMerchantLevel. updatePaymentMethod(String merchantId, String paymentMethodId, UpdatePaymentMethodInfo updatePaymentMethodInfo)Update a payment method
-