次の方法で共有


PaymentDetail.PaymentDate プロパティ

定義

トランザクションが完了した日付を取得または設定します。 スケジュールされている場合は null です。

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

プロパティ値

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

適用対象