Packages

Stripe API bindings for Gleam.

Current section

Files

Jump to
gstripe include stripe@customer_TaxIds.hrl
Raw

include/stripe@customer_TaxIds.hrl

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