MagentoDiscount
import { MagentoDiscount } from '@daffodil/driver/magento'
interface MagentoDiscount {
__typename: string
amount: MagentoMoney
label: string
}
Properties
Name | Type | Description |
---|---|---|
__typename | string | |
amount | MagentoMoney | |
label | string |