Partager via


PaymentDetail.PaymentDate Propriété

Définition

Obtient ou définit la date à laquelle la transaction est terminée. A la valeur Null lorsqu’elle est planifiée.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

S’applique à