lib/vrchat/model/order_option.ex
# NOTE: This file is auto generated by OpenAPI Generator 6.2.1 (https://openapi-generator.tech).
# Do not edit this file manually.
defmodule VRChat.Model.OrderOption do
@moduledoc """
"""
@derive [Poison.Encoder]
defstruct []
@type t :: %__MODULE__{}
end
defimpl Poison.Decoder, for: VRChat.Model.OrderOption do
def decode(value, _options) do
value
end
end