Show / Hide Table of Contents

    Class ReferenceInvoice

    Thông tin HĐ tham chiếu

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

    Properties

    InvDate

    Ngày hóa đơn hóa đơn

    Declaration
    public DateTime InvDate
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.DateTime

    InvNo

    Số hóa đơn

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

    InvSeries

    Ký hiệu hóa đơn

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

    InvTemplateNo

    Mẫu số hóa đơn

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

    TransactionID

    mã tra cứu của hđ

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