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

View Source

An object with several relevant URLs. Every URL object will contain an href and a type field.

Summary

Types

t()

@type t() :: %MollieAPI.Model.EntitySubscriptionLinks{
  customer: MollieAPI.Model.UrlNullable.t(),
  documentation: MollieAPI.Model.Url.t(),
  mandate: MollieAPI.Model.UrlNullable.t() | nil,
  payments: MollieAPI.Model.UrlNullable.t() | nil,
  profile: MollieAPI.Model.UrlNullable.t(),
  self: MollieAPI.Model.Url.t()
}

Functions

decode(value)