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

View Source

Address of the organization.

Summary

Types

t()

@type t() :: %MollieAPI.Model.EntityClientLinkAddress{
  city: String.t() | nil,
  country: String.t(),
  postalCode: String.t() | nil,
  streetAndNumber: String.t() | nil
}

Functions

decode(value)