次の方法で共有


Transaction.OrderName プロパティ

定義

予約注文の名前を取得します。 フィールドは、種類の予約のトランザクションにのみ適用されます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.orderName")]
public string OrderName { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.orderName")>]
member this.OrderName : string
Public ReadOnly Property OrderName As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象