Trading_GetSellingManagerTemplateAutomationRuleResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetSellingManagerTemplateAutomationRuleResponseType.h Trading_GetSellingManagerTemplateAutomationRuleResponseType.m |
Overview
Contains the set of automation rules associated with the specified template.
@ingroup EBayAPIInterface
Tasks
-
automatedListingRuleThe information for the automated listing rule associated with the template.
property -
automatedRelistingRuleThe information for the automated relisting rule associated with the template.
property -
automatedSecondChanceOfferRuleThe information for the automated second chance offer rule associated with the template.
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 template.
@property (nonatomic, retain) Trading_SellingManagerAutoListType *automatedListingRuleDiscussion
The information for the automated listing rule associated with the template.
type : class Trading_SellingManagerAutoListType
Declared In
Trading_GetSellingManagerTemplateAutomationRuleResponseType.hautomatedRelistingRule
The information for the automated relisting rule associated with the template.
@property (nonatomic, retain) Trading_SellingManagerAutoRelistType *automatedRelistingRuleDiscussion
The information for the automated relisting rule associated with the template.
type : class Trading_SellingManagerAutoRelistType
Declared In
Trading_GetSellingManagerTemplateAutomationRuleResponseType.hautomatedSecondChanceOfferRule
The information for the automated second chance offer rule associated with the template.
@property (nonatomic, retain) Trading_SellingManagerAutoSecondChanceOfferType *automatedSecondChanceOfferRuleDiscussion
The information for the automated second chance offer rule associated with the template.
type : class Trading_SellingManagerAutoSecondChanceOfferType
Declared In
Trading_GetSellingManagerTemplateAutomationRuleResponseType.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_GetSellingManagerTemplateAutomationRuleResponseType.h