Trading_DeleteSellingManagerItemAutomationRuleResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_DeleteSellingManagerItemAutomationRuleResponseType.h Trading_DeleteSellingManagerItemAutomationRuleResponseType.m |
Overview
Contains the set of automation rules associated with the specified item.
@ingroup EBayAPIInterface
Tasks
-
automatedListingRule
Contains the remaining automated listing rules associated with this item.
property -
automatedRelistingRule
Contains the remaining automated relisting rules associated with this item.
property -
automatedSecondChanceOfferRule
Contains the remaining automated second chance offer rule associated with this item.
property -
fees
Contains fees that may be incurred when items are listed using the
property
automation rules (e.g., a scheduled listing fee). Use of an automation rule
does not in itself have a fee, but use can result in a fee.
Properties
automatedListingRule
Contains the remaining automated listing rules associated with this item.
@property (nonatomic, retain) Trading_SellingManagerAutoListType *automatedListingRule
Discussion
Contains the remaining automated listing rules associated with this item.
type : class Trading_SellingManagerAutoListType
Declared In
Trading_DeleteSellingManagerItemAutomationRuleResponseType.h
automatedRelistingRule
Contains the remaining automated relisting rules associated with this item.
@property (nonatomic, retain) Trading_SellingManagerAutoRelistType *automatedRelistingRule
Discussion
Contains the remaining automated relisting rules associated with this item.
type : class Trading_SellingManagerAutoRelistType
Declared In
Trading_DeleteSellingManagerItemAutomationRuleResponseType.h
automatedSecondChanceOfferRule
Contains the remaining automated second chance offer rule associated with this item.
@property (nonatomic, retain) Trading_SellingManagerAutoSecondChanceOfferType *automatedSecondChanceOfferRule
Discussion
Contains the remaining automated second chance offer rule associated with this item.
type : class Trading_SellingManagerAutoSecondChanceOfferType
Declared In
Trading_DeleteSellingManagerItemAutomationRuleResponseType.h
fees
Contains fees that may be incurred when items are listed using the
automation rules (e.g., a scheduled listing fee). Use of an automation rule
does not in itself have a fee, but use can result in a fee.
@property (nonatomic, retain) Trading_FeesType *fees
Discussion
Contains fees that may be incurred when items are listed using the
automation rules (e.g., a scheduled listing fee). Use of an automation rule
does not in itself have a fee, but use can result in a fee.
type : class Trading_FeesType
Declared In
Trading_DeleteSellingManagerItemAutomationRuleResponseType.h