DiscountApplicationAllocationMethod
The method by which the discount's value is allocated onto its entitled lines.
import { DiscountApplicationAllocationMethod } from '@daffodil/driver/shopify'
enum DiscountApplicationAllocationMethod {
Across = 'ACROSS',
Each = 'EACH',
One = 'ONE',
}