accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setBillingId($billingId) { $this->billingId = $billingId; } public function getBillingId() { return $this->billingId; } public function setBudgetAmount($budgetAmount) { $this->budgetAmount = $budgetAmount; } public function getBudgetAmount() { return $this->budgetAmount; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }