Class ShouldRetryAutoshipOrderHookRequest
Inheritance
System.Object
ShouldRetryAutoshipOrderHookRequest
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class ShouldRetryAutoshipOrderHookRequest : Object
Constructors
ShouldRetryAutoshipOrderHookRequest()
Declaration
public ShouldRetryAutoshipOrderHookRequest()
Properties
Autoship
Declaration
public Autoship Autoship { get; set; }
Property Value
Order
Declaration
public Order Order { get; set; }
Property Value
RetryDate
Declaration
public DateTime RetryDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|