GitHub

MagentoPriceTypeEnum

import { MagentoPriceTypeEnum } from '@daffodil/product-composite/driver/magento'
enum MagentoPriceTypeEnum {
  fixed = 'FIXED',
  percent = 'PERCENT',
  dynamic = 'DYNAMIC',
}