Uses of Class
com.adyen.model.management.PaymentMethodResponse
-
Packages that use PaymentMethodResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of PaymentMethodResponse in com.adyen.model.management
Methods in com.adyen.model.management that return PaymentMethodResponse Modifier and Type Method Description PaymentMethodResponsePaymentMethodResponse. addDataItem(PaymentMethod dataItem)PaymentMethodResponsePaymentMethodResponse. addTypesWithErrorsItem(PaymentMethodResponse.TypesWithErrorsEnum typesWithErrorsItem)PaymentMethodResponsePaymentMethodResponse. data(List<PaymentMethod> data)The list of supported payment methods and their details.static PaymentMethodResponsePaymentMethodResponse. fromJson(String jsonString)Create an instance of PaymentMethodResponse given an JSON stringPaymentMethodResponsePaymentMethodResponse. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PaymentMethodResponsePaymentMethodResponse. itemsTotal(Integer itemsTotal)Total number of items.PaymentMethodResponsePaymentMethodResponse. links(PaginationLinks links)linksPaymentMethodResponsePaymentMethodResponse. pagesTotal(Integer pagesTotal)Total number of pages.PaymentMethodResponsePaymentMethodResponse. typesWithErrors(List<PaymentMethodResponse.TypesWithErrorsEnum> typesWithErrors)The payment method types that were not successfully requested and their corresponding errors. -
Uses of PaymentMethodResponse in com.adyen.service.management
Methods in com.adyen.service.management that return PaymentMethodResponse Modifier and Type Method Description PaymentMethodResponsePaymentMethodsMerchantLevelApi. getAllPaymentMethods(String merchantId)Get all payment methodsPaymentMethodResponsePaymentMethodsMerchantLevelApi. getAllPaymentMethods(String merchantId, String storeId, String businessLineId, Integer pageSize, Integer pageNumber, RequestOptions requestOptions)Get all payment methods
-