import { ShopifySellingPlanCheckoutCharge } from '@daffodil/driver/shopify'
The initial payment due for the purchase.
interface ShopifySellingPlanCheckoutCharge {
__typename: "SellingPlanCheckoutCharge"
type: ShopifySellingPlanCheckoutChargeType
value: ShopifySellingPlanCheckoutChargeValue
}
__typename "SellingPlanCheckoutCharge" |
|---|
type ShopifySellingPlanCheckoutChargeType |
|---|
The charge type for the checkout charge. |
value ShopifySellingPlanCheckoutChargeValue |
|---|
The charge value for the checkout charge. |