import { SellingPlanCheckoutCharge } from '@daffodil/driver/shopify'
The initial payment due for the purchase.
type SellingPlanCheckoutCharge = {
__typename?: 'SellingPlanCheckoutCharge';
type: SellingPlanCheckoutChargeType;
value: SellingPlanCheckoutChargeValue;
}