Trading_PromotionalSaleType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_PromotionalSaleType.h Trading_PromotionalSaleType.m |
Tasks
-
promotionalSaleID
Unique ID of a promotional sale (discount and/or free shipping) for items.
property
This field is an input field only for the SetPromotionalSale call
and only if you are not adding a new promotional sale. -
promotionalSaleName
Name of a promotional sale for items.
property -
promotionalSaleItemIDArray
Items covered by a promotional sale.
property -
status
Status of a promotional sale for items.
property -
discountType
Type of a promotional sale discount for items (for example, percentage).
property
Applies to price discount sales only. -
discountValue
Value of a promotional sale discount for items, a percentage discount
property
or a fixed amount reduction. Percentage discounts must be at least 5% and
cannot exceed 75% of the original listing price. Fixed amount discounts
will be in the currency of the original listing.
Applies to price discount sales only. -
promotionalSaleStartTime
Start date of a promotional sale for items. Promotional sales can start
property
immediately or be scheduled to start at a later date. Some sites require
items to have been listed for a specific duration before they can be added
to a promotional sale (for example, on the US site, items must have been
listed for a day before they can be added to a promotional sale). -
promotionalSaleEndTime
End date of a promotional sale discount for items. Maximum listing durations
property
vary by site from 14 days to 45 days. The minimum promotional sale duration is 1 day for most sites, but 3 days on some sites. -
promotionalSaleType
Type of promotional sale: price discount, free shipping, or both.
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_PromotionalSaleType.h
discountType
Type of a promotional sale discount for items (for example, percentage).
Applies to price discount sales only.
@property (nonatomic, retain) NSString *discountType
Discussion
Type of a promotional sale discount for items (for example, percentage).
Applies to price discount sales only.
type: string constant in Trading_DiscountCodeType.h
Declared In
Trading_PromotionalSaleType.h
discountValue
Value of a promotional sale discount for items, a percentage discount
or a fixed amount reduction. Percentage discounts must be at least 5% and
cannot exceed 75% of the original listing price. Fixed amount discounts
will be in the currency of the original listing.
Applies to price discount sales only.
@property (nonatomic, retain) NSNumber *discountValue
Discussion
Value of a promotional sale discount for items, a percentage discount
or a fixed amount reduction. Percentage discounts must be at least 5% and
cannot exceed 75% of the original listing price. Fixed amount discounts
will be in the currency of the original listing.
Applies to price discount sales only.
type : NSNumber, wrapper for primitive double
Declared In
Trading_PromotionalSaleType.h
promotionalSaleEndTime
End date of a promotional sale discount for items. Maximum listing durations
vary by site from 14 days to 45 days. The minimum promotional sale duration is 1 day for most sites, but 3 days on some sites.
@property (nonatomic, retain) NSDate *promotionalSaleEndTime
Discussion
End date of a promotional sale discount for items. Maximum listing durations
vary by site from 14 days to 45 days. The minimum promotional sale duration is 1 day for most sites, but 3 days on some sites.
type : NSDate, wrapper for primitive date
Declared In
Trading_PromotionalSaleType.h
promotionalSaleID
Unique ID of a promotional sale (discount and/or free shipping) for items.
This field is an input field only for the SetPromotionalSale call
and only if you are not adding a new promotional sale.
@property (nonatomic, retain) NSNumber *promotionalSaleID
Discussion
Unique ID of a promotional sale (discount and/or free shipping) for items.
This field is an input field only for the SetPromotionalSale call
and only if you are not adding a new promotional sale.
type : NSNumber, wrapper for primitive long
Declared In
Trading_PromotionalSaleType.h
promotionalSaleItemIDArray
Items covered by a promotional sale.
@property (nonatomic, retain) Trading_ItemIDArrayType *promotionalSaleItemIDArray
Declared In
Trading_PromotionalSaleType.h
promotionalSaleName
Name of a promotional sale for items.
@property (nonatomic, retain) NSString *promotionalSaleName
Discussion
Name of a promotional sale for items.
type : NSString, wrapper for primitive string
Declared In
Trading_PromotionalSaleType.h
promotionalSaleStartTime
Start date of a promotional sale for items. Promotional sales can start
immediately or be scheduled to start at a later date. Some sites require
items to have been listed for a specific duration before they can be added
to a promotional sale (for example, on the US site, items must have been
listed for a day before they can be added to a promotional sale).
@property (nonatomic, retain) NSDate *promotionalSaleStartTime
Discussion
Start date of a promotional sale for items. Promotional sales can start
immediately or be scheduled to start at a later date. Some sites require
items to have been listed for a specific duration before they can be added
to a promotional sale (for example, on the US site, items must have been
listed for a day before they can be added to a promotional sale).
type : NSDate, wrapper for primitive date
Declared In
Trading_PromotionalSaleType.h
promotionalSaleType
Type of promotional sale: price discount, free shipping, or both.
@property (nonatomic, retain) NSString *promotionalSaleType
Discussion
Type of promotional sale: price discount, free shipping, or both.
type: string constant in Trading_PromotionalSaleTypeCodeType.h
Declared In
Trading_PromotionalSaleType.h