Polarex.CustomerPortalCustomer (Polarex v0.2.3)
View SourceProvides struct and type for a CustomerPortalCustomer
Summary
Types
@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 }