MollieAPI.Model.ProfileResponse (mollie_api v0.1.0-20260130)

View Source

Summary

Types

t()

@type t() :: %MollieAPI.Model.ProfileResponse{
  _links: MollieAPI.Model.EntityProfileLinks.t(),
  businessCategory: any(),
  countriesOfActivity: [any()] | nil,
  createdAt: String.t(),
  description: any() | nil,
  email: any(),
  id: any(),
  mode: MollieAPI.Model.Mode.t(),
  name: any(),
  phone: any(),
  resource: any(),
  review: MollieAPI.Model.ListEntityProfileReview.t() | nil,
  status: MollieAPI.Model.ProfileStatusResponse.t(),
  website: any()
}

Functions

decode(value)