Organization
class resources.organization.Organization
Base class: Resource
Information about your organization, license, and billing.
Organization resources cannot be created or deleted.
:py:obj:flow_api.organization.Organization
| Property | Description | Type |
|---|---|---|
| id | UUID() | |
| primary_contact | The name of the primary contact person. Used for invoices. | String(length=1024) |
| active | A flag if the organization is active. Output only. | Boolean() |
| last_activity | The timestamp when the last activity of the organization was detected. Output only. | DateTime(timezone=True) |
| address_line_1 | The billing address. | String(length=1024) |
| address_line_2 | The billing address. | String(length=1024) |
| city | The billing address. | String(length=1024) |
| region | The billing address. | String(length=1024) |
| zip | The billing address. | String(length=128) |
| country | The billing address. | String(length=1024) |
| vat_number | The VAT ID. Used for invoices. | String(length=1024) |
| payment_type | The chosen payment type. | Enum('INVOICE', name='paymenttype') |
| is_trial_account | If the organization is currently a trial account. Output only. | Boolean() |
| last_reset_at | DateTime(timezone=True) | |
| usage_count_flow_dev | Integer() | |
| usage_count_flow_productive | Integer() | |
| usage_count_task_dev | Integer() | |
| usage_count_task_productive | Integer() | |
| usage_allowance_task_productive | Integer() | |
| allow_excess_usage | Boolean() | |
| size_bytes | BigInteger() |