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 CheckoutComWebhookResponseDefaultCheckoutComGatewayWebhookHandler.convertRequestBody(String rawRequestBody) Methods in com.broadleafcommerce.payment.service.gateway.webhooks with parameters of type CheckoutComWebhookResponseModifier and TypeMethodDescriptionprotected com.broadleafcommerce.paymentgateway.domain.PaymentResponseDefaultCheckoutComGatewayWebhookHandler.convertToPaymentResponse(@NonNull CheckoutComWebhookResponse webhookResponse, @NonNull String requestBody) protected StringDefaultCheckoutComGatewayWebhookHandler.getApplicationId(@NonNull CheckoutComWebhookResponse webhookResponse) protected StringDefaultCheckoutComGatewayWebhookHandler.getTenantId(@NonNull CheckoutComWebhookResponse webhookResponse) protected com.broadleafcommerce.paymentgateway.domain.TransactionIdentifierDefaultCheckoutComGatewayWebhookHandler.getTransactionIdentifier(CheckoutComWebhookResponse webhookResponse) Builds aTransactionIdentifierbased on thetransactionReferenceId&tenantIdvalues gathered from the providedCheckoutComWebhookResponse.