MollieAPI.Model.Url (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.Url{href: String.t(), type: String.t()}

Functions

decode(value)