Trading_PromotionalSaleType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_PromotionalSaleType.h Trading_PromotionalSaleType.m |
Tasks
-
promotionalSaleIDUnique 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. -
promotionalSaleNameName of a promotional sale for items.
property -
promotionalSaleItemIDArrayItems covered by a promotional sale.
property -
statusStatus of a promotional sale for items.
property -
discountTypeType of a promotional sale discount for items (for example, percentage).
property
Applies to price discount sales only. -
discountValueValue 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. -
promotionalSaleStartTimeStart 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). -
promotionalSaleEndTimeEnd 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. -
promotionalSaleTypeType of promotional sale: price discount, free shipping, or both.
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_PromotionalSaleType.hdiscountType
Type of a promotional sale discount for items (for example, percentage).
Applies to price discount sales only.
@property (nonatomic, retain) NSString *discountTypeDiscussion
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.hdiscountValue
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 *discountValueDiscussion
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.hpromotionalSaleEndTime
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 *promotionalSaleEndTimeDiscussion
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.hpromotionalSaleID
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 *promotionalSaleIDDiscussion
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.hpromotionalSaleItemIDArray
Items covered by a promotional sale.
@property (nonatomic, retain) Trading_ItemIDArrayType *promotionalSaleItemIDArrayDeclared In
Trading_PromotionalSaleType.hpromotionalSaleName
Name of a promotional sale for items.
@property (nonatomic, retain) NSString *promotionalSaleNameDiscussion
Name of a promotional sale for items.
type : NSString, wrapper for primitive string
Declared In
Trading_PromotionalSaleType.hpromotionalSaleStartTime
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 *promotionalSaleStartTimeDiscussion
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.hpromotionalSaleType
Type of promotional sale: price discount, free shipping, or both.
@property (nonatomic, retain) NSString *promotionalSaleTypeDiscussion
Type of promotional sale: price discount, free shipping, or both.
type: string constant in Trading_PromotionalSaleTypeCodeType.h
Declared In
Trading_PromotionalSaleType.h