Show / Hide Table of Contents

Class GatewayPlanDto

Inheritance
object
GatewayPlanDto
Namespace: Volo.Payment.Plans
Assembly: Volo.Payment.Application.Contracts.dll
Syntax
public class GatewayPlanDto : ExtensibleEntityDto

Constructors

GatewayPlanDto()

Declaration
public GatewayPlanDto()

Properties

ExternalId

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

Gateway

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

PlanId

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