billingAccounts = $billingAccounts; } /** * @return Google_Service_Cloudbilling_BillingAccount */ public function getBillingAccounts() { return $this->billingAccounts; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }