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

Overview

User data related to notifications. Note that SMS is currently reserved for future use.

@ingroup EBayAPIInterface

Tasks

  •   smsPhone

    The wireless phone number to be used for receiving SMS messages.
    Max length of phone number varies by country.

    property
  •   userStatus

    Registered/Unregistered/Pending.

    property
  •   carrierID

    The wireless carrier ID.

    property
  •   errorCode

    Reason for SMS subscription error (postback from thired-party integrator).

    property
  •   itemToUnsubscribe

    ID of item to unsubscribe from SMS notification.

    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

Trading_SMSSubscriptionType.h

carrierID

The wireless carrier ID.

@property (nonatomic, retain) NSString *carrierID

Discussion

The wireless carrier ID.

type: string constant in Trading_WirelessCarrierIDCodeType.h

Declared In

Trading_SMSSubscriptionType.h

errorCode

Reason for SMS subscription error (postback from thired-party integrator).

@property (nonatomic, retain) NSString *errorCode

Discussion

Reason for SMS subscription error (postback from thired-party integrator).

type: string constant in Trading_SMSSubscriptionErrorCodeCodeType.h

Declared In

Trading_SMSSubscriptionType.h

itemToUnsubscribe

ID of item to unsubscribe from SMS notification.

@property (nonatomic, retain) NSString *itemToUnsubscribe

Discussion

ID of item to unsubscribe from SMS notification.

type : NSString, wrapper for primitive string

Declared In

Trading_SMSSubscriptionType.h

smsPhone

The wireless phone number to be used for receiving SMS messages.
Max length of phone number varies by country.

@property (nonatomic, retain) NSString *smsPhone

Discussion

The wireless phone number to be used for receiving SMS messages.
Max length of phone number varies by country.

type : NSString, wrapper for primitive string

Declared In

Trading_SMSSubscriptionType.h

userStatus

Registered/Unregistered/Pending.

@property (nonatomic, retain) NSString *userStatus

Discussion

Registered/Unregistered/Pending.

type: string constant in Trading_SMSSubscriptionUserStatusCodeType.h

Declared In

Trading_SMSSubscriptionType.h