Show / Hide Table of Contents

    Class TaxRateInfo

    Thông tin các loại thuế suất

    Inheritance
    System.Object
    TaxRateInfo
    Namespace:MISA.MeInvoice.Contract.DataContract.Invoice
    Assembly:cs.temp.dll.dll
    Syntax
    public class TaxRateInfo

    Properties

    AmountWithoutVATOC

    Tiền chưa thuế

    Declaration
    public decimal ? AmountWithoutVATOC
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Nullable<System.Decimal>

    VATAmountOC

    Tiền thuế

    Declaration
    public decimal ? VATAmountOC
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Nullable<System.Decimal>

    VATRateName

    Tên loại thuế suất

    Declaration
    public string VATRateName
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX