Partager via


ReservationOrderBillingPlanInformation.NextPaymentDueDate Propriété

Définition

Obtient ou définit pour les plans de facturation périodiques, indique la date à laquelle le prochain paiement sera traité. Null lorsque le total est payé.

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

S’applique à