Show / Hide Table of Contents

Class PayuConsts

Inheritance
object
PayuConsts
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article
Back to top Powered by ABP.IO Platform