Polarex.CustomerIndividualCreate (Polarex v0.3.0)

View Source

Provides struct and type for a CustomerIndividualCreate

Summary

Types

t()

@type t() :: %Polarex.CustomerIndividualCreate{
  billing_address: Polarex.AddressInput.t() | nil,
  email: String.t(),
  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() | nil
}