Trading_SMSSubscriptionType Class Reference
| 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
-
smsPhoneThe wireless phone number to be used for receiving SMS messages.
property
Max length of phone number varies by country. -
userStatusRegistered/Unregistered/Pending.
property -
carrierIDThe wireless carrier ID.
property -
errorCodeReason for SMS subscription error (postback from thired-party integrator).
property -
itemToUnsubscribeID of item to unsubscribe from SMS notification.
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SMSSubscriptionType.hcarrierID
The wireless carrier ID.
@property (nonatomic, retain) NSString *carrierIDDiscussion
The wireless carrier ID.
type: string constant in Trading_WirelessCarrierIDCodeType.h
Declared In
Trading_SMSSubscriptionType.herrorCode
Reason for SMS subscription error (postback from thired-party integrator).
@property (nonatomic, retain) NSString *errorCodeDiscussion
Reason for SMS subscription error (postback from thired-party integrator).
type: string constant in Trading_SMSSubscriptionErrorCodeCodeType.h
Declared In
Trading_SMSSubscriptionType.hitemToUnsubscribe
ID of item to unsubscribe from SMS notification.
@property (nonatomic, retain) NSString *itemToUnsubscribeDiscussion
ID of item to unsubscribe from SMS notification.
type : NSString, wrapper for primitive string
Declared In
Trading_SMSSubscriptionType.hsmsPhone
The wireless phone number to be used for receiving SMS messages.
Max length of phone number varies by country.
@property (nonatomic, retain) NSString *smsPhoneDiscussion
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