Search Results for

    Show / Hide Table of Contents

    Class GetAutoshipOrderRetryRulesResponse

    The response object for the GetAutoshipOrderRetryRules hook. The dictionary's key is the AutoshipId for the given RetryRule.

    Inheritance
    System.Object
    GetAutoshipOrderRetryRulesResponse
    Namespace: DirectScale.Disco.Extension.Hooks.Autoships
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class GetAutoshipOrderRetryRulesResponse : Object

    Constructors

    GetAutoshipOrderRetryRulesResponse()

    Declaration
    public GetAutoshipOrderRetryRulesResponse()

    Properties

    RetryRulesByAutoshipId

    Declaration
    public Dictionary<int, RetryRule> RetryRulesByAutoshipId { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.Int32, RetryRule>
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX