Class PublishHsmInvoiceData
Inheritance
System.Object
PublishHsmInvoiceData
Namespace:MISA.MeInvoice.Contract.DataContract.Invoice
Assembly:cs.temp.dll.dll
Syntax
public class PublishHsmInvoiceData
Properties
CallbackUrl
Đường dẫn API để cập nhật trạng thái hóa đơn sau khi phát hành
Declaration
public string CallbackUrl
{
get;
set;
}
Property Value
Type | Description |
---|---|
System.String |
ClientIDToPush
ClientID để push dữ liệu sau khi phát hành
Declaration
public string ClientIDToPush
{
get;
set;
}
Property Value
Type | Description |
---|---|
System.String |
InvoiceDataOld
Nội dung xml hóa đơn (theo định dạng cũ)
Declaration
public string InvoiceDataOld
{
get;
set;
}
Property Value
Type | Description |
---|---|
System.String |
IsDeleteOrg
Có hủy hóa đơn gốc không
Declaration
public bool ? IsDeleteOrg
{
get;
set;
}
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
IsSendEmail
Gửi hóa đơn cho khách hàng sau khi phát hành
Declaration
public bool IsSendEmail
{
get;
set;
}
Property Value
Type | Description |
---|---|
System.Boolean |
OriginalInvoiceData
Nội dung hóa đơn đã được ký điện tử
Declaration
public OriginalInvoiceData OriginalInvoiceData
{
get;
set;
}
Property Value
Type | Description |
---|---|
OriginalInvoiceData |
ReceiverEmail
Danh sách Email nhận (cách nhau bởi dấu ;)
Declaration
public string ReceiverEmail
{
get;
set;
}
Property Value
Type | Description |
---|---|
System.String |
ReceiverName
Tên người nhận Email
Declaration
public string ReceiverName
{
get;
set;
}
Property Value
Type | Description |
---|---|
System.String |
RefID
ID của hóa đơn trên Client App
Declaration
public string RefID
{
get;
set;
}
Property Value
Type | Description |
---|---|
System.String |
TransactionID
Mã tra cứu của hóa đơn
Declaration
public string TransactionID
{
get;
set;
}
Property Value
Type | Description |
---|---|
System.String |