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. 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)Payment method types with 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
-