# `PolarExpress.Schemas.OrganizationUpdate`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/organization_update.ex#L2)

OrganizationUpdate

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.OrganizationUpdate{
  avatar_url: term(),
  country: term(),
  customer_email_settings: term(),
  customer_portal_settings: term(),
  default_presentment_currency: term(),
  default_tax_behavior: term(),
  details: term(),
  email: term(),
  feature_settings: term(),
  name: term(),
  notification_settings: term(),
  socials: term(),
  subscription_settings: term(),
  website: term()
}
```

* `avatar_url` - Nullable.
* `country` - Two-letter country code (ISO 3166-1 alpha-2). Nullable.
* `customer_email_settings` - Nullable.
* `customer_portal_settings` - Nullable.
* `default_presentment_currency` - Default presentment currency for the organization Nullable.
* `default_tax_behavior` - Default tax behavior applied on products. Nullable.
* `details` - Additional, private, business details Polar needs about active organizations for compliance (KYC). Nullable.
* `email` - Public support email. Nullable.
* `feature_settings` - Nullable.
* `name` - Nullable.
* `notification_settings` - Nullable.
* `socials` - Links to social profiles. Nullable.
* `subscription_settings` - Nullable.
* `website` - Official website of the organization. Nullable.

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
