Invoice.InvoicePeriodStartDate Property

Definition

Gets the start date of the billing period for which the invoice is generated.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to