Trading_CharityType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_CharityType.h Trading_CharityType.m |
Overview
Identifies a Giving Works listing and benefiting nonprofit charity organization.
Currently supported through the US and eBay Motors sites only. The Ad Format and
Mature Audiences categories are not supported.
Not applicable for US eBay Motors, international, Real Estate, and Tickets.
@ingroup EBayAPIInterface
Tasks
-
charityNameThe name of the benefiting nonprofit charity organization selected by the
property
charity seller. -
charityNumberA unique identifier assigned to a nonprofit
property
charity organization by the dedicated provider of
eBay Giving Works. This value can contain up to 10 digits.
This value is superseded by CharityID. -
donationPercentThe percentage of the purchase price that the
property
seller chooses to donate to the selected nonprofit
organization. This percentage is displayed in the Giving
Works item listing. Possible values: 10.0 to 100.0.
Percentages must increment by 5.0. Minimum donation
percentages may be required for Giving Works listings, see
http://pages.ebay.com/help/sell/selling-nonprofit.html for
details. DonationPercent is required input when listing
Giving Works items. -
charityIDA unique identification number assigned by eBay to
property
registered nonprofit charity organizations. Required input
when listing Giving Works items. -
missionThe stated mission of the nonprofit charity
property
organization. This mission is displayed in the Giving Works
item listing. -
logoURLThe URL of the nonprofit charity organization. This
property
URL is displayed in the Giving Works item listing. -
statusThe status of the nonprofit charity organization.
property -
charityListingIf true, indicates that the seller has chosen to use
property
eBay Giving Works to donate a percentage of the item's
purchase price to a selected nonprofit organization. -
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_CharityType.hcharityID
A unique identification number assigned by eBay to
registered nonprofit charity organizations. Required input
when listing Giving Works items.
@property (nonatomic, retain) NSString *charityIDDiscussion
A unique identification number assigned by eBay to
registered nonprofit charity organizations. Required input
when listing Giving Works items.
type : NSString, wrapper for primitive string
Declared In
Trading_CharityType.hcharityListing
If true, indicates that the seller has chosen to use
eBay Giving Works to donate a percentage of the item's
purchase price to a selected nonprofit organization.
@property (nonatomic, retain) NSNumber *charityListingDiscussion
If true, indicates that the seller has chosen to use
eBay Giving Works to donate a percentage of the item's
purchase price to a selected nonprofit organization.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_CharityType.hcharityName
The name of the benefiting nonprofit charity organization selected by the
charity seller.
@property (nonatomic, retain) NSString *charityNameDiscussion
The name of the benefiting nonprofit charity organization selected by the
charity seller.
type : NSString, wrapper for primitive string
Declared In
Trading_CharityType.hcharityNumber
A unique identifier assigned to a nonprofit
charity organization by the dedicated provider of
eBay Giving Works. This value can contain up to 10 digits.
This value is superseded by CharityID.
@property (nonatomic, retain) NSNumber *charityNumberDiscussion
A unique identifier assigned to a nonprofit
charity organization by the dedicated provider of
eBay Giving Works. This value can contain up to 10 digits.
This value is superseded by CharityID.
type : NSNumber, wrapper for primitive int
Declared In
Trading_CharityType.hdonationPercent
The percentage of the purchase price that the
seller chooses to donate to the selected nonprofit
organization. This percentage is displayed in the Giving
Works item listing. Possible values: 10.0 to 100.0.
Percentages must increment by 5.0. Minimum donation
percentages may be required for Giving Works listings, see
http://pages.ebay.com/help/sell/selling-nonprofit.html for
details. DonationPercent is required input when listing
Giving Works items.
@property (nonatomic, retain) NSNumber *donationPercentDiscussion
The percentage of the purchase price that the
seller chooses to donate to the selected nonprofit
organization. This percentage is displayed in the Giving
Works item listing. Possible values: 10.0 to 100.0.
Percentages must increment by 5.0. Minimum donation
percentages may be required for Giving Works listings, see
http://pages.ebay.com/help/sell/selling-nonprofit.html for
details. DonationPercent is required input when listing
Giving Works items.
type : NSNumber, wrapper for primitive float
Declared In
Trading_CharityType.hlogoURL
The URL of the nonprofit charity organization. This
URL is displayed in the Giving Works item listing.
@property (nonatomic, retain) NSString *logoURLDiscussion
The URL of the nonprofit charity organization. This
URL is displayed in the Giving Works item listing.
type : NSString, wrapper for primitive string
Declared In
Trading_CharityType.hmission
The stated mission of the nonprofit charity
organization. This mission is displayed in the Giving Works
item listing.
@property (nonatomic, retain) NSString *missionDiscussion
The stated mission of the nonprofit charity
organization. This mission is displayed in the Giving Works
item listing.
type : NSString, wrapper for primitive string
Declared In
Trading_CharityType.h