C# Class MarketplaceWebServiceProducts.Model.GetCompetitivePricingForSKURequest

Inheritance: MWSClientCsRuntime.AbstractMwsObject
显示文件 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

IsSetSellerSKUList ( ) : System.Boolean

Checks if SellerSKUList property is set

WithMarketplaceId ( String marketplaceId ) : GetCompetitivePricingForSKURequest

Sets the MarketplaceId property

WithSellerId ( String sellerId ) : GetCompetitivePricingForSKURequest

Sets the SellerId property

WithSellerSKUList ( SellerSKUListType sellerSKUList ) : GetCompetitivePricingForSKURequest

Sets the SellerSKUList 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

IsSetSellerSKUList() public method

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

WithMarketplaceId() public method

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

WithSellerId() public method

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

WithSellerSKUList() public method

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