Instruction.StartDate Property

Definition

Gets or sets the date this billing instruction goes into effect.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to