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 StripeCardManagement( bool? success )
Parameters
- success
- Type: SystemNullableBoolean
Return Value
Type: ActionResultView(List<CreditCardWithBillingAddress>
See Also