C# Class MarketplaceWebServiceProducts.Model.GetCompetitivePricingForASINRequest

Inheritance: MWSClientCsRuntime.AbstractMwsObject
Mostrar archivo 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

IsSetMarketplaceId ( ) : System.Boolean

Checks if MarketplaceId property is set

IsSetSellerId ( ) : System.Boolean

Checks if SellerId property is set

WithASINList ( ASINListType ASINList ) : GetCompetitivePricingForASINRequest

Sets the ASINList property

WithMarketplaceId ( String marketplaceId ) : GetCompetitivePricingForASINRequest

Sets the MarketplaceId property

WithSellerId ( String sellerId ) : GetCompetitivePricingForASINRequest

Sets the SellerId property

Method Details

IsSetASINList() public method

Checks if ASINList property is set
public IsSetASINList ( ) : 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 ) : GetCompetitivePricingForASINRequest
ASINList ASINListType ASINList property
return GetCompetitivePricingForASINRequest

WithMarketplaceId() public method

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

WithSellerId() public method

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