Packages

Stripe API bindings for Gleam.

Current section

Files

Jump to
gstripe include stripe@customer_Tax.hrl
Raw

include/stripe@customer_Tax.hrl

-record(tax, {
automatic_tax :: gleam@option:option(stripe@customer:automatic_tax()),
ip_address :: gleam@option:option(binary()),
location :: gleam@option:option(stripe@customer:location())
}).