|
| 1 | +# # APITenant |
| 2 | + |
| 3 | +## Properties |
| 4 | + |
| 5 | +Name | Type | Description | Notes |
| 6 | +------------ | ------------- | ------------- | ------------- |
| 7 | +**id** | **string** | | |
| 8 | +**name** | **string** | | |
| 9 | +**email** | **string** | | [optional] |
| 10 | +**sign_up_date** | **float** | | |
| 11 | +**package_id** | **string** | | |
| 12 | +**payment_frequency** | **float** | | |
| 13 | +**billing_info_valid** | **bool** | | |
| 14 | +**billing_handled_externally** | **bool** | | [optional] |
| 15 | +**created_by** | **string** | | |
| 16 | +**is_setup** | **bool** | | |
| 17 | +**domain_configuration** | [**\FastComments\Client\Model\APIDomainConfiguration[]**](APIDomainConfiguration.md) | | |
| 18 | +**billing_info** | [**\FastComments\Client\Model\BillingInfo**](BillingInfo.md) | | [optional] |
| 19 | +**stripe_customer_id** | **string** | | [optional] |
| 20 | +**stripe_subscription_id** | **string** | | [optional] |
| 21 | +**stripe_plan_id** | **string** | | [optional] |
| 22 | +**enable_profanity_filter** | **bool** | | |
| 23 | +**enable_spam_filter** | **bool** | | |
| 24 | +**last_billing_issue_reminder_date** | **\DateTime** | | [optional] |
| 25 | +**remove_unverified_comments** | **bool** | | [optional] |
| 26 | +**unverified_comments_tt_lms** | **float** | | [optional] |
| 27 | +**comments_require_approval** | **bool** | | [optional] |
| 28 | +**auto_approve_comment_on_verification** | **bool** | | [optional] |
| 29 | +**send_profane_to_spam** | **bool** | | [optional] |
| 30 | +**has_flex_pricing** | **bool** | | [optional] |
| 31 | +**has_auditing** | **bool** | | [optional] |
| 32 | +**flex_last_billed_amount** | **float** | | [optional] |
| 33 | +**de_anon_ip_addr** | **float** | | [optional] |
| 34 | +**meta** | **array<string,string>** | Construct a type with a set of properties K of type T | [optional] |
| 35 | + |
| 36 | +[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) |
0 commit comments