Interface SavedPaymentService
public interface SavedPaymentService
-
Method Summary
Modifier and TypeMethodDescriptionaddSavedPayment(org.broadleafcommerce.profile.core.domain.Customer customer, PaymentInfoForm paymentInfoForm) voiddeleteSavedPayment(org.broadleafcommerce.profile.core.domain.Customer customer, String nonce) updateSavedPayment(org.broadleafcommerce.profile.core.domain.Customer customer, PaymentInfoForm paymentInfoForm)
-
Method Details
-
addSavedPayment
Long addSavedPayment(org.broadleafcommerce.profile.core.domain.Customer customer, PaymentInfoForm paymentInfoForm) -
updateSavedPayment
Long updateSavedPayment(org.broadleafcommerce.profile.core.domain.Customer customer, PaymentInfoForm paymentInfoForm) -
deleteSavedPayment
-