I am trying get google ads billing account details means I am trying to show how much the user owes Google for ads.
For this I am using BudgetOrderService of adword Api. My code is
$session = $this->makeAdwordSession($g_token, $account['id']);
$adWordsServices = new AdWordsServices();
$BudgetOrderService = $adWordsServices->get($session, BudgetOrderService::class);
$acconts = $BudgetOrderService->getBillingAccounts();It is not returning any error or any response.