Class CharityType


class CharityType
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. CallName: GetSingleItem CallName: GetMultipleItems Returned: Conditionally Details: IncludeSelector: Details

Defined in com/ebay/shoppingservice/CharityType.js

Property Summary
String charityID
A unique identification number assigned by eBay to registered nonprofit charity organizations.
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.
String charityName
The name of the benefiting nonprofit charity organization selected by the charity seller.
A unique identification number assigned to a nonprofit charity organization by the dedicated provider of eBay Giving Works.
The percentage of the purchase price that the seller chooses to donate to the selected nonprofit organization.
String logoURL
The URL of the nonprofit charity organization.
String mission
The stated mission of the nonprofit charity organization.
The status of the nonprofit charity organization.

Constructor Summary
CharityType(Object props)

Property Details

property String charityID

A unique identification number assigned by eBay to registered nonprofit charity organizations.


property Boolean charityListing

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 String charityName

The name of the benefiting nonprofit charity organization selected by the charity seller.


property Number charityNumber

A unique identification number assigned to a nonprofit charity organization by the dedicated provider of eBay Giving Works. Being superseded by CharityID. Max 10 digits.


property Number donationPercent

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 String logoURL

The URL of the nonprofit charity organization. This URL is displayed in the Giving Works item listing.


property String mission

The stated mission of the nonprofit charity organization. This mission is displayed in the Giving Works item listing.


property CharityStatusCodeType status

The status of the nonprofit charity organization.


Constructor Details

constructor CharityType

CharityType(Object props)

Parameters:
props