Class PaymentWebOptions
Inheritance
PaymentWebOptions
Assembly: Volo.Payment.Web.dll
Syntax
public class PaymentWebOptions
Constructors
PaymentWebOptions()
Declaration
public PaymentWebOptions()
Properties
CallbackUrl
Declaration
public string CallbackUrl { get; set; }
Property Value
Declaration
public string GatewaySelectionCheckoutButtonStyle { get; set; }
Property Value
Gateways
Declaration
public PaymentGatewayWebConfigurationDictionary Gateways { get; }
Property Value
RootUrl
Declaration
public string RootUrl { get; set; }
Property Value
Extension Methods