C# Класс MarketplaceWebServiceProducts.Model.GetCompetitivePricingForSKURequest

Наследование: MWSClientCsRuntime.AbstractMwsObject
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

WithMarketplaceId ( String marketplaceId ) : GetCompetitivePricingForSKURequest

Sets the MarketplaceId property

WithSellerId ( String sellerId ) : GetCompetitivePricingForSKURequest

Sets the SellerId property

WithSellerSKUList ( SellerSKUListType sellerSKUList ) : GetCompetitivePricingForSKURequest

Sets the SellerSKUList property

Описание методов

IsSetMarketplaceId() публичный Метод

Checks if MarketplaceId property is set
public IsSetMarketplaceId ( ) : System.Boolean
Результат System.Boolean

IsSetSellerId() публичный Метод

Checks if SellerId property is set
public IsSetSellerId ( ) : System.Boolean
Результат System.Boolean

IsSetSellerSKUList() публичный Метод

Checks if SellerSKUList property is set
public IsSetSellerSKUList ( ) : System.Boolean
Результат System.Boolean

WithMarketplaceId() публичный Метод

Sets the MarketplaceId property
public WithMarketplaceId ( String marketplaceId ) : GetCompetitivePricingForSKURequest
marketplaceId String MarketplaceId property
Результат GetCompetitivePricingForSKURequest

WithSellerId() публичный Метод

Sets the SellerId property
public WithSellerId ( String sellerId ) : GetCompetitivePricingForSKURequest
sellerId String SellerId property
Результат GetCompetitivePricingForSKURequest

WithSellerSKUList() публичный Метод

Sets the SellerSKUList property
public WithSellerSKUList ( SellerSKUListType sellerSKUList ) : GetCompetitivePricingForSKURequest
sellerSKUList SellerSKUListType SellerSKUList property
Результат GetCompetitivePricingForSKURequest