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

View Source

Summary

Types

t()

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

Functions

decode(value)