Skip to content

RetrieveDonationDetails

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

RetrieveDonationDetails

C# Usage

PHP Usage

$response = $client->Donation->Retrieve(3300233);

echo $response->amount;
echo "\n";
echo $response->currencyCode;
echo "\n";