Show / Hide Table of Contents

    Class OriginalInvoiceData

    Thông tin hóa đơn gốc (dạng thô)

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

    Properties

    AccountObjectContactMobileSIDI

    Điện thoại liên hệ người mua (danh mục)

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

    AccountObjectContactNameSIDI

    Teen người mua (trong danh mục)

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

    AccountObjectEmailAddressSIDI

    Địa chỉ email người mua (danh mục)

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

    AccountObjectFaxSIDI

    Fax người mua (danh mục)

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

    AccountObjectIdentificationNumber

    Số CMT/CCCD

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

    AccountObjectIssueBy

    Nơi cấp

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

    AccountObjectIssueDate

    Ngày cấp CMT/CCCD

    Declaration
    public DateTime? AccountObjectIssueDate
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    AccountObjectShippingAddressSIDI

    Địa chỉ giao hàng

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

    AccountObjectTelSIDI

    Điện thoại người mua (danh mục)

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

    AmountOfConsumption

    điện năng tiêu thụ

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

    CustomerMeterNumber

    Số công tơ khách hàng

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

    DueDate

    Hạn thanh toán

    Declaration
    public DateTime? DueDate
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    DueDay

    Số ngày được nợ

    Declaration
    public int ? DueDay
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    EnvironmmentDiscountAmount

    Các khoản giảm trừ hoá đơn nước

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

    HouseHoldNumber

    Số hộ gia đình

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

    ListFromStockName

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

    ListToStockName

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

    NumberBook

    Số sổ GCS (ghi chỉ số)

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

    NumberPoles

    Số cột đồng hồ

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

    OrganizationUnitCode

    Mã đơn vị

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

    OrganizationUnitName

    Tên đơn vị

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

    OriginalInvoiceDetail

    Chi tiết hóa đơn

    Declaration
    public List<OriginalInvoiceDetail> OriginalInvoiceDetail
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Collections.Generic.List<OriginalInvoiceDetail>

    OtherTerm

    Điều khoản khác

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

    PeriodFromDate

    Từ ngày

    Declaration
    public DateTime? PeriodFromDate
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    PeriodName

    Kỳ thu

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

    PeriodToDate

    Đến ngày

    Declaration
    public DateTime? PeriodToDate
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    SAEmployeeCode

    Mã nhân viên

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

    SAEmployeeMobile

    Điện thoại NV

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

    SAEmployeeName

    Tên nhân viên

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

    SAEmployeeTel

    SĐT bàn

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

    ShippingAddress

    Địa chỉ giao hàng

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

    SortOrderIndex

    Thứ tự ghi chỉ số

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

    WaterArrearage

    Truy thu

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

    WaterPromotion

    Số nước khuyến mại

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

    WaterUsed

    Tiêu thụ

    Declaration
    public decimal ? WaterUsed
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.Nullable<System.Decimal>
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX