Transaction.ServicePeriodStartDate Property

Definition

Gets the date of the purchase of the product, or the start date of the month in which usage started.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to