def paginated_invoices(account_id, offset = 0, limit = 100, audit = "NONE", options = {})
          get "#{KILLBILL_API_ACCOUNTS_PREFIX}/#{account_id}/invoices/pagination",
                   {
                    :offset => offset,
                    :limit => limit,