Packages

Stripe API bindings for Gleam.

Current section

Files

Jump to
gstripe include stripe@customer_InvoiceSettings.hrl
Raw

include/stripe@customer_InvoiceSettings.hrl

-record(invoice_settings, {
custom_fields :: gleam@option:option(list(stripe@customer:custom_field())),
default_payment_method :: gleam@option:option(binary()),
footer :: gleam@option:option(binary()),
rendering_options :: gleam@option:option(stripe@customer:rendering_options())
}).