Class StripeConsts
Inherited Members
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 |