You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Helpers > StripeHelpers Class

StripeHelpers Class

AuctionWorx 3.5 API
Provides methods for accessing stripe data
Inheritance Hierarchy

SystemObject
  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

NameDescription
Public methodStatic memberGetAllStripeCards
Calls out to stripe.com API to retrieve saved cards available for the specified invoice
Public methodStatic memberGetStripeCards(HtmlHelper, Invoice)
Calls out to stripe.com API to retrieve saved cards available for the specified invoice
Public methodStatic memberGetStripeCards(HtmlHelper, String, NullableInt32)
Calls out to stripe.com API to retrieve saved cards available for the specified Stripe Customer ID
Public methodStatic memberHasUnexpiredStripeCardOnFile(Invoice)
Calls out to stripe.com API to retrieve saved cards and returns true if an unexpired card is found
Public methodStatic memberHasUnexpiredStripeCardOnFile(Controller, String, String)
Calls out to stripe.com API to retrieve saved cards and returns true if an unexpired card is found
Top
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.