Compartilhar via


PaymentDetail.PaymentDate Propriedade

Definição

Obtém ou define a data em que a transação é concluída. É nulo quando está agendado.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a