# `Polarex.CustomerPortalCustomer`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/customer_portal_customer.ex#L1)

Provides struct and type for a CustomerPortalCustomer

# `t`

```elixir
@type t() :: %Polarex.CustomerPortalCustomer{
  billing_address: Polarex.Address.t() | nil,
  billing_name: String.t() | nil,
  created_at: DateTime.t(),
  default_payment_method_id: String.t() | nil,
  email: String.t() | nil,
  email_verified: boolean(),
  id: String.t(),
  modified_at: DateTime.t() | nil,
  name: String.t() | nil,
  oauth_accounts: map(),
  tax_id: [any()] | nil,
  type: String.t() | nil
}
```

---

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