Account Class
Namespace: PTS.Modules.Accounts.Domain
Assembly: PTS.Modules.Accounts.dll
Syntax
public class Account : Profile, IIdRecord, IOwnedRecord, IHasGuid, ITrader, ITaxSubject
Properties
AccountType
Declaration
public TraderType AccountType { get; set; }
Property Value
Type | Description |
---|---|
TraderType |
RegistrationNo
Declaration
public string RegistrationNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VatId
Declaration
public string VatId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VatOption
Declaration
public VatType VatOption { get; set; }
Property Value
Type | Description |
---|---|
VatType |
VatRate
Declaration
public decimal VatRate { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
VatRegistration
Declaration
public VatRegistrationType VatRegistration { get; set; }
Property Value
Type | Description |
---|---|
VatRegistrationType |
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()