C# Class MarketplaceWebServiceProducts.Model.GetLowestOfferListingsForASINRequest

Show file Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Checks if ASINList property is set
public IsSetASINList ( ) : System.Boolean
return System.Boolean

IsSetExcludeMe() public method

Checks if ExcludeMe property is set
public IsSetExcludeMe ( ) : System.Boolean
return System.Boolean

IsSetItemCondition() public method

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

WithASINList() public method

Sets the ASINList property
public WithASINList ( ASINListType ASINList ) : GetLowestOfferListingsForASINRequest
ASINList ASINListType ASINList property
return GetLowestOfferListingsForASINRequest

WithExcludeMe() public method

Sets the ExcludeMe property
public WithExcludeMe ( System.Boolean excludeMe ) : GetLowestOfferListingsForASINRequest
excludeMe System.Boolean ExcludeMe property
return GetLowestOfferListingsForASINRequest

WithItemCondition() public method

Sets the ItemCondition property
public WithItemCondition ( String itemCondition ) : GetLowestOfferListingsForASINRequest
itemCondition String ItemCondition property
return GetLowestOfferListingsForASINRequest

WithMarketplaceId() public method

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

WithSellerId() public method

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