Class Amount
The amount model.
public class Amount
- Inheritance
-
Amount
- Inherited Members
Properties
Currency
The currency of the amount
[JsonProperty("Currency", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Currency { get; set; }
Property Value
Value
The value of the amount
[JsonProperty("Value", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public decimal Value { get; set; }