Table of Contents

Class OrderPaymentLog

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

Holds logs regarding payments on an order

[JsonObject(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
public class OrderPaymentLog
Inheritance
OrderPaymentLog
Inherited Members

Properties

CreatedAt

public DateTime CreatedAt { get; set; }

Property Value

DateTime

ExternalID

public string ExternalID { get; set; }

Property Value

string

Id

public Guid Id { get; set; }

Property Value

Guid

Message

public string Message { get; set; }

Property Value

string

Order

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

Property Value

Order

OrderId

public Guid OrderId { get; set; }

Property Value

Guid

Payment

[Column(TypeName = "DECIMAL(19, 4)")]
public decimal Payment { get; set; }

Property Value

decimal

Type

public OrderPaymentLogType Type { get; set; }

Property Value

OrderPaymentLogType