Polarex.CustomerTeamCreate (Polarex v0.3.2)

Copy Markdown View Source

Provides struct and type for a CustomerTeamCreate

Summary

Types

t()

@type t() :: %Polarex.CustomerTeamCreate{
  billing_address: Polarex.AddressInput.t() | nil,
  email: String.t() | nil,
  external_id: String.t() | nil,
  locale: String.t() | nil,
  metadata: map() | nil,
  name: String.t() | nil,
  organization_id: String.t() | nil,
  owner: Polarex.MemberOwnerCreate.t() | nil,
  tax_id: String.t() | nil,
  type: String.t()
}