C# Class MarketplaceWebServiceProducts.Model.GetLowestOfferListingsForSKURequest

显示文件 Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
IsSetExcludeMe ( ) : System.Boolean

Checks if ExcludeMe property is set

IsSetItemCondition ( ) : System.Boolean

Checks if ItemCondition property is set

IsSetMarketplaceId ( ) : System.Boolean

Checks if MarketplaceId property is set

IsSetSellerId ( ) : System.Boolean

Checks if SellerId property is set

IsSetSellerSKUList ( ) : System.Boolean

Checks if SellerSKUList property is set

WithExcludeMe ( System.Boolean excludeMe ) : GetLowestOfferListingsForSKURequest

Sets the ExcludeMe property

WithItemCondition ( String itemCondition ) : GetLowestOfferListingsForSKURequest

Sets the ItemCondition property

WithMarketplaceId ( String marketplaceId ) : GetLowestOfferListingsForSKURequest

Sets the MarketplaceId property

WithSellerId ( String sellerId ) : GetLowestOfferListingsForSKURequest

Sets the SellerId property

WithSellerSKUList ( SellerSKUListType sellerSKUList ) : GetLowestOfferListingsForSKURequest

Sets the SellerSKUList property

Method Details

IsSetExcludeMe() public method

Checks if ExcludeMe property is set
public IsSetExcludeMe ( ) : System.Boolean
return System.Boolean

IsSetItemCondition() public method

Checks if ItemCondition property is set
public IsSetItemCondition ( ) : System.Boolean
return System.Boolean

IsSetMarketplaceId() public method

Checks if MarketplaceId property is set
public IsSetMarketplaceId ( ) : System.Boolean
return System.Boolean

IsSetSellerId() public method

Checks if SellerId property is set
public IsSetSellerId ( ) : System.Boolean
return System.Boolean

IsSetSellerSKUList() public method

Checks if SellerSKUList property is set
public IsSetSellerSKUList ( ) : System.Boolean
return System.Boolean

WithExcludeMe() public method

Sets the ExcludeMe property
public WithExcludeMe ( System.Boolean excludeMe ) : GetLowestOfferListingsForSKURequest
excludeMe System.Boolean ExcludeMe property
return GetLowestOfferListingsForSKURequest

WithItemCondition() public method

Sets the ItemCondition property
public WithItemCondition ( String itemCondition ) : GetLowestOfferListingsForSKURequest
itemCondition String ItemCondition property
return GetLowestOfferListingsForSKURequest

WithMarketplaceId() public method

Sets the MarketplaceId property
public WithMarketplaceId ( String marketplaceId ) : GetLowestOfferListingsForSKURequest
marketplaceId String MarketplaceId property
return GetLowestOfferListingsForSKURequest

WithSellerId() public method

Sets the SellerId property
public WithSellerId ( String sellerId ) : GetLowestOfferListingsForSKURequest
sellerId String SellerId property
return GetLowestOfferListingsForSKURequest

WithSellerSKUList() public method

Sets the SellerSKUList property
public WithSellerSKUList ( SellerSKUListType sellerSKUList ) : GetLowestOfferListingsForSKURequest
sellerSKUList SellerSKUListType SellerSKUList property
return GetLowestOfferListingsForSKURequest