Trading_NonProfitAddressType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_NonProfitAddressType.h Trading_NonProfitAddressType.m |
Overview
Type defining the NonProfitAddress container, which consists of the
address (including latitude and longitude) of a nonprofit charity organization.
@ingroup EBayAPIInterface
Tasks
-
addressLine1The street address of a nonprofit charity organization.
property -
addressLine2The second line (if needed) of a nonprofit charity organization. This field is often
property
used for a suite number, floor number, or P.O. Box. -
cityThe city in which a nonprofit charity organization is located.
property -
stateThe state in which a nonprofit charity organization is located.
property -
zipCodeThe zip code of a nonprofit charity organization.
property -
latitudeThe latitude value of a nonprofit charity organization. Latitude and longitude
property
coordinates pinpoint the location of the organization relative to the earth, and are
useful for search purposes. The Latitude and Longitude
fields are only returned in GetCharities if set by the organization. -
longitudeThe longitude value of a nonprofit charity organization. Latitude and longitude
property
coordinates pinpoint the location of the organization relative to the earth, and are
useful for search purposes. The Latitude and Longitude
fields are only returned in GetCharities if set by the organization. -
addressTypeEnumeration value that indicates whether or not a nonprofit charity organization is
property
registered with eBay Giving Works. See the Certifying your
organization with MissionFish help topic for more information on registering with
MissionFish and the benefits that come with being a registered eBay Giving Works
organization. -
any(public property)
property
Properties
addressLine1
The street address of a nonprofit charity organization.
@property (nonatomic, retain) NSString *addressLine1Discussion
The street address of a nonprofit charity organization.
type : NSString, wrapper for primitive string
Declared In
Trading_NonProfitAddressType.haddressLine2
The second line (if needed) of a nonprofit charity organization. This field is often
used for a suite number, floor number, or P.O. Box.
@property (nonatomic, retain) NSString *addressLine2Discussion
The second line (if needed) of a nonprofit charity organization. This field is often
used for a suite number, floor number, or P.O. Box.
type : NSString, wrapper for primitive string
Declared In
Trading_NonProfitAddressType.haddressType
Enumeration value that indicates whether or not a nonprofit charity organization is
registered with eBay Giving Works. See the Certifying your
organization with MissionFish help topic for more information on registering with
MissionFish and the benefits that come with being a registered eBay Giving Works
organization.
@property (nonatomic, retain) NSString *addressTypeDiscussion
Enumeration value that indicates whether or not a nonprofit charity organization is
registered with eBay Giving Works. See the Certifying your
organization with MissionFish help topic for more information on registering with
MissionFish and the benefits that come with being a registered eBay Giving Works
organization.
type: string constant in Trading_AddressTypeCodeType.h
Declared In
Trading_NonProfitAddressType.hany
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_NonProfitAddressType.hcity
The city in which a nonprofit charity organization is located.
@property (nonatomic, retain) NSString *cityDiscussion
The city in which a nonprofit charity organization is located.
type : NSString, wrapper for primitive string
Declared In
Trading_NonProfitAddressType.hlatitude
The latitude value of a nonprofit charity organization. Latitude and longitude
coordinates pinpoint the location of the organization relative to the earth, and are
useful for search purposes. The Latitude and Longitude
fields are only returned in GetCharities if set by the organization.
@property (nonatomic, retain) NSNumber *latitudeDiscussion
The latitude value of a nonprofit charity organization. Latitude and longitude
coordinates pinpoint the location of the organization relative to the earth, and are
useful for search purposes. The Latitude and Longitude
fields are only returned in GetCharities if set by the organization.
type : NSNumber, wrapper for primitive double
Declared In
Trading_NonProfitAddressType.hlongitude
The longitude value of a nonprofit charity organization. Latitude and longitude
coordinates pinpoint the location of the organization relative to the earth, and are
useful for search purposes. The Latitude and Longitude
fields are only returned in GetCharities if set by the organization.
@property (nonatomic, retain) NSNumber *longitudeDiscussion
The longitude value of a nonprofit charity organization. Latitude and longitude
coordinates pinpoint the location of the organization relative to the earth, and are
useful for search purposes. The Latitude and Longitude
fields are only returned in GetCharities if set by the organization.
type : NSNumber, wrapper for primitive double
Declared In
Trading_NonProfitAddressType.h