Current section

Files

Jump to
ex_phaxio lib requests fax_callback.ex
Raw

lib/requests/fax_callback.ex

defmodule ExPhaxio.Requests.FaxCallback do
defstruct [success: nil,
is_test: nil,
direction: nil,
fax: nil,
message: nil]
end