C# Class MarketplaceWebServiceProducts.Model.GetProductCategoriesForASINRequest

Inheritance: MWSClientCsRuntime.AbstractMwsObject
Exibir arquivo Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
IsSetASIN ( ) : System.Boolean

Checks if ASIN property is set

IsSetMarketplaceId ( ) : System.Boolean

Checks if MarketplaceId property is set

IsSetSellerId ( ) : System.Boolean

Checks if SellerId property is set

WithASIN ( String ASIN ) : GetProductCategoriesForASINRequest

Sets the ASIN property

WithMarketplaceId ( String marketplaceId ) : GetProductCategoriesForASINRequest

Sets the MarketplaceId property

WithSellerId ( String sellerId ) : GetProductCategoriesForASINRequest

Sets the SellerId property

Method Details

IsSetASIN() public method

Checks if ASIN property is set
public IsSetASIN ( ) : 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

WithASIN() public method

Sets the ASIN property
public WithASIN ( String ASIN ) : GetProductCategoriesForASINRequest
ASIN String ASIN property
return GetProductCategoriesForASINRequest

WithMarketplaceId() public method

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

WithSellerId() public method

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