Packages

Stripe API bindings for Gleam.

Current section

Files

Jump to
gstripe include stripe@customer_Shipping.hrl
Raw

include/stripe@customer_Shipping.hrl

-record(shipping, {
address :: stripe@customer:address(),
name :: binary(),
phone :: gleam@option:option(binary())
}).