Web API for the bulk printing desktop application.
namespace MAX.Models { public class OrderResponse { public Batch Batch { get; set; } public decimal RemainingBalance { get; set; } } }