Polarex.CustomerUpdateExternalID (Polarex v0.3.0)

View Source

Provides struct and type for a CustomerUpdateExternalID

Summary

Types

t()

@type t() :: %Polarex.CustomerUpdateExternalID{
  billing_address: Polarex.AddressInput.t() | nil,
  email: String.t() | nil,
  locale: String.t() | nil,
  metadata: map() | nil,
  name: String.t() | nil,
  tax_id: String.t() | nil
}