qcs_api_client.api.account.list_group_billing_invoice_lines#

Module Contents#

Functions#

sync(...)

Retrieve billing invoice lines for a QCS group account's invoice.

sync_from_dict(...)

asyncio(...)

Retrieve billing invoice lines for a QCS group account's invoice.

asyncio_from_dict(...)

qcs_api_client.api.account.list_group_billing_invoice_lines.sync(group_name: str, billing_invoice_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_account_billing_invoice_lines_response.ListAccountBillingInvoiceLinesResponse]#

Retrieve billing invoice lines for a QCS group account’s invoice.

Parameters
  • group_name (str) –

  • billing_invoice_id (str) –

Returns

Response[ListAccountBillingInvoiceLinesResponse]

qcs_api_client.api.account.list_group_billing_invoice_lines.sync_from_dict(group_name: str, billing_invoice_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_account_billing_invoice_lines_response.ListAccountBillingInvoiceLinesResponse]#
async qcs_api_client.api.account.list_group_billing_invoice_lines.asyncio(group_name: str, billing_invoice_id: str, *, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_account_billing_invoice_lines_response.ListAccountBillingInvoiceLinesResponse]#

Retrieve billing invoice lines for a QCS group account’s invoice.

Parameters
  • group_name (str) –

  • billing_invoice_id (str) –

Returns

Response[ListAccountBillingInvoiceLinesResponse]

async qcs_api_client.api.account.list_group_billing_invoice_lines.asyncio_from_dict(group_name: str, billing_invoice_id: str, *, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_account_billing_invoice_lines_response.ListAccountBillingInvoiceLinesResponse]#