Freigeben über


PaymentDetail.PaymentDate Eigenschaft

Definition

Ruft das Datum ab, an dem die Transaktion abgeschlossen ist, oder legt es fest. Ist NULL, wenn sie geplant ist.

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Gilt für: