Class Plan
Inheritance
Plan
Implements
Inherited Members
Namespace: Volo.Payment.Plans
Assembly: Volo.Payment.Domain.dll
Syntax
public class Plan : FullAuditedAggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, IFullAuditedObject, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IDeletionAuditedObject, IHasDeletionTime, ISoftDelete
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 |