Uses of Class
com.broadleafcommerce.payment.service.gateway.webhooks.domain.CheckoutComWebhookResponse
-
Uses of CheckoutComWebhookResponse in com.broadleafcommerce.payment.service.gateway.webhooks
Modifier and TypeMethodDescriptionprotected CheckoutComWebhookResponse
DefaultCheckoutComGatewayWebhookHandler.convertRequestBody
(String rawRequestBody) Modifier 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 javax.money.MonetaryAmount
DefaultCheckoutComGatewayWebhookHandler.getTransactionAmount
(@NonNull com.broadleafcommerce.paymentgateway.domain.enums.TransactionType transactionType, @NonNull CheckoutComWebhookResponse webhookResponse) protected com.broadleafcommerce.paymentgateway.domain.TransactionIdentifier
DefaultCheckoutComGatewayWebhookHandler.getTransactionIdentifier
(CheckoutComWebhookResponse webhookResponse) Builds aTransactionIdentifier
based on thetransactionReferenceId
&tenantId
values gathered from the providedCheckoutComWebhookResponse
.protected CheckoutComWebhookType
DefaultCheckoutComGatewayWebhookHandler.getWebhookType
(@NonNull CheckoutComWebhookResponse webhookResponse) protected com.broadleafcommerce.paymentgateway.domain.enums.TransactionType
DefaultCheckoutComGatewayWebhookHandler.identifyTransactionType
(@NonNull CheckoutComWebhookResponse webhookResponse, @NonNull CheckoutComWebhookType webhookType) protected boolean
DefaultCheckoutComGatewayWebhookHandler.isKnetPayment
(@NonNull CheckoutComWebhookResponse webhookResponse) Determines if the payment type is KNET for the givenCheckoutComWebhookResponse
.