Table of Contents

Class SubscriptionNotificationLog

Namespace
Rescope.Commerce.Core.Entities
Assembly
Rescope.Commerce.Core.dll

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

DateTime

Id

public Guid Id { get; set; }

Property Value

Guid

Message

public string Message { get; set; }

Property Value

string

NotificationHandler

public string NotificationHandler { get; set; }

Property Value

string

Subscription

[JsonIgnore]
[JsonIgnore]
public Subscription Subscription { get; set; }

Property Value

Subscription

SubscriptionId

public Guid SubscriptionId { get; set; }

Property Value

Guid

Success

public bool Success { get; set; }

Property Value

bool