C# Class MarketplaceWebServiceProducts.Model.GetCompetitivePricingForSKURequest

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

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 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

IsSetSellerSKUList() public méthode

Checks if SellerSKUList property is set
public IsSetSellerSKUList ( ) : System.Boolean
Résultat System.Boolean

WithMarketplaceId() public méthode

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

WithSellerId() public méthode

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

WithSellerSKUList() public méthode

Sets the SellerSKUList property
public WithSellerSKUList ( SellerSKUListType sellerSKUList ) : GetCompetitivePricingForSKURequest
sellerSKUList SellerSKUListType SellerSKUList property
Résultat GetCompetitivePricingForSKURequest