Search Results for

    Show / Hide Table of Contents

    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 Source

    TransactionTax()

    Initialize new transaction tax type

    Declaration
    public TransactionTax()

    Properties

    | Improve this Doc View Source

    CalculatedValueSum

    Gets or sets sum of all items with this taxrate

    Declaration
    public PreciseDecimal CalculatedValueSum { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    | Improve this Doc View Source

    SignedSingleItemTaxSum

    Gets or sets the signed tax value

    Declaration
    public PreciseDecimal SignedSingleItemTaxSum { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    | Improve this Doc View Source

    SignedValue

    Gets or sets the signed tax value

    Declaration
    public PreciseDecimal SignedValue { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    | Improve this Doc View Source

    SingleItemTaxSum

    Gets or sets the tax amount for the current tax rate type

    Declaration
    public PreciseDecimal SingleItemTaxSum { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    | Improve this Doc View Source

    TaxRate

    Gets or sets the tax rate type instance

    Declaration
    public TaxRate TaxRate { get; set; }
    Property Value
    Type Description
    TaxRate
    | Improve this Doc View Source

    TaxRateId

    Gets or sets the tax-rate id

    Declaration
    public Guid TaxRateId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    TransactionId

    Gets or sets the unique transaction id

    Declaration
    public Guid TransactionId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Value

    Declaration
    public PreciseDecimal Value { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx