Search Results for

    Show / Hide Table of Contents

    Class OutcomeHandoffMessage

    Class for representing the OutcomeHandoff event's message

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

    Constructors

    OutcomeHandoffMessage()

    Declaration
    public OutcomeHandoffMessage()

    Properties

    ArgumentJson

    Gets or sets the ArgumentJson. This is defined in the IfThengine rules and can be used to pass arbitrary instructions to the extension

    Declaration
    public string ArgumentJson { get; set; }
    Property Value
    Type Description
    System.String

    AssociateId

    Gets or sets the Associate ID

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

    RelatedId

    Gets or sets the Related ID (OrderID, AutoshipID, etc) (optional)

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