예제 #1
0
 /// <summary>
 /// Sets the Orders property
 /// </summary>
 /// <param name="orders">Orders property</param>
 /// <returns>this instance</returns>
 public GetOrderResult WithOrders(OrderList orders)
 {
     this.ordersField = orders;
     return(this);
 }
예제 #2
0
 /// <summary>
 /// Sets the Orders property
 /// </summary>
 /// <param name="orders">Orders property</param>
 /// <returns>this instance</returns>
 public GetOrderResult WithOrders(OrderList orders)
 {
     this.ordersField = orders;
     return this;
 }
예제 #3
0
 /// <summary>
 /// Sets the Orders property.
 /// </summary>
 /// <param name="orders">Orders property.</param>
 /// <returns>this instance.</returns>
 public ListOrdersResult WithOrders(OrderList orders)
 {
     this._orders = orders;
     return this;
 }
예제 #4
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _orders = reader.Read <OrderList>("Orders");
 }
예제 #5
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _nextToken = reader.Read<string>("NextToken");
     _createdBefore = reader.Read<DateTime?>("CreatedBefore");
     _lastUpdatedBefore = reader.Read<DateTime?>("LastUpdatedBefore");
     _orders = reader.Read<OrderList>("Orders");
 }
 /// <summary>
 /// Sets the Orders property
 /// </summary>
 /// <param name="orders">Orders property</param>
 /// <returns>this instance</returns>
 public ListOrdersByNextTokenResult WithOrders(OrderList orders)
 {
     this.ordersField = orders;
     return this;
 }
예제 #7
0
 /// <summary>
 /// Sets the Orders property
 /// </summary>
 /// <param name="orders">Orders property</param>
 /// <returns>this instance</returns>
 public ListOrdersByNextTokenResult WithOrders(OrderList orders)
 {
     this.ordersField = orders;
     return(this);
 }
예제 #8
0
 /// <summary>
 /// Sets the Orders property.
 /// </summary>
 /// <param name="orders">Orders property.</param>
 /// <returns>this instance.</returns>
 public ListOrdersResult WithOrders(OrderList orders)
 {
     this._orders = orders;
     return(this);
 }
예제 #9
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _orders = reader.Read<OrderList>("Orders");
 }