Polarex.CustomerPortalCustomerUpdate (Polarex v0.1.0)

View Source

Provides struct and type for a CustomerPortalCustomerUpdate

Summary

Types

t()

@type t() :: %Polarex.CustomerPortalCustomerUpdate{
  billing_address: Polarex.Address.t() | nil,
  email: String.t() | nil,
  name: String.t() | nil,
  tax_id: String.t() | nil
}