Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_AddMemberMessageAAQToPartnerRequestType.h
Trading_AddMemberMessageAAQToPartnerRequestType.m

Overview

Enables a buyer and seller in an order relationship to
send messages to each other’s My Messages Inboxes.

@ingroup EBayAPIInterface

Tasks

  •   itemID

    The unique ID of the item about which the question was asked.

    property
  •   memberMessage

    Container for the message. Includes the message body, plus other values
    related to the message.

    property

Properties

itemID

The unique ID of the item about which the question was asked.

@property (nonatomic, retain) NSString *itemID

Discussion

The unique ID of the item about which the question was asked.

type : NSString, wrapper for primitive string

Declared In

Trading_AddMemberMessageAAQToPartnerRequestType.h

memberMessage

Container for the message. Includes the message body, plus other values
related to the message.

@property (nonatomic, retain) Trading_MemberMessageType *memberMessage

Discussion

Container for the message. Includes the message body, plus other values
related to the message.

type : class Trading_MemberMessageType

Declared In

Trading_AddMemberMessageAAQToPartnerRequestType.h