Uses of Class
com.broadleafcommerce.paymentgateway.domain.PaymentInfo
Packages that use PaymentInfo
-
Uses of PaymentInfo in com.broadleafcommerce.paymentgateway.service
Methods in com.broadleafcommerce.paymentgateway.service with parameters of type PaymentInfoModifier 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.