Uses of Class
com.onlinepayments.domain.WebhooksEvent
Packages that use WebhooksEvent
-
Uses of WebhooksEvent in com.onlinepayments.webhooks
Methods in com.onlinepayments.webhooks that return WebhooksEventModifier and TypeMethodDescriptionWebhooksHelper.unmarshal(byte[] body, List<RequestHeader> requestHeaders) Unmarshals the given body, while also validating it using the given request headers.WebhooksHelper.unmarshal(InputStream bodyStream, List<RequestHeader> requestHeaders) Unmarshals the given input stream that contains the body, while also validating its contents using the given request headers.WebhooksHelper.unmarshal(String body, List<RequestHeader> requestHeaders) Unmarshals the given body, while also validating it using the given request headers.