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