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

Overview

Returned after calling GetDescriptionTemplatesRequest.

@ingroup EBayAPIInterface

Tasks

  •   descriptionTemplate

    The information for one Theme or one Layout. There
    can be multiple DescriptionTemplates.

    property
  •   layoutTotal

    The number of Layout templates returned (that is, the
    number of DescriptionTemplates for which Type is “Layout”).

    property
  •   obsoleteLayoutID

    The ID of a returned layout that is obsolete. There can be zero or more IDs.

    property
  •   obsoleteThemeID

    The ID of a returned theme that is obsolete. There can be zero or more IDs.

    property
  •   themeGroup

    Data for one theme group. There can be multiple
    ThemeGroups in the response.

    property
  •   themeTotal

    The number of Theme templates returned (that is, the number
    of DescriptionTemplates for which Type is “Theme”).

    property

Properties

descriptionTemplate

The information for one Theme or one Layout. There
can be multiple DescriptionTemplates.

@property (nonatomic, retain) NSMutableArray *descriptionTemplate

Discussion

The information for one Theme or one Layout. There
can be multiple DescriptionTemplates.

entry type : class Trading_DescriptionTemplateType

Declared In

Trading_GetDescriptionTemplatesResponseType.h

layoutTotal

The number of Layout templates returned (that is, the
number of DescriptionTemplates for which Type is “Layout”).

@property (nonatomic, retain) NSNumber *layoutTotal

Discussion

The number of Layout templates returned (that is, the
number of DescriptionTemplates for which Type is “Layout”).

type : NSNumber, wrapper for primitive int

Declared In

Trading_GetDescriptionTemplatesResponseType.h

obsoleteLayoutID

The ID of a returned layout that is obsolete. There can be zero or more IDs.

@property (nonatomic, retain) NSMutableArray *obsoleteLayoutID

Discussion

The ID of a returned layout that is obsolete. There can be zero or more IDs.

entry type : NSNumber, wrapper for primitive int

Declared In

Trading_GetDescriptionTemplatesResponseType.h

obsoleteThemeID

The ID of a returned theme that is obsolete. There can be zero or more IDs.

@property (nonatomic, retain) NSMutableArray *obsoleteThemeID

Discussion

The ID of a returned theme that is obsolete. There can be zero or more IDs.

entry type : NSNumber, wrapper for primitive int

Declared In

Trading_GetDescriptionTemplatesResponseType.h

themeGroup

Data for one theme group. There can be multiple
ThemeGroups in the response.

@property (nonatomic, retain) NSMutableArray *themeGroup

Discussion

Data for one theme group. There can be multiple
ThemeGroups in the response.

entry type : class Trading_ThemeGroupType

Declared In

Trading_GetDescriptionTemplatesResponseType.h

themeTotal

The number of Theme templates returned (that is, the number
of DescriptionTemplates for which Type is “Theme”).

@property (nonatomic, retain) NSNumber *themeTotal

Discussion

The number of Theme templates returned (that is, the number
of DescriptionTemplates for which Type is “Theme”).

type : NSNumber, wrapper for primitive int

Declared In

Trading_GetDescriptionTemplatesResponseType.h