Search Results for

    Show / Hide Table of Contents

    Class GetAutoshipOrderRetryRulesRequest

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

    Constructors

    GetAutoshipOrderRetryRulesRequest()

    Declaration
    public GetAutoshipOrderRetryRulesRequest()

    Properties

    AutoshipOrderInfos

    Declaration
    public List<AutoshipOrderInfo> AutoshipOrderInfos { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AutoshipOrderInfo>

    RetryDate

    Declaration
    public DateTimeOffset RetryDate { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX