Compartilhar via


ReservationOrderBillingPlanInformation.StartDate Propriedade

Definição

Obtém ou define a data em que o plano de cobrança foi iniciado.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateJsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="startDate")]
public DateTime? StartDate { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateJsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="startDate")>]
member this.StartDate : Nullable<DateTime> with get, set
Public Property StartDate As Nullable(Of DateTime)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a