共用方式為


PaymentDetail.PaymentDate Property

Definition

Gets or sets date when the transaction is completed. Is null when it is scheduled.

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

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to