Uses of Class
com.broadleafcommerce.paymentgateway.domain.PaymentInfo
Package
Description
-
Uses of PaymentInfo in com.broadleafcommerce.paymentgateway.service
Modifier and TypeMethodDescriptionPaymentGatewaySavedPaymentMethodService.deleteGatewaySavedPaymentMethod
(@NonNull PaymentInfo paymentInfo, String applicationId, String tenantId) The handler is used to modify, add or remove the payment method properties before deleting the saved payment method.PaymentGatewayPaymentModificationService.modifyPaymentMethodProperties
(@NonNull PaymentInfo paymentInfo, String applicationId, String tenantId) Modify the givengetPaymentMethodProperties()
for alternative values used by the gateway.PaymentGatewaySavedPaymentMethodService.modifyPaymentMethodPropertiesForCreate
(@NonNull PaymentInfo paymentInfo, String applicationId, String tenantId) The handler is used to modify, add or remove the payment method properties before creating the saved payment method.PaymentGatewaySavedPaymentMethodService.modifyPaymentMethodPropertiesForUpdate
(@NonNull PaymentInfo originalPaymentInfo, @NonNull PaymentInfo updatedPaymentInfo, String applicationId, String tenantId) The handler is used to modify, add or remove the payment method properties before updating the saved payment method. -
Uses of PaymentInfo in com.broadleafcommerce.paymentgateway.util
Modifier and TypeMethodDescriptionvoid
PaymentCallbackSecurityTokenUtil.addPaymentCallbackTokenToPaymentMethodPropertyUrls
(@NonNull PaymentInfo paymentInfo, @NonNull Set<String> urlKeys, String applicationId, String tenantId) protected String
PaymentCallbackSecurityTokenUtil.generatePaymentCallbackToken
(@NonNull PaymentInfo paymentInfo, String applicationId, String tenantId, boolean includeSpecialCharacters) protected String
PaymentCallbackSecurityTokenUtil.getSecureTokenQueryParam
(@NonNull PaymentInfo paymentInfo, @NonNull String tokenId, String applicationId, String tenantId) protected boolean
PaymentCallbackSecurityTokenUtil.isTokenExpired
(String serializedCreationDate, PaymentInfo paymentInfo, String applicationId, String tenantId) protected void
PaymentCallbackSecurityTokenUtil.updateUrlsToIncludePaymentCallbackTokenParam
(@NonNull PaymentInfo paymentInfo, @NonNull String tokenId, @NonNull Set<String> urlKeys, @NonNull Map<String, String> paymentMethodProperties, @NonNull String paymentCallbackToken, String applicationId, String tenantId) boolean
PaymentCallbackSecurityTokenUtil.verifyPaymentCallbackSecurityToken
(PaymentInfo paymentInfo, String tokenFromPaymentCallbackParam, String applicationId, String tenantId)