Product.PurchaseDate Property

Definition

Gets the date when the product was purchased.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to