Trading_GetSellingManagerItemAutomationRuleResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetSellingManagerItemAutomationRuleResponseType.h Trading_GetSellingManagerItemAutomationRuleResponseType.m |
Overview
Contains the set of automation rules associated with the specified item.
@ingroup EBayAPIInterface
Tasks
-
automatedListingRuleThe information for the automated listing rule associated with the item.
property
This field is only returned if the item was listed from a template.
The value in this field refers to that template’s automated listing rule. -
automatedRelistingRuleThe information for the automated relisting rule associated with the item.
property -
automatedSecondChanceOfferRuleThe information for the automated second chance offer rule associated with the item.
property -
feesContains fees that may be incurred when items are listed using the
property
automation rule (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
The information for the automated listing rule associated with the item.
This field is only returned if the item was listed from a template.
The value in this field refers to that template’s automated listing rule.
@property (nonatomic, retain) Trading_SellingManagerAutoListType *automatedListingRuleDiscussion
The information for the automated listing rule associated with the item.
This field is only returned if the item was listed from a template.
The value in this field refers to that template’s automated listing rule.
type : class Trading_SellingManagerAutoListType
Declared In
Trading_GetSellingManagerItemAutomationRuleResponseType.hautomatedRelistingRule
The information for the automated relisting rule associated with the item.
@property (nonatomic, retain) Trading_SellingManagerAutoRelistType *automatedRelistingRuleDiscussion
The information for the automated relisting rule associated with the item.
type : class Trading_SellingManagerAutoRelistType
Declared In
Trading_GetSellingManagerItemAutomationRuleResponseType.hautomatedSecondChanceOfferRule
The information for the automated second chance offer rule associated with the item.
@property (nonatomic, retain) Trading_SellingManagerAutoSecondChanceOfferType *automatedSecondChanceOfferRuleDiscussion
The information for the automated second chance offer rule associated with the item.
type : class Trading_SellingManagerAutoSecondChanceOfferType
Declared In
Trading_GetSellingManagerItemAutomationRuleResponseType.hfees
Contains fees that may be incurred when items are listed using the
automation rule (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 *feesDiscussion
Contains fees that may be incurred when items are listed using the
automation rule (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_GetSellingManagerItemAutomationRuleResponseType.h