Packages

Cashier is an Elixir library that aims to be an easy to use payment gateway, whilst offering the fault tolerance and scalability benefits of being built on top of Erlang/OTP

Current section

Files

Jump to
cashier lib address.ex
Raw

lib/address.ex

defmodule Cashier.Address do
defstruct [
:line1,
:line2,
:city,
:state,
:country_code,
:postal_code
]
end