MollieAPI.Model.EntityPairingCodeDetailsQrCode (mollie_api v0.1.0-20260521)

View Source

The QR code representation of the pairing code.

Summary

Types

t()

@type t() :: %MollieAPI.Model.EntityPairingCodeDetailsQrCode{
  height: number() | nil,
  src: String.t() | nil,
  width: number() | nil
}

Functions

decode(value)