|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CheckoutCreditCardFormBean
Form bean for creating new credit cards during the checkout.
| Method Summary | |
|---|---|
java.util.List |
getExistingCreditCards()
Get the available credit cards that the customer may choose to pay with. |
CustomerCreditCard |
getNewCreditCard()
Get a new CustomerCreditCard object to store a newly entered credit card. |
void |
setExistingCreditCards(java.util.List existingCreditCards)
Set the available credit cards that the customer may choose to pay with. |
void |
setNewCreditCard(CustomerCreditCard creditCard)
Set the credit card object to be used to record a new credit card. |
| Methods inherited from interface com.elasticpath.sfweb.formbean.EpFormBean |
|---|
getElasticPath |
| Method Detail |
|---|
java.util.List getExistingCreditCards()
CustomerCreditCard getNewCreditCard()
CustomerCreditCard object to store a newly entered credit card.
void setExistingCreditCards(java.util.List existingCreditCards)
existingCreditCards - the list of credit cardsvoid setNewCreditCard(CustomerCreditCard creditCard)
creditCard - the new credit cardCreditCard
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||