Compartir a través de


ReservationOrderBillingPlanInformation.NextPaymentDueDate Propiedad

Definición

Obtiene o establece para planes de facturación periódicos, indica la fecha en que se procesará el siguiente pago. Null cuando se paga el total.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Se aplica a