Class Transip_Tld
This class models a Tld and holds information such as price, registration length and capabilities.
string |
CAPABILITY_REQUIRESAUTHCODE
|
'requiresAuthCode' |
|
string |
CAPABILITY_CANREGISTER
|
'canRegister' |
|
string |
CAPABILITY_CANTRANSFERWITHOWNERCHANGE
|
'canTransferWithOwnerChange' |
|
string |
CAPABILITY_CANTRANSFERWITHOUTOWNERCHANGE
|
'canTransferWithoutOwnerChange' |
|
string |
CAPABILITY_CANSETLOCK
|
'canSetLock' |
|
string |
CAPABILITY_CANSETOWNER
|
'canSetOwner' |
|
string |
CAPABILITY_CANSETCONTACTS
|
'canSetContacts' |
|
string |
CAPABILITY_CANSETNAMESERVERS
|
'canSetNameservers' |
public
string
|
$name |
|
#
The name of this TLD, including the starting dot. E.g. .nl or .com. |
public
float
|
$price |
|
#
Price of the TLD in Euros |
public
float
|
$renewalPrice |
|
#
Price for renewing the TLD in Euros |
public
string[]
|
$capabilities |
|
#
A list of the capabilities that this Tld has (the things that can be done with a domain under this tld). All capabilities are one of CAPABILITY_* constants. |
public
integer
|
$registrationPeriodLength |
|
#
Length in months of each registration or renewal period. |
public
integer
|
$cancelTimeFrame |
|
#
Number of days a domain needs to be canceled before the renewal date. E.g., If the renewal date is 10-Dec-2011 and the cancelTimeFrame is 4 days, the domain has to be canceled before 6-Dec-2011, otherwise it will be renewed already. |