Inherits from Trading_AbstractResponseType : NSObject
Declared in Trading_SetPromotionalSaleResponseType.h
Trading_SetPromotionalSaleResponseType.m

Overview

Contains the ID and status of a promotional sale.
The Promotional Price Display feature enables sellers
to apply discounts and/or free shipping across many listings.

@ingroup EBayAPIInterface

Tasks

Properties

promotionalSaleID

Contains the ID of a promotional sale.

@property (nonatomic, retain) NSNumber *promotionalSaleID

Discussion

Contains the ID of a promotional sale.

type : NSNumber, wrapper for primitive long

Declared In

Trading_SetPromotionalSaleResponseType.h

status

Contains the status of a promotional sale.

@property (nonatomic, retain) NSString *status

Discussion

Contains the status of a promotional sale.

type: string constant in Trading_PromotionalSaleStatusCodeType.h

Declared In

Trading_SetPromotionalSaleResponseType.h