amount = $amount; } /** * Amount being collected. * @return PayPal\Api\Amount */ public function getAmount() { return $this->amount; } }