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

Overview

Returns a Client Alerts token.

@ingroup EBayAPIInterface

Tasks

  •   clientAlertsAuthToken

    This token string is required for the Login call in the Client Alerts API.
    The Client Alerts GetUserAlerts call, which returns alerts about events
    associated with a specific user, requires Login.

    property
  •   hardExpirationTime

    A Client Alerts token expires after seven days.

    property

Properties

clientAlertsAuthToken

This token string is required for the Login call in the Client Alerts API.
The Client Alerts GetUserAlerts call, which returns alerts about events
associated with a specific user, requires Login.

@property (nonatomic, retain) NSString *clientAlertsAuthToken

Discussion

This token string is required for the Login call in the Client Alerts API.
The Client Alerts GetUserAlerts call, which returns alerts about events
associated with a specific user, requires Login.

type : NSString, wrapper for primitive string

Declared In

Trading_GetClientAlertsAuthTokenResponseType.h

hardExpirationTime

A Client Alerts token expires after seven days.

@property (nonatomic, retain) NSDate *hardExpirationTime

Discussion

A Client Alerts token expires after seven days.

type : NSDate, wrapper for primitive date

Declared In

Trading_GetClientAlertsAuthTokenResponseType.h