Class TransactionTax
Represents an entry for the transaction tax
Inheritance
System.Object
TransactionTax
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
Assembly: Simplic.ERP.Core.dll
Syntax
public class TransactionTax
Constructors
| Improve this Doc View SourceTransactionTax()
Initialize new transaction tax type
Declaration
public TransactionTax()
Properties
| Improve this Doc View SourceCalculatedValueSum
Gets or sets sum of all items with this taxrate
Declaration
public PreciseDecimal CalculatedValueSum { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
SignedSingleItemTaxSum
Gets or sets the signed tax value
Declaration
public PreciseDecimal SignedSingleItemTaxSum { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
SignedValue
Gets or sets the signed tax value
Declaration
public PreciseDecimal SignedValue { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
SingleItemTaxSum
Gets or sets the tax amount for the current tax rate type
Declaration
public PreciseDecimal SingleItemTaxSum { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
TaxRate
Gets or sets the tax rate type instance
Declaration
public TaxRate TaxRate { get; set; }
Property Value
Type | Description |
---|---|
TaxRate |
TaxRateId
Gets or sets the tax-rate id
Declaration
public Guid TaxRateId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TransactionId
Gets or sets the unique transaction id
Declaration
public Guid TransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Value
Declaration
public PreciseDecimal Value { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |