Class GetAutoshipChargeRulesRequest
Inheritance
System.Object
GetAutoshipChargeRulesRequest
Namespace: DirectScale.Disco.Extension.Hooks.Autoships
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class GetAutoshipChargeRulesRequest : Object
Constructors
GetAutoshipChargeRulesRequest()
Declaration
public GetAutoshipChargeRulesRequest()
Properties
Autoships
Declaration
public List<Autoship> Autoships { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<Autoship> |
ChargeDate
Declaration
public DateTimeOffset ChargeDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTimeOffset |