MollieAPI.Model.UrlNullable (mollie_api v0.1.0-20260303)

View Source

In v2 endpoints, URLs are commonly represented as objects with an href and type field.

Summary

Types

t()

@type t() :: %MollieAPI.Model.UrlNullable{
  href: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value)