Instruction.Amount Property

Definition

Gets or sets the amount budgeted for this billing instruction.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to