Inherits from NSObject
Conforms to PicoBindable
Declared in Shopping_AbstractRequestType.h
Shopping_AbstractRequestType.m

Overview

Base type definition of the request payload, which can carry any type
of payload content plus optional versioning information and detail level requirements.
All concrete request types are derived from the abstract request type.
The naming convention we use for the concrete type names is the name of the service
(the verb or call name) followed by “RequestType”: VerbNameRequestType

@ingroup ShoppingInterface

Tasks

  •   messageID

    If you pass a value in MessageID in a request,
    we’ll return the same value in CorrelationID in the response.
    If you’re making a lot of calls, you can use this for tracking that a
    response is returned for every request and to match
    particular responses to particular requests. (In this case, specify
    a different value for each request.) You can specify any value
    that is useful to you.

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Shopping_AbstractRequestType.h

messageID

If you pass a value in MessageID in a request,
we’ll return the same value in CorrelationID in the response.
If you’re making a lot of calls, you can use this for tracking that a
response is returned for every request and to match
particular responses to particular requests. (In this case, specify
a different value for each request.) You can specify any value
that is useful to you.

@property (nonatomic, retain) NSString *messageID

Discussion

If you pass a value in MessageID in a request,
we’ll return the same value in CorrelationID in the response.
If you’re making a lot of calls, you can use this for tracking that a
response is returned for every request and to match
particular responses to particular requests. (In this case, specify
a different value for each request.) You can specify any value
that is useful to you.

type : NSString, wrapper for primitive string

Declared In

Shopping_AbstractRequestType.h