共用方式為


CalculatePriceResponsePropertiesPricingCurrencyTotal.Amount Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to