Inherits from Trading_AbstractResponseType : NSObject
Declared in Trading_SetSellingManagerItemAutomationRuleResponseType.h
Trading_SetSellingManagerItemAutomationRuleResponseType.m

Overview

Contains the set of automation rules associated with the specified item.

@ingroup EBayAPIInterface

Tasks

  •   automatedListingRule

    Contains the automated listing rule associated with this item.

    property
  •   automatedRelistingRule

    Contains the automated relisting rule associated with this item.

    property
  •   automatedSecondChanceOfferRule

    Contains the automated second chance offer rule associated with this item.

    property
  •   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

Properties

automatedListingRule

Contains the automated listing rule associated with this item.

@property (nonatomic, retain) Trading_SellingManagerAutoListType *automatedListingRule

Discussion

Contains the automated listing rule associated with this item.

type : class Trading_SellingManagerAutoListType

Declared In

Trading_SetSellingManagerItemAutomationRuleResponseType.h

automatedRelistingRule

Contains the automated relisting rule associated with this item.

@property (nonatomic, retain) Trading_SellingManagerAutoRelistType *automatedRelistingRule

Discussion

Contains the automated relisting rule associated with this item.

type : class Trading_SellingManagerAutoRelistType

Declared In

Trading_SetSellingManagerItemAutomationRuleResponseType.h

automatedSecondChanceOfferRule

Contains the automated second chance offer rule associated with this item.

@property (nonatomic, retain) Trading_SellingManagerAutoSecondChanceOfferType *automatedSecondChanceOfferRule

Discussion

Contains the automated second chance offer rule associated with this item.

type : class Trading_SellingManagerAutoSecondChanceOfferType

Declared In

Trading_SetSellingManagerItemAutomationRuleResponseType.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_SetSellingManagerItemAutomationRuleResponseType.h