次の方法で共有


Transaction.TransactionType プロパティ

定義

トランザクションの種類を取得または設定します。 使用可能な値は次のとおりです: 'Purchase'、'Usage Charge'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象