Packages

Oneflow SDK that manages authentication and includes several structs for order management

Current section

Files

Jump to
oneflow lib oneflow models destination.ex
Raw

lib/oneflow/models/destination.ex

defmodule Oneflow.Models.Destination do
use Oneflow.Models.Encoder
@enforce_keys [:name]
defstruct [
:name
]
end