Uses of Class
com.adyen.model.management.PayoutSettings
-
Packages that use PayoutSettings Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of PayoutSettings in com.adyen.model.management
Methods in com.adyen.model.management that return PayoutSettings Modifier and Type Method Description PayoutSettingsPayoutSettings. allowed(Boolean allowed)Indicates if payouts to the bank account are allowed.PayoutSettingsPayoutSettings. enabled(Boolean enabled)Indicates if payouts to this bank account are enabled.PayoutSettingsPayoutSettings. enabledFromDate(String enabledFromDate)The date when Adyen starts paying out to this bank account.static PayoutSettingsPayoutSettings. fromJson(String jsonString)Create an instance of PayoutSettings given an JSON stringPayoutSettingsPayoutSettings. id(String id)The unique identifier of the payout setting.PayoutSettingsPayoutSettings. priority(PayoutSettings.PriorityEnum priority)Determines how long it takes for the funds to reach the bank account.PayoutSettingsPayoutSettings. transferInstrumentId(String transferInstrumentId)The unique identifier of the [transfer instrument](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/transferInstruments) that contains the details of the bank account.PayoutSettingsPayoutSettings. verificationStatus(PayoutSettings.VerificationStatusEnum verificationStatus)The status of the verification process for the bank account.Methods in com.adyen.model.management that return types with arguments of type PayoutSettings Modifier and Type Method Description List<PayoutSettings>PayoutSettingsResponse. getData()The list of payout accounts.Methods in com.adyen.model.management with parameters of type PayoutSettings Modifier and Type Method Description PayoutSettingsResponsePayoutSettingsResponse. addDataItem(PayoutSettings dataItem)Method parameters in com.adyen.model.management with type arguments of type PayoutSettings Modifier and Type Method Description PayoutSettingsResponsePayoutSettingsResponse. data(List<PayoutSettings> data)The list of payout accounts.voidPayoutSettingsResponse. setData(List<PayoutSettings> data)The list of payout accounts. -
Uses of PayoutSettings in com.adyen.service.management
Methods in com.adyen.service.management that return PayoutSettings Modifier and Type Method Description PayoutSettingsPayoutSettingsMerchantLevelApi. addPayoutSetting(String merchantId, PayoutSettingsRequest payoutSettingsRequest)Add a payout settingPayoutSettingsPayoutSettingsMerchantLevelApi. addPayoutSetting(String merchantId, PayoutSettingsRequest payoutSettingsRequest, RequestOptions requestOptions)Add a payout settingPayoutSettingsPayoutSettingsMerchantLevelApi. getPayoutSetting(String merchantId, String payoutSettingsId)Get a payout settingPayoutSettingsPayoutSettingsMerchantLevelApi. getPayoutSetting(String merchantId, String payoutSettingsId, RequestOptions requestOptions)Get a payout settingPayoutSettingsPayoutSettingsMerchantLevelApi. updatePayoutSetting(String merchantId, String payoutSettingsId, UpdatePayoutSettingsRequest updatePayoutSettingsRequest)Update a payout settingPayoutSettingsPayoutSettingsMerchantLevelApi. updatePayoutSetting(String merchantId, String payoutSettingsId, UpdatePayoutSettingsRequest updatePayoutSettingsRequest, RequestOptions requestOptions)Update a payout setting
-