Transaction.ServicePeriodEndDate Property

Definition

Gets the end date of the product term, or the end date of the month in which usage ended.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to