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

View Source

Personal data of your customer.

Summary

Types

t()

@type t() :: %MollieAPI.Model.EntityClientLinkOwner{
  email: String.t(),
  familyName: String.t(),
  givenName: String.t(),
  locale: MollieAPI.Model.LocaleResponse.t() | nil
}

Functions

decode(value)