Compartir a través de


DomainPurchaseConsent interface

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

Properties

agreedAt

Timestamp when the agreements were accepted.

agreedBy

Client IP address.

agreementKeys

List of applicable legal agreement keys. This list can be retrieved using ListLegalAgreements API under TopLevelDomain resource.

Property Details

agreedAt

Timestamp when the agreements were accepted.

agreedAt?: Date

Property Value

Date

agreedBy

Client IP address.

agreedBy?: string

Property Value

string

agreementKeys

List of applicable legal agreement keys. This list can be retrieved using ListLegalAgreements API under TopLevelDomain resource.

agreementKeys?: string[]

Property Value

string[]