Packages

pify: some helpers to use gleam in your shopify project.

Current section

Files

Jump to
pify include admin@types_Cart.hrl
Raw

include/admin@types_Cart.hrl

-record(cart, {
id :: gleam@option:option(binary()),
checkout_url :: binary(),
cost :: gleam@option:option(admin@types:shopify_cart_cost()),
total_quantity :: integer(),
lines :: list(admin@types:cart_item())
}).