Polarex.CustomerUpdateExternalID (Polarex v0.2.3)

View Source

Provides struct and type for a CustomerUpdateExternalID

Summary

Types

t()

@type t() :: %Polarex.CustomerUpdateExternalID{
  billing_address: Polarex.Address.t() | nil,
  email: String.t() | nil,
  metadata: Polarex.Metadata.t() | nil,
  name: String.t() | nil,
  tax_id: [any()] | nil
}