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 payment_card.ex
Raw

lib/payment_card.ex

defmodule Cashier.PaymentCard do
defstruct [
:holder,
:brand,
:number,
:cvv,
:expiry
]
end