Class GatewayPlanDto
Inheritance
GatewayPlanDto
Assembly: Volo.Payment.Application.Contracts.dll
Syntax
public class GatewayPlanDto : ExtensibleEntityDto, IHasExtraProperties, IValidatableObject, IEntityDto
Constructors
GatewayPlanDto()
Declaration
Properties
ExternalId
Declaration
public string ExternalId { get; set; }
Property Value
Gateway
Declaration
public string Gateway { get; set; }
Property Value
PlanId
Declaration
public Guid PlanId { get; set; }
Property Value
Implements
Extension Methods