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