Profile resource returned by the Mollie API.
Stable fields are exposed as snake_case struct fields. The original decoded
Mollie response is preserved in raw with upstream JSON casing unchanged.
Summary
Types
@type links() :: %{optional(String.t()) => MollieEx.Types.Link.t() | term()}
@type t() :: %MollieEx.Profile{ business_category: String.t() | nil, countries_of_activity: [String.t()] | nil, created_at: String.t() | nil, description: String.t() | nil, email: String.t() | nil, id: String.t(), links: links(), mode: String.t() | nil, name: String.t() | nil, phone: String.t() | nil, raw: map(), resource: String.t() | nil, review: map() | nil, status: String.t() | nil, website: String.t() | nil }