2022-07-18 19:03:06 +00:00
|
|
|
json.auto_resolve_duration resource.auto_resolve_duration
|
|
|
|
json.created_at resource.created_at
|
2022-07-19 13:34:17 +00:00
|
|
|
if resource.custom_attributes.present?
|
|
|
|
json.custom_attributes do
|
|
|
|
json.plan_name resource.custom_attributes['plan_name']
|
|
|
|
json.subscribed_quantity resource.custom_attributes['subscribed_quantity']
|
|
|
|
end
|
|
|
|
end
|
2022-07-18 19:03:06 +00:00
|
|
|
json.custom_email_domain_enabled @account.custom_email_domain_enabled
|
|
|
|
json.domain @account.domain
|
|
|
|
json.features @account.enabled_features
|
|
|
|
json.id @account.id
|
|
|
|
json.locale @account.locale
|
|
|
|
json.name @account.name
|
|
|
|
json.support_email @account.support_email
|