Bagikan melalui


ReservationOrderBillingPlanInformation.NextPaymentDueDate Property

Definition

Gets or sets for recurring billing plans, indicates the date when next payment will be processed. Null when total is paid off.

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

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to