Packages

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

Current section

Files

Jump to
pify include storefront@cart_ShopifyCartCost.hrl
Raw

include/storefront@cart_ShopifyCartCost.hrl

-record(shopify_cart_cost, {
total_amount :: storefront@utils:money(),
subtotal_amount :: storefront@utils:money(),
total_tax_amount :: storefront@utils:money()
}).