Current section

Files

Jump to
shopify lib shopify resources tax_line.ex
Raw

lib/shopify/resources/tax_line.ex

defmodule Shopify.TaxLine do
@moduledoc false
@derive [Poison.Encoder]
defstruct [
:price,
:rate,
:title
]
end