account
Overview
Name | account |
Type | Resource |
Id | linode.account.account |
Fields
Name | Datatype | Description |
---|---|---|
active_promotions | array | |
active_since | string | The datetime of when the account was activated. |
address_1 | string | First line of this Account's billing address. |
address_2 | string | Second line of this Account's billing address. |
balance | number | This Account's balance, in US dollars. |
balance_uninvoiced | number | This Account's current estimated invoice in US dollars. This is not your final invoice balance. Transfer charges are not included in the estimate. |
billing_source | string | The source of service charges for this Account, as determined by its relationship with Akamai. Accounts that are associated with Akamai-specific customers return a value of akamai .All other Accounts return a value of linode . |
capabilities | array | A list of capabilities your account supports. |
city | string | The city for this Account's billing address. |
company | string | The company name associated with this Account. |
country | string | The two-letter ISO 3166 country code of this Account's billing address. |
credit_card | object | Credit Card information associated with this Account. |
email | string | The email address of the person associated with this Account. |
euuid | string | An external unique identifier for this account. |
first_name | string | The first name of the person associated with this Account. |
last_name | string | The last name of the person associated with this Account. |
phone | string | The phone number associated with this Account. |
state | string | If billing address is in the United States (US) or Canada (CA), only the two-letter ISO 3166 State or Province code are accepted. If entering a US military address, state abbreviations (AA, AE, AP) should be entered. If the address is outside the US or CA, this is the Province associated with the Account's billing address. |
tax_id | string | The tax identification number associated with this Account, for tax calculations in some countries. If you do not live in a country that collects tax, this should be an empty string ("" ). |
zip | string | The zip code of this Account's billing address. The following restrictions apply: - May only consist of letters, numbers, spaces, and hyphens. - Must not contain more than 9 letter or number characters. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getAccount | SELECT | Returns the contact and billing information related to your Account. | |
_getAccount | EXEC | Returns the contact and billing information related to your Account. | |
cancelAccount | EXEC | Cancels an active Linode account. This action will cause Linode to attempt to charge the credit card on file for the remaining balance. An error will occur if Linode fails to charge the credit card on file. Restricted users will not be able to cancel an account. | |
updateAccount | EXEC | Updates contact and billing information related to your Account. |