Partilhar via


ReservationOrderBillingPlanInformation.NextPaymentDueDate Propriedade

Definição

Obtém ou define os planos de cobrança recorrentes, indica a data em que o próximo pagamento será processado. Nulo quando o total é pago.

[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 da propriedade

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a