public interface SavedPaymentService
| Modifier and Type | Method and Description |
|---|---|
Long |
addSavedPayment(org.broadleafcommerce.profile.core.domain.Customer customer,
PaymentInfoForm paymentInfoForm) |
void |
deleteSavedPayment(org.broadleafcommerce.profile.core.domain.Customer customer,
String nonce) |
Long |
updateSavedPayment(org.broadleafcommerce.profile.core.domain.Customer customer,
PaymentInfoForm paymentInfoForm) |
Long addSavedPayment(org.broadleafcommerce.profile.core.domain.Customer customer, PaymentInfoForm paymentInfoForm)
Long updateSavedPayment(org.broadleafcommerce.profile.core.domain.Customer customer, PaymentInfoForm paymentInfoForm)
void deleteSavedPayment(org.broadleafcommerce.profile.core.domain.Customer customer,
String nonce)
Copyright © 2021. All rights reserved.