Show / Hide Table of Contents

    Class DownloadInvoiceResult

    Kết quả tải hóa đơn

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

    Properties

    Data

    Dữ liệu hóa đơn.

    Khi chọn tải hóa đơn dạng Xml thì dữ liệu trả về sẽ là nội dung Xml Khi chọn tải hóa đơn dạng Pdf thì dữ liệu trả về sẽ là nội dung Pdf đã được chuyển đổi sang chuỗi base64
    Declaration
    public string Data
    {
        get;
        set;
    }
    Property Value
    Type Description
    System.String

    ErrorCode

    Mã lỗi

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

    TransactionID

    TransactionID

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