Compartir a través de


BillingPeriod.BillingPeriodStartDate Propiedad

Definición

Obtiene el inicio del intervalo de fechas cubierto por el período de facturación.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateJsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="properties.billingPeriodStartDate")]
public DateTime? BillingPeriodStartDate { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateJsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.billingPeriodStartDate")>]
member this.BillingPeriodStartDate : Nullable<DateTime>
Public ReadOnly Property BillingPeriodStartDate As Nullable(Of DateTime)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Se aplica a