GitHub

ShopifySellingPlanOption

interface

import { ShopifySellingPlanOption } from '@daffodil/driver/shopify'

An option provided by a Selling Plan.

interface ShopifySellingPlanOption {
  __typename: "SellingPlanOption"
  name: string
  value: string
}

Properties

__typename
"SellingPlanOption"
name
string

The name of the option (ie "Delivery every").

value
string

The value of the option (ie "Month").