Uses of Class
com.broadleafcommerce.paymentgateway.domain.PaymentInfo
-
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.