Class GetAutoshipChargeRulesResponse
The response object for the GetAutoshipChargeRules hook. The dictionary's key is the AutoshipId for the given RetryRule.
Inheritance
System.Object
GetAutoshipChargeRulesResponse
Namespace: DirectScale.Disco.Extension.Hooks.Autoships
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class GetAutoshipChargeRulesResponse : Object
Constructors
GetAutoshipChargeRulesResponse()
Declaration
public GetAutoshipChargeRulesResponse()
Properties
RetryRulesByAutoshipId
Declaration
public Dictionary<int, RetryRule> RetryRulesByAutoshipId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Int32, RetryRule> |