qcs_api_client.api.account.list_user_billing_invoice_lines#

Module Contents#

Functions#

sync(...)

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

sync_from_dict(...)

asyncio(...)

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

asyncio_from_dict(...)

qcs_api_client.api.account.list_user_billing_invoice_lines.sync(user_id: 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 user account’s invoice.

Parameters
  • user_id (str) –

  • billing_invoice_id (str) –

Returns

Response[ListAccountBillingInvoiceLinesResponse]

qcs_api_client.api.account.list_user_billing_invoice_lines.sync_from_dict(user_id: 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_user_billing_invoice_lines.asyncio(user_id: 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 user account’s invoice.

Parameters
  • user_id (str) –

  • billing_invoice_id (str) –

Returns

Response[ListAccountBillingInvoiceLinesResponse]

async qcs_api_client.api.account.list_user_billing_invoice_lines.asyncio_from_dict(user_id: 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]#