Show / Hide Table of Contents

Class Plan

Inheritance
object
Plan
Namespace: Volo.Payment.Plans
Assembly: Volo.Payment.Domain.dll
Syntax
public class Plan : FullAuditedAggregateRoot<Guid>

Constructors

Plan()

Declaration
protected Plan()

Plan(Guid, string)

Declaration
public Plan(Guid id, string name)
Parameters
Type Name Description
Guid id
string name

Properties

GatewayPlans

Declaration
public virtual ICollection<GatewayPlan> GatewayPlans { get; protected set; }
Property Value
Type Description
ICollection<GatewayPlan>

Name

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