Instruction.EndDate Property

Definition

Gets or sets the date this billing instruction is no longer in effect.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to