Displays a list of this user's credit cards on file
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult CreditCards()
Return Value
Type: ActionResultView(List<CreditCardWithBillingAddress>
See Also