namespace Microsoft.eShopOnContainers.Services.Ordering.API { public class OrderingSettings { public bool UseCustomizationData { get; set; } } }