using System.Collections.Generic; namespace BBWY.Client.Models { public class PurchaseOrderV2 : PurchaseOrderV2Response { public new IList ItemList { get; set; } } }