Current section

Files

Jump to
inter lib inter pix charge response loc.ex
Raw

lib/inter/pix/charge/response/loc.ex

defmodule Inter.Pix.Charge.Response.Loc do
@moduledoc """
Documentation for `Inter.Pix.Charge.Response.Loc`.
"""
@derive [Nestru.Encoder, Nestru.Decoder]
defstruct id: nil,
location: nil,
tipoCob: nil,
criacao: nil
end