Ejemplo n.º 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);
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 4
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _orders = reader.Read <OrderList>("Orders");
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 9
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _orders = reader.Read<OrderList>("Orders");
 }