C# Class MarketplaceWebServiceProducts.Model.GetMyPriceForASINRequest

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

IsSetMarketplaceId ( ) : System.Boolean

Checks if MarketplaceId property is set

IsSetSellerId ( ) : System.Boolean

Checks if SellerId property is set

WithASINList ( ASINListType ASINList ) : GetMyPriceForASINRequest

Sets the ASINList property

WithMarketplaceId ( String marketplaceId ) : GetMyPriceForASINRequest

Sets the MarketplaceId property

WithSellerId ( String sellerId ) : GetMyPriceForASINRequest

Sets the SellerId property

Method Details

IsSetASINList() public méthode

Checks if ASINList property is set
public IsSetASINList ( ) : 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 ) : GetMyPriceForASINRequest
ASINList ASINListType ASINList property
Résultat GetMyPriceForASINRequest

WithMarketplaceId() public méthode

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

WithSellerId() public méthode

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