Show / Hide Table of Contents

Class PaymentGatewayWebConfiguration

Inheritance
object
PaymentGatewayWebConfiguration
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Payment
Assembly: Volo.Payment.Web.dll
Syntax
public class PaymentGatewayWebConfiguration

Constructors

PaymentGatewayWebConfiguration(string, string, bool, string, bool, List<string>)

Declaration
public PaymentGatewayWebConfiguration(string name, string prePaymentUrl, bool isSubscriptionSupported, string postPaymentUrl, bool recommended = false, List<string> extraInfos = null)
Parameters
Type Name Description
string name
string prePaymentUrl
bool isSubscriptionSupported
string postPaymentUrl
bool recommended
List<string> extraInfos

Properties

ExtraInfos

Declaration
public List<string> ExtraInfos { get; set; }
Property Value
Type Description
List<string>

Name

Declaration
public string Name { get; }
Property Value
Type Description
string

Order

Declaration
public int Order { get; set; }
Property Value
Type Description
int

PostPaymentUrl

Declaration
public string PostPaymentUrl { get; set; }
Property Value
Type Description
string

PrePaymentUrl

Declaration
public string PrePaymentUrl { get; set; }
Property Value
Type Description
string

Recommended

Declaration
public bool Recommended { get; set; }
Property Value
Type Description
bool
In this article
Back to top Powered by Volosoft