namespace InABox.Integration { public interface IIntegrationDiscount : IIntegrationItem { string SupplierCode { get; set; } double Discount { get; set; } } }