次の方法で共有


Instruction.Amount プロパティ

定義

この課金命令の予算額を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.amount")]
public double Amount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.amount")>]
member this.Amount : double with get, set
Public Property Amount As Double

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象