using System.Collections.Generic; namespace BBWY.Client.Models { public class PurchaseOrderV2ListResponse { public long Count { get; set; } public IList ItemList { get; set; } } }