Trading_NonProfitSocialAddressType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_NonProfitSocialAddressType.h Trading_NonProfitSocialAddressType.m |
Overview
Type defining the NonProfitSocialAddress container, which identifies the
nonprofit organization’s social networking site account ID. A NonProfitSocialAddress
container will exist for each social networking site that the charity organization is
asssociated with.
@ingroup EBayAPIInterface
Tasks
-
socialAddressType
Enumeration value that indicates the social networking site that the nonprofit charity
property
organization is associated with. This is a required field for each social networking
account associated with the nonprofit organzation. -
socialAddressId
The account ID/handle associated with the nonprofit charity organization’s social
property
networking site. This is a required field for each social networking account associated
with the nonprofit organzation.
Properties
socialAddressId
The account ID/handle associated with the nonprofit charity organization’s social
networking site. This is a required field for each social networking account associated
with the nonprofit organzation.
@property (nonatomic, retain) NSString *socialAddressId
Discussion
The account ID/handle associated with the nonprofit charity organization’s social
networking site. This is a required field for each social networking account associated
with the nonprofit organzation.
type : NSString, wrapper for primitive string
Declared In
Trading_NonProfitSocialAddressType.h
socialAddressType
Enumeration value that indicates the social networking site that the nonprofit charity
organization is associated with. This is a required field for each social networking
account associated with the nonprofit organzation.
@property (nonatomic, retain) NSString *socialAddressType
Discussion
Enumeration value that indicates the social networking site that the nonprofit charity
organization is associated with. This is a required field for each social networking
account associated with the nonprofit organzation.
type: string constant in Trading_SocialAddressTypeCodeType.h
Declared In
Trading_NonProfitSocialAddressType.h