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

Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

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

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

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

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

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

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

Sets the ASINList property
public WithASINList ( ASINListType ASINList ) : GetMyPriceForASINRequest
ASINList ASINListType ASINList property
Результат GetMyPriceForASINRequest

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

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

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

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