Uses of Class
com.adyen.model.balanceplatform.Target
-
Packages that use Target Package Description com.adyen.model.balanceplatform -
-
Uses of Target in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return Target Modifier and Type Method Description static TargetTarget. fromJson(String jsonString)Create an instance of Target given an JSON stringTargetBalanceWebhookSettingInfo. getTarget()Get targetTargetWebhookSetting. getTarget()Get targetTargetTarget. id(String id)The unique identifier of the `target.type`.TargetTarget. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.TargetTarget. type(Target.TypeEnum type)The resource for which you want to receive notifications.Methods in com.adyen.model.balanceplatform with parameters of type Target Modifier and Type Method Description voidBalanceWebhookSettingInfo. setTarget(Target target)targetvoidWebhookSetting. setTarget(Target target)targetBalanceWebhookSettingInfoBalanceWebhookSettingInfo. target(Target target)targetWebhookSettingWebhookSetting. target(Target target)target
-