endpoints/Billing.ps1

function Get-AteraInvoices {
  return New-AteraGetRequest -Endpoint "/invoices"
}