Trading_CharitySellerType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_CharitySellerType.h Trading_CharitySellerType.m |
Overview
Contains information about one seller with a eBay Giving Works provider
charity seller account.
@ingroup EBayAPIInterface
Tasks
-
charitySellerStatus
Indicates the status of the seller’s charity seller account.
property -
charityAffiliation
Indicates the affiliation status for nonprofit charity organizations registered with the dedicated eBay Giving Works provider.
property -
termsAndConditionsAccepted
Indicates if the seller has accepted eBay GivingWorks Terms and Conditions.
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_CharitySellerType.h
charityAffiliation
Indicates the affiliation status for nonprofit charity organizations registered with the dedicated eBay Giving Works provider.
@property (nonatomic, retain) NSMutableArray *charityAffiliation
Discussion
Indicates the affiliation status for nonprofit charity organizations registered with the dedicated eBay Giving Works provider.
entry type : class Trading_CharityAffiliationType
Declared In
Trading_CharitySellerType.h
charitySellerStatus
Indicates the status of the seller’s charity seller account.
@property (nonatomic, retain) NSString *charitySellerStatus
Discussion
Indicates the status of the seller’s charity seller account.
type: string constant in Trading_CharitySellerStatusCodeType.h
Declared In
Trading_CharitySellerType.h
termsAndConditionsAccepted
Indicates if the seller has accepted eBay GivingWorks Terms and Conditions.
@property (nonatomic, retain) NSNumber *termsAndConditionsAccepted
Discussion
Indicates if the seller has accepted eBay GivingWorks Terms and Conditions.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_CharitySellerType.h