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

Overview

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

@ingroup EBayAPIInterface

Tasks

  •   automatedListingRule

    Contains the remaining automated listing rules associated with this template.

    property
  •   automatedRelistingRule

    Contains the remaining automated relisting rules associated with this template.

    property
  •   automatedSecondChanceOfferRule

    Contains the remaining automated second chance offer rule associated with this template.

    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 remaining automated listing rules associated with this template.

@property (nonatomic, retain) Trading_SellingManagerAutoListType *automatedListingRule

Discussion

Contains the remaining automated listing rules associated with this template.

type : class Trading_SellingManagerAutoListType

Declared In

Trading_DeleteSellingManagerTemplateAutomationRuleResponseType.h

automatedRelistingRule

Contains the remaining automated relisting rules associated with this template.

@property (nonatomic, retain) Trading_SellingManagerAutoRelistType *automatedRelistingRule

Discussion

Contains the remaining automated relisting rules associated with this template.

type : class Trading_SellingManagerAutoRelistType

Declared In

Trading_DeleteSellingManagerTemplateAutomationRuleResponseType.h

automatedSecondChanceOfferRule

Contains the remaining automated second chance offer rule associated with this template.

@property (nonatomic, retain) Trading_SellingManagerAutoSecondChanceOfferType *automatedSecondChanceOfferRule

Discussion

Contains the remaining automated second chance offer rule associated with this template.

type : class Trading_SellingManagerAutoSecondChanceOfferType

Declared In

Trading_DeleteSellingManagerTemplateAutomationRuleResponseType.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_DeleteSellingManagerTemplateAutomationRuleResponseType.h