Packages

Stripe API bindings for Gleam.

Current section

Files

Jump to
gstripe include stripe@customer_Sources.hrl
Raw

include/stripe@customer_Sources.hrl

-record(sources, {
object :: binary(),
data :: list(stripe@customer:source()),
has_more :: boolean(),
url :: binary()
}).