Show / Hide Table of Contents

    Class InvoiceDataDetail

    Chi tiết hóa đơn

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

    Properties

    Amount

    Tiền quy đổi

    Declaration
    public decimal Amount
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Decimal

    AmountAfterTax

    Thành tiền sau thuế

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

    AmountOC

    Tiền nguyên tệ

    Declaration
    public decimal AmountOC
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Decimal

    AmountWithoutVATOC

    Thành tiền chưa thuế

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

    DiscountAmount

    Tiền Chiết khấu

    Declaration
    public decimal DiscountAmount
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Decimal

    DiscountAmountOC

    Tiền Chiết khấu nguyên tệ

    Declaration
    public decimal DiscountAmountOC
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Decimal

    DiscountRate

    Chiết khấu

    Declaration
    public decimal DiscountRate
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Decimal

    ItemCode

    Mã hàng

    Declaration
    public string ItemCode
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String

    ItemName

    Tên hàng

    Declaration
    public string ItemName
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String

    ItemType

    Tính chất (1: HHDV; 2: khuyến mại; 3: chiết khẩu; 4: ghi chú/diễn giải)

    Declaration
    public int ItemType
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Int32

    LineNumber

    STT

    Declaration
    public int LineNumber
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Int32

    OtherDetail

    Thông tin khác detail (json)

    Declaration
    public string OtherDetail
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String

    Quantity

    Số lượng

    Declaration
    public decimal Quantity
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Decimal

    TaxReduction43Amount

    Tiền thuế được giảm quy đổi (43)

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

    TaxReduction43AmountOC

    Tiền thuế đc giảm nguyên tệ (43)

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

    TaxReductionAmount

    Tiền giảm trừ thuế

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

    TaxReductionAmountOC

    Tiền giảm trừ thuế nguyên tệ

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

    UnitName

    ĐVT

    Declaration
    public string UnitName
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String

    UnitPrice

    Đơn giá

    Declaration
    public decimal UnitPrice
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Decimal

    UnitPriceAfterTax

    Đơn giá sau thuế

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

    VATAmount

    Tiền thuế

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

    VATAmountOC

    Tiền thuế nguyên tệ

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

    VATRateName

    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