lib/ept_sdk/property_not_available.ex

defmodule EPTSDK.PropertyNotAvailable do
  @enforce_keys [:property]
  defstruct [:property]
  # TODO: What if we could turn this into a request to fill the data?
end