Skip to content

Commit 7a6f8c1

Browse files
committed
add location back to types
1 parent 20c7c37 commit 7a6f8c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/stripe/types.ex

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ defmodule Stripe.Types do
3636
town: String.t() | nil
3737
}
3838

39+
@type location :: %{
40+
country: String.t(),
41+
source: String.t(),
42+
state: String.t()
43+
}
44+
3945
@type metadata :: %{
4046
optional(String.t()) => String.t()
4147
}

0 commit comments

Comments
 (0)