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

lib/paddle/address.ex

defmodule Paddle.Address do
defstruct [
:id,
:customer_id,
:description,
:first_line,
:second_line,
:city,
:postal_code,
:region,
:country_code,
:custom_data,
:status,
:created_at,
:updated_at,
:import_meta,
:raw_data
]
end