Uses of Class
com.adyen.model.configurationwebhooks.SweepConfigurationNotificationData
-
Packages that use SweepConfigurationNotificationData Package Description com.adyen.model.configurationwebhooks -
-
Uses of SweepConfigurationNotificationData in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return SweepConfigurationNotificationData Modifier and Type Method Description SweepConfigurationNotificationDataSweepConfigurationNotificationData. accountId(String accountId)The unique identifier of the balance account for which the sweep was configured.SweepConfigurationNotificationDataSweepConfigurationNotificationData. balancePlatform(String balancePlatform)The unique identifier of the balance platform.static SweepConfigurationNotificationDataSweepConfigurationNotificationData. fromJson(String jsonString)Create an instance of SweepConfigurationNotificationData given an JSON stringSweepConfigurationNotificationDataSweepConfigurationNotificationRequest. getData()dataSweepConfigurationNotificationDataSweepConfigurationNotificationData. sweep(SweepConfigurationV2 sweep)sweepMethods in com.adyen.model.configurationwebhooks with parameters of type SweepConfigurationNotificationData Modifier and Type Method Description SweepConfigurationNotificationRequestSweepConfigurationNotificationRequest. data(SweepConfigurationNotificationData data)datavoidSweepConfigurationNotificationRequest. setData(SweepConfigurationNotificationData data)data
-