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