Class NotificationInfo
Thông tin gửi hóa đơn
Inheritance
System.Object
NotificationInfo
Namespace:MISA.MeInvoice.Contract.DataContract.Invoice
Assembly:cs.temp.dll.dll
Syntax
public class NotificationInfo
Properties
ReceiverEmail
Email người nhận
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 |
ReceiverPhone
SĐT người nhận
Declaration
public string ReceiverPhone
{
get;
set;
}
Property Value
Type | Description |
---|---|
System.String |
SendEmailStatus
Trạng thái gửi hóa đơn
Declaration
public int ? SendEmailStatus
{
get;
set;
}
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SendSMSStatus
Trạng thái gửi SMS
Declaration
public int ? SendSMSStatus
{
get;
set;
}
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |