Interface CommercePaymentInfoStrategy
-
- All Known Implementing Classes:
DefaultCommercePaymentInfoStrategy
public interface CommercePaymentInfoStrategyPayment info strategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanstorePaymentInfoForCart(CommerceCheckoutParameter parameter)Stores payment info for the passed in cart.
-
-
-
Method Detail
-
storePaymentInfoForCart
boolean storePaymentInfoForCart(CommerceCheckoutParameter parameter)
Stores payment info for the passed in cart.- Parameters:
parameter- A parameter object for cart and payment info- Returns:
- true on success.
-
-