This commit is contained in:
@@ -12,11 +12,17 @@ public class Order
|
||||
|
||||
public Guid? QuoteId { get; set; }
|
||||
|
||||
public Guid ShoppingCartId { get; set; }
|
||||
public Guid ShoppingCartId { get; set; }
|
||||
|
||||
public Guid? RefundId { get; set; }
|
||||
|
||||
public OrderStatus Status { get; set; }
|
||||
|
||||
public string[]? Requirements { get; set; }
|
||||
|
||||
public string[]? Notes { get; set; }
|
||||
|
||||
public string[]? Terms { get; set; }
|
||||
|
||||
public bool DepositRequired { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user