Packages

Paddle Billing SDK for Elixir — typed structs, pure-function webhooks, Req-based HTTP transport, explicit %Paddle.Client{} passing. No Phoenix or Ecto coupling. Used by Accrue. See https://hexdocs.pm/oarlock and guides/accrue-seam.md.

Current section

Files

Jump to
oarlock lib paddle customer.ex
Raw

lib/paddle/customer.ex

defmodule Paddle.Customer do
defstruct [
:id,
:name,
:email,
:marketing_consent,
:status,
:custom_data,
:locale,
:created_at,
:updated_at,
:import_meta,
:raw_data
]
end