Packages
ex_proxypay
0.1.0
A library that helps you easily interact with the ProxyPay API using the elixir programming language
Current section
Files
Jump to
Current section
Files
lib/reference.ex
defmodule PaymentReference do
@derive [Poison.Encoder]
defstruct [:amount, :end_datetime, :custom_fields]
end