Current section
Files
Jump to
Current section
Files
lib/ept_sdk/relationship_not_available.ex
defmodule EPTSDK.RelationshipNotAvailable do
@moduledoc """
An value that describes when a relationship for a specified reason.
"""
@enforce_keys [:name, :reason]
defstruct [:name, :reason]
# TODO: What if we could turn this into a request to fill the data?
end