MollieAPI.Model.EntityProfileLinks (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.EntityProfileLinks{
  chargebacks: MollieAPI.Model.Url.t() | nil,
  checkoutPreviewUrl: MollieAPI.Model.Url.t() | nil,
  dashboard: MollieAPI.Model.Url.t() | nil,
  documentation: MollieAPI.Model.Url.t() | nil,
  methods: MollieAPI.Model.Url.t() | nil,
  payments: MollieAPI.Model.Url.t() | nil,
  refunds: MollieAPI.Model.Url.t() | nil,
  self: MollieAPI.Model.Url.t() | nil
}

Functions

decode(value)