Inttegro.UpdateCustomerRequest (inttegro v0.1.0)

Copy Markdown View Source

Typed Inttegro request parameters.

Summary

Types

t()

@type t() :: %Inttegro.UpdateCustomerRequest{
  billing_address: Inttegro.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.CustomerAddressInput.t() | nil,
  suffix: String.t() | nil,
  title: String.t() | nil
}

Functions

from_map(map)

@spec from_map(map()) :: t()

new!(attrs \\ %{})

@spec new!(map() | keyword()) :: t()

to_map(value)

@spec to_map(t()) :: map()