Polarex.CustomerPortalCustomer (Polarex v0.2.0)

View Source

Provides struct and type for a CustomerPortalCustomer

Summary

Types

t()

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