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

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

Private Properties

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

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

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

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

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

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

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

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

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

Checks if ItemCondition property is set
public IsSetItemCondition ( ) : 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 ) : GetLowestOfferListingsForASINRequest
ASINList ASINListType ASINList property
Результат GetLowestOfferListingsForASINRequest

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

Sets the ExcludeMe property
public WithExcludeMe ( System.Boolean excludeMe ) : GetLowestOfferListingsForASINRequest
excludeMe System.Boolean ExcludeMe property
Результат GetLowestOfferListingsForASINRequest

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

Sets the ItemCondition property
public WithItemCondition ( String itemCondition ) : GetLowestOfferListingsForASINRequest
itemCondition String ItemCondition property
Результат GetLowestOfferListingsForASINRequest

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

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

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

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