import { WeeeDataProductRenderWeeeAdjustmentAttributeExtensionInterface } from './weeeDataProductRenderWeeeAdjustmentAttributeExtensionInterface'; export interface WeeeDataProductRenderWeeeAdjustmentAttributeInterface { amount: string; taxAmount: string; taxAmountInclTax: string; amountExclTax: string; attributeCode: string; extensionAttributes: WeeeDataProductRenderWeeeAdjustmentAttributeExtensionInterface; }