Class GatewayDto
Implements
Inherited Members
Namespace: Volo.Payment.Gateways
Assembly: Volo.Payment.Application.Contracts.dll
Syntax
public class GatewayDto : EntityDto, IEntityDto
Constructors
GatewayDto()
Declaration
public GatewayDto()
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |