Current section
Files
Jump to
Current section
Files
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())
}).