Polarex.CustomerOrderUpdate (Polarex v0.2.3)

View Source

Provides struct and type for a CustomerOrderUpdate

Summary

Types

t()

@type t() :: %Polarex.CustomerOrderUpdate{
  billing_address: Polarex.Address.t() | nil,
  billing_name: String.t() | nil
}