PaymentProperties.Date Property

Definition

Gets the date when the payment was made.

[Newtonsoft.Json.JsonProperty(PropertyName="date")]
public DateTime? Date { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="date")>]
member this.Date : Nullable<DateTime>
Public ReadOnly Property Date As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to