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

View Source

Summary

Types

t()

@type t() :: %MollieAPI.Model.PaymentAddress{
  city: String.t() | nil,
  country: String.t() | nil,
  email: String.t() | nil,
  familyName: String.t() | nil,
  givenName: String.t() | nil,
  organizationName: String.t() | nil,
  phone: String.t() | nil,
  postalCode: String.t() | nil,
  region: String.t() | nil,
  streetAdditional: String.t() | nil,
  streetAndNumber: String.t() | nil,
  title: String.t() | nil
}

Functions

decode(value)