Ejemplo n.º 1
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     this._itemCondition                = reader.Read <string>("ItemCondition");
     this._itemSubcondition             = reader.Read <string>("ItemSubcondition");
     this._fulfillmentChannel           = reader.Read <string>("FulfillmentChannel");
     this._shipsDomestically            = reader.Read <string>("ShipsDomestically");
     this._shippingTime                 = reader.Read <ShippingTimeType>("ShippingTime");
     this._sellerPositiveFeedbackRating = reader.Read <string>("SellerPositiveFeedbackRating");
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets the ShippingTime property.
 /// </summary>
 /// <param name="shippingTime">ShippingTime property.</param>
 /// <returns>this instance.</returns>
 public QualifiersType WithShippingTime(ShippingTimeType shippingTime)
 {
     this._shippingTime = shippingTime;
     return(this);
 }