Class TwoCheckoutConsts
Inherited Members
Namespace: Volo.Payment.TwoCheckout
Assembly: Volo.Payment.TwoCheckout.Domain.Shared.dll
Syntax
public static class TwoCheckoutConsts
Fields
GatewayName
Declaration
public const string GatewayName = "two-checkout"
Field Value
Type | Description |
---|---|
string |
PostPaymentUrl
Declaration
public const string PostPaymentUrl = "/Payment/TwoCheckout/PostPayment"
Field Value
Type | Description |
---|---|
string |
PrePaymentUrl
Declaration
public const string PrePaymentUrl = "/Payment/TwoCheckout/PrePayment"
Field Value
Type | Description |
---|---|
string |