Uses of Class
com.broadleafcommerce.payment.service.gateway.webhooks.domain.CheckoutComWebhookResponse
Packages that use CheckoutComWebhookResponse
-
Uses of CheckoutComWebhookResponse in com.broadleafcommerce.payment.service.gateway.webhooks
Methods in com.broadleafcommerce.payment.service.gateway.webhooks that return CheckoutComWebhookResponseModifier and TypeMethodDescriptionprotected CheckoutComWebhookResponse
DefaultCheckoutComGatewayWebhookHandler.convertRequestBody
(String rawRequestBody) Methods in com.broadleafcommerce.payment.service.gateway.webhooks with parameters of type CheckoutComWebhookResponseModifier and TypeMethodDescriptionprotected com.broadleafcommerce.paymentgateway.domain.PaymentResponse
DefaultCheckoutComGatewayWebhookHandler.convertToPaymentResponse
(@NonNull CheckoutComWebhookResponse webhookResponse, @NonNull String requestBody) protected String
DefaultCheckoutComGatewayWebhookHandler.getApplicationId
(@NonNull CheckoutComWebhookResponse webhookResponse) protected String
DefaultCheckoutComGatewayWebhookHandler.getTenantId
(@NonNull CheckoutComWebhookResponse webhookResponse) protected com.broadleafcommerce.paymentgateway.domain.TransactionIdentifier
DefaultCheckoutComGatewayWebhookHandler.getTransactionIdentifier
(CheckoutComWebhookResponse webhookResponse) Builds aTransactionIdentifier
based on thetransactionReferenceId
&tenantId
values gathered from the providedCheckoutComWebhookResponse
.