다음을 통해 공유


Amount.Value 속성

정의

금액 값을 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public double? Value { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : Nullable<double> with get, set
Public Property Value As Nullable(Of Double)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상