C# 클래스 MarketplaceWebServiceProducts.Model.GetLowestOfferListingsForASINRequest

파일 보기 프로젝트 열기: nyneaxis/Amazon_MWS 1 사용 예제들

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