Uses of Class
org.bhn.promotion.voucherify.model.WebhookRequest
Packages that use WebhookRequest
Package
Description
Contains all of the BHN classes which performs product related operation such as create, update and
get product details.
Package contains interfaces which performs product related operation such as create, update and
get product details.
Contains all of the voucherify classes which performs product related operation such as create, update and
get product details.
-
Uses of WebhookRequest in org.bhn.promotion.bhn.service
Methods in org.bhn.promotion.bhn.service with parameters of type WebhookRequestModifier and TypeMethodDescriptionBHNPromotionWebhookService.processWebhook(WebhookRequest request) Processes the webhook data provided in theWebhookRequest. -
Uses of WebhookRequest in org.bhn.promotion.core.service
Methods in org.bhn.promotion.core.service with parameters of type WebhookRequestModifier and TypeMethodDescriptionPromotionWebhookService.processWebhook(WebhookRequest request) Processes the webhook data provided in theWebhookRequest. -
Uses of WebhookRequest in org.bhn.promotion.voucherify.service
Methods in org.bhn.promotion.voucherify.service with parameters of type WebhookRequestModifier and TypeMethodDescriptionVoucherifyVoucherService.createBulkVouchers(WebhookRequest request) Creates a list of Pimcore promotion models for bulk vouchers associated with a specific campaign.