Class SubscriptionNotificationLog
Holds statuses about a notification handler runs on an order
[JsonObject(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
public class SubscriptionNotificationLog
- Inheritance
-
SubscriptionNotificationLog
- 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
Subscription
[JsonIgnore]
[JsonIgnore]
public Subscription Subscription { get; set; }
Property Value
SubscriptionId
public Guid SubscriptionId { get; set; }
Property Value
Success
public bool Success { get; set; }