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
-
automatedListingRule
The information for the automated listing rule associated with the template.
property -
automatedRelistingRule
The information for the automated relisting rule associated with the template.
property -
automatedSecondChanceOfferRule
The information for the automated second chance offer rule associated with the template.
property -
fees
Contains 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 *automatedListingRule
Discussion
The information for the automated listing rule associated with the template.
type : class Trading_SellingManagerAutoListType
Declared In
Trading_GetSellingManagerTemplateAutomationRuleResponseType.h
automatedRelistingRule
The information for the automated relisting rule associated with the template.
@property (nonatomic, retain) Trading_SellingManagerAutoRelistType *automatedRelistingRule
Discussion
The information for the automated relisting rule associated with the template.
type : class Trading_SellingManagerAutoRelistType
Declared In
Trading_GetSellingManagerTemplateAutomationRuleResponseType.h
automatedSecondChanceOfferRule
The information for the automated second chance offer rule associated with the template.
@property (nonatomic, retain) Trading_SellingManagerAutoSecondChanceOfferType *automatedSecondChanceOfferRule
Discussion
The information for the automated second chance offer rule associated with the template.
type : class Trading_SellingManagerAutoSecondChanceOfferType
Declared In
Trading_GetSellingManagerTemplateAutomationRuleResponseType.h
fees
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 *fees
Discussion
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