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

Overview

If a seller has reduced the price of a listed item with the Promotional Price Display
feature, this type contains the original price of the discounted item and other
information.

@ingroup EBayAPIInterface

Tasks

  •   originalPrice

    Original price of an item whose price a seller has reduced with the Promotional Price
    Display feature.

    property
  •   startTime

    Start time of a discount for an item whose price a seller has reduced with the
    Promotional Price Display feature.

    property
  •   endTime

    End time of a discount for an item whose price a seller has reduced with the
    Promotional Price Display feature.

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_PromotionalSaleDetailsType.h

endTime

End time of a discount for an item whose price a seller has reduced with the
Promotional Price Display feature.

@property (nonatomic, retain) NSDate *endTime

Discussion

End time of a discount for an item whose price a seller has reduced with the
Promotional Price Display feature.

type : NSDate, wrapper for primitive date

Declared In

Trading_PromotionalSaleDetailsType.h

originalPrice

Original price of an item whose price a seller has reduced with the Promotional Price
Display feature.

@property (nonatomic, retain) Trading_AmountType *originalPrice

Discussion

Original price of an item whose price a seller has reduced with the Promotional Price
Display feature.

type : class Trading_AmountType

Declared In

Trading_PromotionalSaleDetailsType.h

startTime

Start time of a discount for an item whose price a seller has reduced with the
Promotional Price Display feature.

@property (nonatomic, retain) NSDate *startTime

Discussion

Start time of a discount for an item whose price a seller has reduced with the
Promotional Price Display feature.

type : NSDate, wrapper for primitive date

Declared In

Trading_PromotionalSaleDetailsType.h