Interface CommercePaymentInfoStrategy
-
- All Known Implementing Classes:
DefaultCommercePaymentInfoStrategy
public interface CommercePaymentInfoStrategy
Payment info strategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
storePaymentInfoForCart(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.
-
-