import { DiscountAllocation } from '@daffodil/driver/shopify'
An amount discounting the line that has been allocated by a discount.
type DiscountAllocation = {
__typename?: 'DiscountAllocation';
allocatedAmount: MoneyV2;
discountApplication: DiscountApplication;
}