Provides methods for accessing stripe data
Inheritance Hierarchy
RainWorx.FrameWorx.MVC.HelpersStripeHelpers
Namespace: RainWorx.FrameWorx.MVC.Helpers
Assembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public static class StripeHelpers
The StripeHelpers type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | GetAllStripeCards |
Calls out to stripe.com API to retrieve saved cards available for the specified invoice
|
![]() ![]() | GetStripeCards(HtmlHelper, Invoice) |
Calls out to stripe.com API to retrieve saved cards available for the specified invoice
|
![]() ![]() | GetStripeCards(HtmlHelper, String, NullableInt32) |
Calls out to stripe.com API to retrieve saved cards available for the specified Stripe Customer ID
|
![]() ![]() | HasUnexpiredStripeCardOnFile(Invoice) |
Calls out to stripe.com API to retrieve saved cards and returns true if an unexpired card is found
|
![]() ![]() | HasUnexpiredStripeCardOnFile(Controller, String, String) |
Calls out to stripe.com API to retrieve saved cards and returns true if an unexpired card is found
|
See Also