C# Class MarketplaceWebServiceProducts.Model.GetProductCategoriesForSKURequest

Inheritance: MWSClientCsRuntime.AbstractMwsObject
Mostrar archivo Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
IsSetMarketplaceId ( ) : System.Boolean

Checks if MarketplaceId property is set

IsSetSellerId ( ) : System.Boolean

Checks if SellerId property is set

IsSetSellerSKU ( ) : System.Boolean

Checks if SellerSKU property is set

WithMarketplaceId ( String marketplaceId ) : GetProductCategoriesForSKURequest

Sets the MarketplaceId property

WithSellerId ( String sellerId ) : GetProductCategoriesForSKURequest

Sets the SellerId property

WithSellerSKU ( String sellerSKU ) : GetProductCategoriesForSKURequest

Sets the SellerSKU property

Method Details

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

IsSetSellerSKU() public method

Checks if SellerSKU property is set
public IsSetSellerSKU ( ) : System.Boolean
return System.Boolean

WithMarketplaceId() public method

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

WithSellerId() public method

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

WithSellerSKU() public method

Sets the SellerSKU property
public WithSellerSKU ( String sellerSKU ) : GetProductCategoriesForSKURequest
sellerSKU String SellerSKU property
return GetProductCategoriesForSKURequest