Sumup.Reader (Sumup v1.0.0)

Copy Markdown View Source

A SumUp Solo card reader (id prefixed rdr_), paired to a merchant.

Summary

Types

status()

@type status() :: :unknown | :processing | :paired | :expired

t()

@type t() :: %Sumup.Reader{
  created_at: DateTime.t() | nil,
  device_identifier: String.t() | nil,
  device_model: String.t() | nil,
  id: String.t(),
  metadata: map() | nil,
  name: String.t() | nil,
  raw: map(),
  service_account_id: String.t() | nil,
  status: status(),
  updated_at: DateTime.t() | nil
}