Trading_SellingManagerAutoSecondChanceOfferType Class Reference
| 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
-
secondChanceOfferConditionThe condition under which a second chance offer should be sent.
property -
amountUsed when SecondChanceOfferCondition is equal to
property
BidsGreaterThanAmount or BidsGreaterThanCostPlusAmount. Specifies
the amount associated with the SecondChanceOfferCondition. -
profitPercentUsed when SecondChanceOfferCondition is equal
property
to BidsGreaterThanCostPlusPercentage to specify the amount of profit
associated with the SecondChanceOfferCondition. -
durationSpecifies the length of time the second chance offer listing will be active.
property
The recipient bidder has that much time to purchase the item or the offer expires. -
listingHoldInventoryLevelDo not list if inventory levels on the associated product
property
are at or below the specified amount. -
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 *amountDiscussion
Used when SecondChanceOfferCondition is equal to
BidsGreaterThanAmount or BidsGreaterThanCostPlusAmount. Specifies
the amount associated with the SecondChanceOfferCondition.
type : class Trading_AmountType
Declared In
Trading_SellingManagerAutoSecondChanceOfferType.hany
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SellingManagerAutoSecondChanceOfferType.hduration
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 *durationDiscussion
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.hlistingHoldInventoryLevel
Do not list if inventory levels on the associated product
are at or below the specified amount.
@property (nonatomic, retain) NSNumber *listingHoldInventoryLevelDiscussion
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.hprofitPercent
Used when SecondChanceOfferCondition is equal
to BidsGreaterThanCostPlusPercentage to specify the amount of profit
associated with the SecondChanceOfferCondition.
@property (nonatomic, retain) NSNumber *profitPercentDiscussion
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.hsecondChanceOfferCondition
The condition under which a second chance offer should be sent.
@property (nonatomic, retain) NSString *secondChanceOfferConditionDiscussion
The condition under which a second chance offer should be sent.
type: string constant in Trading_SellingManagerAutoSecondChanceOfferTypeCodeType.h
Declared In
Trading_SellingManagerAutoSecondChanceOfferType.h