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
-
addressLine1
The street address of a nonprofit charity organization.
property -
addressLine2
The 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. -
city
The city in which a nonprofit charity organization is located.
property -
state
The state in which a nonprofit charity organization is located.
property -
zipCode
The zip code of a nonprofit charity organization.
property -
latitude
The 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. -
longitude
The 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. -
addressType
Enumeration 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 *addressLine1
Discussion
The street address of a nonprofit charity organization.
type : NSString, wrapper for primitive string
Declared In
Trading_NonProfitAddressType.h
addressLine2
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 *addressLine2
Discussion
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.h
addressType
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 *addressType
Discussion
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.h
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_NonProfitAddressType.h
city
The city in which a nonprofit charity organization is located.
@property (nonatomic, retain) NSString *city
Discussion
The city in which a nonprofit charity organization is located.
type : NSString, wrapper for primitive string
Declared In
Trading_NonProfitAddressType.h
latitude
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 *latitude
Discussion
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.h
longitude
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 *longitude
Discussion
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