Search Results for

    Show / Hide Table of Contents

    Class AutoshipCreatedMessage

    Class for representing the AutoshipCreated event's message

    Inheritance
    System.Object
    AutoshipCreatedMessage
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class AutoshipCreatedMessage : Object

    Constructors

    AutoshipCreatedMessage()

    Declaration
    public AutoshipCreatedMessage()

    Properties

    AssociateId

    Associate Id of the owner of the Autoship that was created

    Declaration
    public int AssociateId { get; set; }
    Property Value
    Type Description
    System.Int32

    AutoshipId

    Id of the Autoship that was created

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