Uses of Class
com.broadleafcommerce.payment.service.gateway.webhooks.domain.CheckoutComWebhookResponse
-
Packages that use CheckoutComWebhookResponse Package Description com.broadleafcommerce.payment.service.gateway.webhooks -
-
Uses of CheckoutComWebhookResponse in com.broadleafcommerce.payment.service.gateway.webhooks
Methods in com.broadleafcommerce.payment.service.gateway.webhooks that return CheckoutComWebhookResponse Modifier and Type Method Description protected CheckoutComWebhookResponseDefaultCheckoutComGatewayWebhookHandler. convertRequestBody(String rawRequestBody)Methods in com.broadleafcommerce.payment.service.gateway.webhooks with parameters of type CheckoutComWebhookResponse Modifier and Type Method Description protected 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.
-