DomainPurchaseConsent Class

Definition

Domain purchase consent object, representing acceptance of applicable legal agreements.

public class DomainPurchaseConsent
type DomainPurchaseConsent = class
Public Class DomainPurchaseConsent
Inheritance
DomainPurchaseConsent

Constructors

DomainPurchaseConsent()

Initializes a new instance of the DomainPurchaseConsent class.

DomainPurchaseConsent(IList<String>, String, Nullable<DateTime>)

Initializes a new instance of the DomainPurchaseConsent class.

Properties

AgreedAt

Gets or sets timestamp when the agreements were accepted.

AgreedBy

Gets or sets client IP address.

AgreementKeys

Gets or sets list of applicable legal agreement keys. This list can be retrieved using ListLegalAgreements API under &lt;code&gt;TopLevelDomain&lt;/code&gt; resource.

Applies to