DomainPurchaseConsent.AgreedAt Property

Definition

Gets or sets timestamp when the agreements were accepted.

[Newtonsoft.Json.JsonProperty(PropertyName="agreedAt")]
public DateTime? AgreedAt { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="agreedAt")>]
member this.AgreedAt : Nullable<DateTime> with get, set
Public Property AgreedAt As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to