Uses of Class
com.broadleafcommerce.paymentgateway.domain.PaymentCustomerNotification
Packages that use PaymentCustomerNotification
Package
Description
-
Uses of PaymentCustomerNotification in com.broadleafcommerce.paymentgateway.domain
Methods in com.broadleafcommerce.paymentgateway.domain that return PaymentCustomerNotificationModifier and TypeMethodDescriptionPaymentResponse.getCustomerNotification()
The notification that should be sent to the customer.Methods in com.broadleafcommerce.paymentgateway.domain with parameters of type PaymentCustomerNotificationModifier and TypeMethodDescriptionPaymentResponse.customerNotification
(PaymentCustomerNotification customerNotification) -
Uses of PaymentCustomerNotification in com.broadleafcommerce.paymentgateway.service
Methods in com.broadleafcommerce.paymentgateway.service that return PaymentCustomerNotificationModifier and TypeMethodDescriptiondefault PaymentCustomerNotification
PaymentGatewaySavedPaymentMethodService.buildCustomerNotification
(SavedPaymentMethodInfo savedPaymentMethodInfo, String applicationId, String tenantId) This method is used to build the notification that should be sent to the customer when the saved payment method is created.