C# Class MarketplaceWebServiceProducts.Model.GetLowestOfferListingsForASINRequest

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
IsSetASINList ( ) : System.Boolean

Checks if ASINList property is set

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

WithASINList ( ASINListType ASINList ) : GetLowestOfferListingsForASINRequest

Sets the ASINList property

WithExcludeMe ( System.Boolean excludeMe ) : GetLowestOfferListingsForASINRequest

Sets the ExcludeMe property

WithItemCondition ( String itemCondition ) : GetLowestOfferListingsForASINRequest

Sets the ItemCondition property

WithMarketplaceId ( String marketplaceId ) : GetLowestOfferListingsForASINRequest

Sets the MarketplaceId property

WithSellerId ( String sellerId ) : GetLowestOfferListingsForASINRequest

Sets the SellerId property

Method Details

IsSetASINList() public méthode

Checks if ASINList property is set
public IsSetASINList ( ) : System.Boolean
Résultat System.Boolean

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

WithASINList() public méthode

Sets the ASINList property
public WithASINList ( ASINListType ASINList ) : GetLowestOfferListingsForASINRequest
ASINList ASINListType ASINList property
Résultat GetLowestOfferListingsForASINRequest

WithExcludeMe() public méthode

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

WithItemCondition() public méthode

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

WithMarketplaceId() public méthode

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

WithSellerId() public méthode

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