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