Compartir a través de


PaymentDetail.DueDate Propiedad

Definición

Obtiene o establece la fecha en que se debe realizar el pago.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Se aplica a