Class DonorInfo
Holds information about a donor
Located at iGivefirst/Common.php
public
|
#
__construct( mixed $properties = array() )
Construct a DonorInfo object with a given set of properties Required properties are username, screenName |
public
|
|
public
|
|
public
|
public
mixed
|
$username | |
|
public
mixed
|
$screenName | |
|
public
mixed
|
$sharePersonalInfo | |
|
public
mixed
|
$firstName | |
|
public
mixed
|
$lastName | |
|
public
mixed
|
$billingAddress1 | |
|
public
mixed
|
$billingAddress2 | |
|
public
mixed
|
$city | |
|
public
mixed
|
$state | |
|
public
mixed
|
$zip | |
|
public
mixed
|
$country | |
|
public
mixed
|
$cellPhoneNumber | |
|
public
mixed
|
$homePhoneNumber | |
|
public
mixed
|
$workPhoneNumber | |