ReservationDetails.UsageDate Property

Definition

Gets the date on which consumption occurred.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.usageDate")]
public DateTime? UsageDate { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.usageDate")>]
member this.UsageDate : Nullable<DateTime>
Public ReadOnly Property UsageDate As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to