Share via


OrderStatus.Comments Property

Definition

Gets or sets comments related to this status change.

[Newtonsoft.Json.JsonProperty(PropertyName="comments")]
public string Comments { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="comments")>]
member this.Comments : string with get, set
Public Property Comments As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to