Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_SellingManagerAutoSecondChanceOfferType.h
Trading_SellingManagerAutoSecondChanceOfferType.m

Overview

Defines the options available for an automated
second chance offer rule.

@ingroup EBayAPIInterface

Tasks

  •   secondChanceOfferCondition

    The condition under which a second chance offer should be sent.

    property
  •   amount

    Used when SecondChanceOfferCondition is equal to
    BidsGreaterThanAmount or BidsGreaterThanCostPlusAmount. Specifies
    the amount associated with the SecondChanceOfferCondition.

    property
  •   profitPercent

    Used when SecondChanceOfferCondition is equal
    to BidsGreaterThanCostPlusPercentage to specify the amount of profit
    associated with the SecondChanceOfferCondition.

    property
  •   duration

    Specifies the length of time the second chance offer listing will be active.
    The recipient bidder has that much time to purchase the item or the offer expires.

    property
  •   listingHoldInventoryLevel

    Do not list if inventory levels on the associated product
    are at or below the specified amount.

    property
  •   any

    (public property)

    property

Properties

amount

Used when SecondChanceOfferCondition is equal to
BidsGreaterThanAmount or BidsGreaterThanCostPlusAmount. Specifies
the amount associated with the SecondChanceOfferCondition.

@property (nonatomic, retain) Trading_AmountType *amount

Discussion

Used when SecondChanceOfferCondition is equal to
BidsGreaterThanAmount or BidsGreaterThanCostPlusAmount. Specifies
the amount associated with the SecondChanceOfferCondition.

type : class Trading_AmountType

Declared In

Trading_SellingManagerAutoSecondChanceOfferType.h

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_SellingManagerAutoSecondChanceOfferType.h

duration

Specifies the length of time the second chance offer listing will be active.
The recipient bidder has that much time to purchase the item or the offer expires.

@property (nonatomic, retain) NSString *duration

Discussion

Specifies the length of time the second chance offer listing will be active.
The recipient bidder has that much time to purchase the item or the offer expires.

type: string constant in Trading_SecondChanceOfferDurationCodeType.h

Declared In

Trading_SellingManagerAutoSecondChanceOfferType.h

listingHoldInventoryLevel

Do not list if inventory levels on the associated product
are at or below the specified amount.

@property (nonatomic, retain) NSNumber *listingHoldInventoryLevel

Discussion

Do not list if inventory levels on the associated product
are at or below the specified amount.

type : NSNumber, wrapper for primitive int

Declared In

Trading_SellingManagerAutoSecondChanceOfferType.h

profitPercent

Used when SecondChanceOfferCondition is equal
to BidsGreaterThanCostPlusPercentage to specify the amount of profit
associated with the SecondChanceOfferCondition.

@property (nonatomic, retain) NSNumber *profitPercent

Discussion

Used when SecondChanceOfferCondition is equal
to BidsGreaterThanCostPlusPercentage to specify the amount of profit
associated with the SecondChanceOfferCondition.

type : NSNumber, wrapper for primitive float

Declared In

Trading_SellingManagerAutoSecondChanceOfferType.h

secondChanceOfferCondition

The condition under which a second chance offer should be sent.

@property (nonatomic, retain) NSString *secondChanceOfferCondition

Discussion

The condition under which a second chance offer should be sent.

type: string constant in Trading_SellingManagerAutoSecondChanceOfferTypeCodeType.h

Declared In

Trading_SellingManagerAutoSecondChanceOfferType.h