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. afterpayTouch(AfterpayTouchInfo afterpayTouch)PaymentMethodPaymentMethod. allowed(Boolean allowed)PaymentMethodPaymentMethod. applePay(ApplePayInfo applePay)PaymentMethodPaymentMethod. bcmc(BcmcInfo bcmc)PaymentMethodPaymentMethod. businessLineId(String businessLineId)PaymentMethodPaymentMethod. cartesBancaires(CartesBancairesInfo cartesBancaires)PaymentMethodPaymentMethod. clearpay(ClearpayInfo clearpay)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 stringPaymentMethodPaymentMethodWrapper. getPaymentMethod()Get paymentMethodPaymentMethodPaymentMethod. 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. twint(TwintInfo twint)PaymentMethodPaymentMethod. type(String type)PaymentMethodPaymentMethod. verificationStatus(PaymentMethod.VerificationStatusEnum verificationStatus)PaymentMethodPaymentMethod. vipps(VippsInfo vipps)Methods in com.adyen.model.management with parameters of type PaymentMethod Modifier and Type Method Description PaymentMethodWrapperPaymentMethodWrapper. paymentMethod(PaymentMethod paymentMethod)voidPaymentMethodWrapper. setPaymentMethod(PaymentMethod paymentMethod) -
Uses of PaymentMethod in com.adyen.service.management
Methods in com.adyen.service.management that return PaymentMethod Modifier and Type Method Description PaymentMethodPaymentMethodsMerchantLevelApi. getPaymentMethodDetails(String merchantId, String paymentMethodId)Get payment method detailsPaymentMethodPaymentMethodsMerchantLevelApi. getPaymentMethodDetails(String merchantId, String paymentMethodId, RequestOptions requestOptions)Get payment method detailsPaymentMethodPaymentMethodsMerchantLevelApi. requestPaymentMethod(String merchantId, PaymentMethodSetupInfo paymentMethodSetupInfo)Request a payment methodPaymentMethodPaymentMethodsMerchantLevelApi. requestPaymentMethod(String merchantId, PaymentMethodSetupInfo paymentMethodSetupInfo, RequestOptions requestOptions)Request a payment methodPaymentMethodPaymentMethodsMerchantLevelApi. updatePaymentMethod(String merchantId, String paymentMethodId, UpdatePaymentMethodInfo updatePaymentMethodInfo)Update a payment methodPaymentMethodPaymentMethodsMerchantLevelApi. updatePaymentMethod(String merchantId, String paymentMethodId, UpdatePaymentMethodInfo updatePaymentMethodInfo, RequestOptions requestOptions)Update a payment method
-