DomainPurchaseConsent interface
Domain purchase consent object, representing acceptance of applicable legal agreements.
Properties
agreed |
Timestamp when the agreements were accepted. |
agreed |
Client IP address. |
agreement |
List of applicable legal agreement keys. This list can be retrieved using ListLegalAgreements API under |
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[]