Class ArticleTaxRate
Connection between tax-rate-type and an article
Inheritance
System.Object
ArticleTaxRate
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.ERP.Core.Tax
Assembly: Simplic.ERP.Core.dll
Syntax
public class ArticleTaxRate
Constructors
| Improve this Doc View SourceArticleTaxRate()
Initialize new manager
Declaration
public ArticleTaxRate()
Properties
| Improve this Doc View SourceArticleId
Gets or sets the unique article id
Declaration
public Guid ArticleId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TaxRateType
Gets or sets the tax rate type
Declaration
public TaxRateType TaxRateType { get; set; }
Property Value
Type | Description |
---|---|
TaxRateType |
TaxRateTypeId
Gets or sets the rate type id
Declaration
public Guid TaxRateTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |