import { MsrpDataProductRenderMsrpPriceInfoExtensionInterface } from './msrpDataProductRenderMsrpPriceInfoExtensionInterface'; export interface MsrpDataProductRenderMsrpPriceInfoInterface { msrpPrice: string; isApplicable: string; isShownPriceOnGesture: string; msrpMessage: string; explanationMessage: string; extensionAttributes?: MsrpDataProductRenderMsrpPriceInfoExtensionInterface; }