Packages

A library that helps you easily interact with the ProxyPay API using the elixir programming language

Current section

Files

Jump to
ex_proxypay lib reference.ex
Raw

lib/reference.ex

defmodule PaymentReference do
@derive [Poison.Encoder]
defstruct [:amount, :end_datetime, :custom_fields]
end