import { ShopifyCartLineEstimatedCost } from '@daffodil/driver/shopify'
The estimated cost of the merchandise line that the buyer will pay at checkout.
interface ShopifyCartLineEstimatedCost {
__typename: "CartLineEstimatedCost"
amount: ShopifyMoneyV2
compareAtAmount: ShopifyMoneyV2
subtotalAmount: ShopifyMoneyV2
totalAmount: ShopifyMoneyV2
}
__typename "CartLineEstimatedCost" |
|---|
amount ShopifyMoneyV2 |
|---|
The amount of the merchandise line. |
compareAtAmount ShopifyMoneyV2 |
|---|
The compare at amount of the merchandise line. |
subtotalAmount ShopifyMoneyV2 |
|---|
The estimated cost of the merchandise line before discounts. |
totalAmount ShopifyMoneyV2 |
|---|
The estimated total cost of the merchandise line. |