I am trying to get the "Note" field from an order.Here is my working
code var context = GetContext("au");GetOrdersCall api = new
GetOrdersCall(context);api.OrderRole =
TradingRoleCodeType.Seller;api.OrderStatus =
OrderStatusCodeType.InProcess;System....