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

Overview

Acknowledgement that includes SKU, as well as the date and time the auction was
ended due to the call to EndFixedPriceItem.

@ingroup EBayAPIInterface

Tasks

  •   endTime

    Timestamp that indicates the date and time (GMT) that the specified item listing
    was ended.

    property
  •   sku

    If a SKU (stock-keeping unit) exists for the item listing, it is returned in
    the response.

    property

Properties

endTime

Timestamp that indicates the date and time (GMT) that the specified item listing
was ended.

@property (nonatomic, retain) NSDate *endTime

Discussion

Timestamp that indicates the date and time (GMT) that the specified item listing
was ended.

type : NSDate, wrapper for primitive date

Declared In

Trading_EndFixedPriceItemResponseType.h

sku

If a SKU (stock-keeping unit) exists for the item listing, it is returned in
the response.

@property (nonatomic, retain) NSString *sku

Discussion

If a SKU (stock-keeping unit) exists for the item listing, it is returned in
the response.

type : NSString, wrapper for primitive string

Declared In

Trading_EndFixedPriceItemResponseType.h