Class PaymentGatewayConfiguration
Inheritance
PaymentGatewayConfiguration
Assembly: Volo.Payment.Domain.dll
Syntax
public class PaymentGatewayConfiguration
Constructors
PaymentGatewayConfiguration(string, ILocalizableString, bool, Type)
Declaration
public PaymentGatewayConfiguration(string name, ILocalizableString displayName, bool isSubscriptionSupported, Type paymentGatewayType)
Parameters
Properties
DisplayName
Declaration
public ILocalizableString DisplayName { get; set; }
Property Value
IsSubscriptionSupported
Declaration
public bool IsSubscriptionSupported { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Order
Declaration
public int Order { get; set; }
Property Value
PaymentGatewayType
Declaration
public Type PaymentGatewayType { get; }
Property Value
Extension Methods