Class OrderNotificationLog
Holds statuses about a notification handler runs on an order
[JsonObject(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
public class OrderNotificationLog
- Inheritance
-
OrderNotificationLog
- Inherited Members
Properties
CreatedAt
public DateTime CreatedAt { get; set; }
Property Value
Id
public Guid Id { get; set; }
Property Value
Message
public string Message { get; set; }
Property Value
NotificationHandler
public string NotificationHandler { get; set; }
Property Value
Order
[JsonIgnore]
[JsonIgnore]
public Order Order { get; set; }
Property Value
OrderId
public Guid OrderId { get; set; }
Property Value
Success
public bool Success { get; set; }