Class Account
Account interface for the iGivefirst Donation API Allows creating and
updating of account objects on a Donor
Methods summary
public
|
|
public
|
#
create( AccountInfo $account )
Create an account with the given information
Create an account with the given information
Throws
Params
AccountInfo $account Object containing the account information
Returns
Array a hash containing the guid of the newly created account
|
public
|
#
update( mixed $accountid, AccountInfo $account )
Update an existing account with the given information. You must provide all
account information.
Update an existing account with the given information. You must provide all
account information.
Throws
Params
string $accountid guid of the account to update
AccountInfo $account Object containing the account information
Returns
void
|
public
|
#
disable( mixed $accountid )
Disable an eixsting account
Disable an eixsting account
Throws
Params
string $accountid guid of the account to disable
|