Skip to content

GetCharityDonations

Pawel Sawicz edited this page Jan 25, 2015 · 2 revisions

GetCharityDonations

C# Usage

PHP Usage

$response = $client->Charity->GetDonations(2357);

foreach ($response->donations as $key ) {
	echo $key->amount;
	echo "\n";
}