Typed Inttegro request parameters.
Summary
Types
@type t() :: %Inttegro.Customers.UpdateCustomerRequest{ billing_address: Inttegro.Customers.CustomerAddressInput.t() | nil, custom_data: %{optional(String.t()) => term()} | nil, customer_id: String.t(), email_address: String.t() | nil, name: String.t() | nil, phone_number: String.t() | nil, reference: String.t() | nil, shipping_address: Inttegro.Customers.CustomerAddressInput.t() | nil, suffix: String.t() | nil, title: String.t() | nil }