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

CustomerPortalOAuthAccount

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomerPortalOAuthAccount{
  account_id: String.t() | nil,
  account_username: String.t() | nil
}
```

* `account_id`
* `account_username` - Nullable.

# `schema_name`

---

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