Skip to main content

accounts_types

Creates, updates, deletes, gets or lists an accounts_types resource.

Overview

Nameaccounts_types
TypeResource
Idnetlify.account_type.accounts_types

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
idstring
namestring
capabilitiesobject
descriptionstring
monthly_dollar_priceinteger
monthly_seats_addon_dollar_priceinteger
yearly_dollar_priceinteger
yearly_seats_addon_dollar_priceinteger

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listAccountTypesForUserselect

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

OK

SELECT
id,
name,
capabilities,
description,
monthly_dollar_price,
monthly_seats_addon_dollar_price,
yearly_dollar_price,
yearly_seats_addon_dollar_price
FROM netlify.account_type.accounts_types
;