Uses of Class
com.adyen.model.management.PayoutSettingsResponse
-
Packages that use PayoutSettingsResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of PayoutSettingsResponse in com.adyen.model.management
Methods in com.adyen.model.management that return PayoutSettingsResponse Modifier and Type Method Description PayoutSettingsResponsePayoutSettingsResponse. addDataItem(PayoutSettings dataItem)PayoutSettingsResponsePayoutSettingsResponse. data(List<PayoutSettings> data)static PayoutSettingsResponsePayoutSettingsResponse. fromJson(String jsonString)Create an instance of PayoutSettingsResponse given an JSON string -
Uses of PayoutSettingsResponse in com.adyen.service.management
Methods in com.adyen.service.management that return PayoutSettingsResponse Modifier and Type Method Description PayoutSettingsResponsePayoutSettingsMerchantLevelApi. listPayoutSettings(String merchantId)Get a list of payout settingsPayoutSettingsResponsePayoutSettingsMerchantLevelApi. listPayoutSettings(String merchantId, RequestOptions requestOptions)Get a list of payout settings
-