AdyenCheckoutEx.Model.Address (adyen_checkout_ex v0.1.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %AdyenCheckoutEx.Model.Address{
  city: String.t(),
  country: String.t(),
  houseNumberOrName: String.t(),
  postalCode: String.t(),
  stateOrProvince: String.t() | nil,
  street: String.t()
}