DomainPurchaseConsent Class

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

Inheritance
DomainPurchaseConsent

Constructor

DomainPurchaseConsent(*, agreement_keys: Optional[List[str]] = None, agreed_by: Optional[str] = None, agreed_at: Optional[datetime.datetime] = None, **kwargs)

Parameters

agreement_keys
list[str]
Required

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

agreed_by
str
Required

Client IP address.

agreed_at
datetime
Required

Timestamp when the agreements were accepted.