C# Class MarketplaceWebServiceProducts.Model.GetLowestOfferListingsForSKURequest

Afficher le fichier Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
IsSetExcludeMe ( ) : System.Boolean

Checks if ExcludeMe property is set

IsSetItemCondition ( ) : System.Boolean

Checks if ItemCondition property is set

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

WithExcludeMe ( System.Boolean excludeMe ) : GetLowestOfferListingsForSKURequest

Sets the ExcludeMe property

WithItemCondition ( String itemCondition ) : GetLowestOfferListingsForSKURequest

Sets the ItemCondition property

WithMarketplaceId ( String marketplaceId ) : GetLowestOfferListingsForSKURequest

Sets the MarketplaceId property

WithSellerId ( String sellerId ) : GetLowestOfferListingsForSKURequest

Sets the SellerId property

WithSellerSKUList ( SellerSKUListType sellerSKUList ) : GetLowestOfferListingsForSKURequest

Sets the SellerSKUList property

Method Details

IsSetExcludeMe() public méthode

Checks if ExcludeMe property is set
public IsSetExcludeMe ( ) : System.Boolean
Résultat System.Boolean

IsSetItemCondition() public méthode

Checks if ItemCondition property is set
public IsSetItemCondition ( ) : System.Boolean
Résultat System.Boolean

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

WithExcludeMe() public méthode

Sets the ExcludeMe property
public WithExcludeMe ( System.Boolean excludeMe ) : GetLowestOfferListingsForSKURequest
excludeMe System.Boolean ExcludeMe property
Résultat GetLowestOfferListingsForSKURequest

WithItemCondition() public méthode

Sets the ItemCondition property
public WithItemCondition ( String itemCondition ) : GetLowestOfferListingsForSKURequest
itemCondition String ItemCondition property
Résultat GetLowestOfferListingsForSKURequest

WithMarketplaceId() public méthode

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

WithSellerId() public méthode

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

WithSellerSKUList() public méthode

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