Show / Hide Table of Contents

Class PaymentWebOptions

Inheritance
object
PaymentWebOptions
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 PaymentWebOptions

Constructors

PaymentWebOptions()

Declaration
public PaymentWebOptions()

Properties

CallbackUrl

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

GatewaySelectionCheckoutButtonStyle

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

Gateways

Declaration
public PaymentGatewayWebConfigurationDictionary Gateways { get; }
Property Value
Type Description
PaymentGatewayWebConfigurationDictionary

RootUrl

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