Inheritance: MWSClientCsRuntime.AbstractMwsObject
 /// <summary>
 /// Sets the Shipping property.
 /// </summary>
 /// <param name="shipping">Shipping property.</param>
 /// <returns>this instance.</returns>
 public BuyBoxPriceType WithShipping(MoneyType shipping)
 {
     this._shipping = shipping;
     return this;
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _competitivePrices = reader.Read<CompetitivePriceList>("CompetitivePrices");
     _numberOfOfferListings = reader.Read<NumberOfOfferListingsList>("NumberOfOfferListings");
     _tradeInValue = reader.Read<MoneyType>("TradeInValue");
 }
Esempio n. 3
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _pointsNumber        = reader.Read <decimal?>("PointsNumber");
     _pointsMonetaryValue = reader.Read <MoneyType>("PointsMonetaryValue");
 }
Esempio n. 4
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _pointsNumber = reader.Read<decimal?>("PointsNumber");
     _pointsMonetaryValue = reader.Read<MoneyType>("PointsMonetaryValue");
 }
Esempio n. 5
0
 /// <summary>
 /// Sets the ListingPrice property
 /// </summary>
 /// <param name="listingPrice">ListingPrice property</param>
 /// <returns>this instance</returns>
 public PriceType WithListingPrice(MoneyType listingPrice)
 {
     this.listingPriceField = listingPrice;
     return this;
 }
Esempio n. 6
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _myOffer = reader.Read<bool>("MyOffer");
     _subCondition = reader.Read<string>("SubCondition");
     _sellerFeedbackRating = reader.Read<SellerFeedbackType>("SellerFeedbackRating");
     _shippingTime = reader.Read<DetailedShippingTimeType>("ShippingTime");
     _listingPrice = reader.Read<MoneyType>("ListingPrice");
     _points = reader.Read<Points>("Points");
     _shipping = reader.Read<MoneyType>("Shipping");
     _shipsFrom = reader.Read<ShipsFromType>("ShipsFrom");
     _isFulfilledByAmazon = reader.Read<bool>("IsFulfilledByAmazon");
     _isBuyBoxWinner = reader.Read<bool?>("IsBuyBoxWinner");
     _isFeaturedMerchant = reader.Read<bool?>("IsFeaturedMerchant");
 }
Esempio n. 7
0
 /// <summary>
 /// Sets the Shipping property.
 /// </summary>
 /// <param name="shipping">Shipping property.</param>
 /// <returns>this instance.</returns>
 public SKUOfferDetail WithShipping(MoneyType shipping)
 {
     this._shipping = shipping;
     return this;
 }
 /// <summary>
 /// Sets the Shipping property.
 /// </summary>
 /// <param name="shipping">Shipping property.</param>
 /// <returns>this instance.</returns>
 public LowestPriceType WithShipping(MoneyType shipping)
 {
     this._shipping = shipping;
     return this;
 }
Esempio n. 9
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _totalOfferCount = reader.Read<decimal>("TotalOfferCount");
     _numberOfOffers = reader.Read<NumberOfOffers>("NumberOfOffers");
     _lowestPrices = reader.Read<LowestPrices>("LowestPrices");
     _buyBoxPrices = reader.Read<BuyBoxPrices>("BuyBoxPrices");
     _listPrice = reader.Read<MoneyType>("ListPrice");
     _suggestedLowerPricePlusShipping = reader.Read<MoneyType>("SuggestedLowerPricePlusShipping");
     _buyBoxEligibleOffers = reader.Read<BuyBoxEligibleOffers>("BuyBoxEligibleOffers");
 }
Esempio n. 10
0
 /// <summary>
 /// Sets the LandedPrice property.
 /// </summary>
 /// <param name="landedPrice">LandedPrice property.</param>
 /// <returns>this instance.</returns>
 public LowestPriceType WithLandedPrice(MoneyType landedPrice)
 {
     this._landedPrice = landedPrice;
     return this;
 }
Esempio n. 11
0
 /// <summary>
 /// Sets the ListingPrice property.
 /// </summary>
 /// <param name="listingPrice">ListingPrice property.</param>
 /// <returns>this instance.</returns>
 public LowestPriceType WithListingPrice(MoneyType listingPrice)
 {
     this._listingPrice = listingPrice;
     return this;
 }
Esempio n. 12
0
 /// <summary>
 /// Sets the LandedPrice property.
 /// </summary>
 /// <param name="landedPrice">LandedPrice property.</param>
 /// <returns>this instance.</returns>
 public BuyBoxPriceType WithLandedPrice(MoneyType landedPrice)
 {
     this._landedPrice = landedPrice;
     return(this);
 }
Esempio n. 13
0
 /// <summary>
 /// Sets the Shipping property.
 /// </summary>
 /// <param name="shipping">Shipping property.</param>
 /// <returns>this instance.</returns>
 public BuyBoxPriceType WithShipping(MoneyType shipping)
 {
     this._shipping = shipping;
     return(this);
 }
Esempio n. 14
0
 /// <summary>
 /// Sets the ListingPrice property.
 /// </summary>
 /// <param name="listingPrice">ListingPrice property.</param>
 /// <returns>this instance.</returns>
 public BuyBoxPriceType WithListingPrice(MoneyType listingPrice)
 {
     this._listingPrice = listingPrice;
     return(this);
 }
Esempio n. 15
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _buyingPrice = reader.Read<PriceType>("BuyingPrice");
     _regularPrice = reader.Read<MoneyType>("RegularPrice");
     _fulfillmentChannel = reader.Read<string>("FulfillmentChannel");
     _itemCondition = reader.Read<string>("ItemCondition");
     _itemSubCondition = reader.Read<string>("ItemSubCondition");
     _sellerId = reader.Read<string>("SellerId");
     _sellerSKU = reader.Read<string>("SellerSKU");
 }
Esempio n. 16
0
 /// <summary>
 /// Sets the ListPrice property.
 /// </summary>
 /// <param name="listPrice">ListPrice property.</param>
 /// <returns>this instance.</returns>
 public Summary WithListPrice(MoneyType listPrice)
 {
     this._listPrice = listPrice;
     return this;
 }
Esempio n. 17
0
 /// <summary>
 /// Sets the RegularPrice property.
 /// </summary>
 /// <param name="regularPrice">RegularPrice property.</param>
 /// <returns>this instance.</returns>
 public OfferType WithRegularPrice(MoneyType regularPrice)
 {
     this._regularPrice = regularPrice;
     return this;
 }
Esempio n. 18
0
 /// <summary>
 /// Sets the SuggestedLowerPricePlusShipping property.
 /// </summary>
 /// <param name="suggestedLowerPricePlusShipping">SuggestedLowerPricePlusShipping property.</param>
 /// <returns>this instance.</returns>
 public Summary WithSuggestedLowerPricePlusShipping(MoneyType suggestedLowerPricePlusShipping)
 {
     this._suggestedLowerPricePlusShipping = suggestedLowerPricePlusShipping;
     return this;
 }
Esempio n. 19
0
 /// <summary>
 /// Sets the ListingPrice property.
 /// </summary>
 /// <param name="listingPrice">ListingPrice property.</param>
 /// <returns>this instance.</returns>
 public SKUOfferDetail WithListingPrice(MoneyType listingPrice)
 {
     this._listingPrice = listingPrice;
     return this;
 }
Esempio n. 20
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _landedPrice = reader.Read<MoneyType>("LandedPrice");
     _listingPrice = reader.Read<MoneyType>("ListingPrice");
     _shipping = reader.Read<MoneyType>("Shipping");
     _points = reader.Read<Points>("Points");
 }
Esempio n. 21
0
 /// <summary>
 /// Sets the PointsMonetaryValue property.
 /// </summary>
 /// <param name="pointsMonetaryValue">PointsMonetaryValue property.</param>
 /// <returns>this instance.</returns>
 public Points WithPointsMonetaryValue(MoneyType pointsMonetaryValue)
 {
     this._pointsMonetaryValue = pointsMonetaryValue;
     return this;
 }
Esempio n. 22
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     _condition = reader.ReadAttribute<string>("condition");
     _landedPrice = reader.Read<MoneyType>("LandedPrice");
     _listingPrice = reader.Read<MoneyType>("ListingPrice");
     _shipping = reader.Read<MoneyType>("Shipping");
     _points = reader.Read<Points>("Points");
 }
Esempio n. 23
0
 /// <summary>
 /// Sets the LandedPrice property
 /// </summary>
 /// <param name="landedPrice">LandedPrice property</param>
 /// <returns>this instance</returns>
 public PriceType WithLandedPrice(MoneyType landedPrice)
 {
     this.landedPriceField = landedPrice;
     return this;
 }
Esempio n. 24
0
 /// <summary>
 /// Sets the LandedPrice property.
 /// </summary>
 /// <param name="landedPrice">LandedPrice property.</param>
 /// <returns>this instance.</returns>
 public BuyBoxPriceType WithLandedPrice(MoneyType landedPrice)
 {
     this._landedPrice = landedPrice;
     return this;
 }
Esempio n. 25
0
 /// <summary>
 /// Sets the Shipping property
 /// </summary>
 /// <param name="shipping">Shipping property</param>
 /// <returns>this instance</returns>
 public PriceType WithShipping(MoneyType shipping)
 {
     this.shippingField = shipping;
     return this;
 }
Esempio n. 26
0
 /// <summary>
 /// Sets the ListingPrice property.
 /// </summary>
 /// <param name="listingPrice">ListingPrice property.</param>
 /// <returns>this instance.</returns>
 public BuyBoxPriceType WithListingPrice(MoneyType listingPrice)
 {
     this._listingPrice = listingPrice;
     return this;
 }
 /// <summary>
 /// Sets the TradeInValue property.
 /// </summary>
 /// <param name="tradeInValue">TradeInValue property.</param>
 /// <returns>this instance.</returns>
 public CompetitivePricingType WithTradeInValue(MoneyType tradeInValue)
 {
     this._tradeInValue = tradeInValue;
     return this;
 }
Esempio n. 28
0
 /// <summary>
 /// Sets the PointsMonetaryValue property.
 /// </summary>
 /// <param name="pointsMonetaryValue">PointsMonetaryValue property.</param>
 /// <returns>this instance.</returns>
 public Points WithPointsMonetaryValue(MoneyType pointsMonetaryValue)
 {
     this._pointsMonetaryValue = pointsMonetaryValue;
     return(this);
 }