Class PaymentGatewayWebConfiguration
Inheritance
PaymentGatewayWebConfiguration
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
Properties
Declaration
public List<string> ExtraInfos { get; set; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Order
Declaration
public int Order { get; set; }
Property Value
PostPaymentUrl
Declaration
public string PostPaymentUrl { get; set; }
Property Value
PrePaymentUrl
Declaration
public string PrePaymentUrl { get; set; }
Property Value
Recommended
Declaration
public bool Recommended { get; set; }
Property Value
Extension Methods