C# Class MarketplaceWebServiceProducts.Model.GetProductCategoriesForSKURequest

Inheritance: MWSClientCsRuntime.AbstractMwsObject
Afficher le fichier Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Checks if MarketplaceId property is set
public IsSetMarketplaceId ( ) : System.Boolean
Résultat System.Boolean

IsSetSellerId() public méthode

Checks if SellerId property is set
public IsSetSellerId ( ) : System.Boolean
Résultat System.Boolean

IsSetSellerSKU() public méthode

Checks if SellerSKU property is set
public IsSetSellerSKU ( ) : System.Boolean
Résultat System.Boolean

WithMarketplaceId() public méthode

Sets the MarketplaceId property
public WithMarketplaceId ( String marketplaceId ) : GetProductCategoriesForSKURequest
marketplaceId String MarketplaceId property
Résultat GetProductCategoriesForSKURequest

WithSellerId() public méthode

Sets the SellerId property
public WithSellerId ( String sellerId ) : GetProductCategoriesForSKURequest
sellerId String SellerId property
Résultat GetProductCategoriesForSKURequest

WithSellerSKU() public méthode

Sets the SellerSKU property
public WithSellerSKU ( String sellerSKU ) : GetProductCategoriesForSKURequest
sellerSKU String SellerSKU property
Résultat GetProductCategoriesForSKURequest