Interface CommercePaymentInfoStrategy
- All Known Implementing Classes:
DefaultCommercePaymentInfoStrategy
public interface CommercePaymentInfoStrategy
Payment info strategy
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstorePaymentInfoForCart(CommerceCheckoutParameter parameter) Stores payment info for the passed in cart.
-
Method Details
-
storePaymentInfoForCart
Stores payment info for the passed in cart.- Parameters:
parameter- A parameter object for cart and payment info- Returns:
- true on success.
-