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)static PaymentMethodResponsePaymentMethodResponse. fromJson(String jsonString)Create an instance of PaymentMethodResponse given an JSON stringPaymentMethodResponsePaymentMethodResponse. itemsTotal(Integer itemsTotal)PaymentMethodResponsePaymentMethodResponse. links(PaginationLinks links)PaymentMethodResponsePaymentMethodResponse. pagesTotal(Integer pagesTotal)PaymentMethodResponsePaymentMethodResponse. typesWithErrors(List<PaymentMethodResponse.TypesWithErrorsEnum> typesWithErrors) -
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
-