Show / Hide Table of Contents

Class StripeConsts

Inheritance
object
StripeConsts
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Payment.Stripe
Assembly: Volo.Payment.Stripe.Domain.Shared.dll
Syntax
public static class StripeConsts

Fields

GatewayName

Declaration
public const string GatewayName = "stripe"
Field Value
Type Description
string

PostPaymentUrl

Declaration
public const string PostPaymentUrl = "/Payment/Stripe/PostPayment"
Field Value
Type Description
string

PrePaymentUrl

Declaration
public const string PrePaymentUrl = "/Payment/Stripe/PrePayment"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform