Class PublishInvoiceResult
Kết quả phát hành hóa đơn
Inheritance
System.Object
PublishInvoiceResult
Namespace:MISA.MeInvoice.Contract.DataContract.Invoice
Assembly:cs.temp.dll.dll
Syntax
public class PublishInvoiceResult
Properties
ErrorCode
Mã lỗi
Declaration
public string ErrorCode
{
get;
set;
}
Property Value
Type | Description |
---|---|
System.String |
InvDate
Ngày hóa đơn
Declaration
public DateTime InvDate
{
get;
set;
}
Property Value
Type | Description |
---|---|
System.DateTime | Ngày hóa đơn |
InvNo
Số hóa đơn
Declaration
public string InvNo
{
get;
set;
}
Property Value
Type | Description |
---|---|
System.String | Số hóa đơn |
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 |
RefID
ID của hóa đơn gốc
Declaration
public string RefID
{
get;
set;
}
Property Value
Type | Description |
---|---|
System.String |
TransactionID
TransactionID
Declaration
public string TransactionID
{
get;
set;
}
Property Value
Type | Description |
---|---|
System.String |