Class AutoshipEditedMessage
Class for representing the AutoshipEdited event's message
Inheritance
System.Object
AutoshipEditedMessage
Namespace: DirectScale.Disco.Extension
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class AutoshipEditedMessage : Object
Constructors
AutoshipEditedMessage()
Declaration
public AutoshipEditedMessage()
Properties
AssociateId
Associate Id of the owner of the Autoship that was edited / changed
Declaration
public int AssociateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AutoshipId
Id of the Autoship that was edited / changed
Declaration
public int AutoshipId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |