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
Type |
Name |
Description |
string |
name |
|
ILocalizableString |
displayName |
|
bool |
isSubscriptionSupported |
|
Type |
paymentGatewayType |
|
Properties
DisplayName
Declaration
public ILocalizableString DisplayName { get; set; }
Property Value
Type |
Description |
ILocalizableString |
|
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