qcs_api_client.api.account.get_user_billing_customer#

Module Contents#

Functions#

sync(...)

Retrieve billing customer for a QCS user account.

sync_from_dict(...)

asyncio(...)

Retrieve billing customer for a QCS user account.

asyncio_from_dict(...)

qcs_api_client.api.account.get_user_billing_customer.sync(user_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.billing_customer.BillingCustomer]#

Retrieve billing customer for a QCS user account.

Parameters

user_id (str) –

Returns

Response[BillingCustomer]

qcs_api_client.api.account.get_user_billing_customer.sync_from_dict(user_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.billing_customer.BillingCustomer]#
async qcs_api_client.api.account.get_user_billing_customer.asyncio(user_id: str, *, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.billing_customer.BillingCustomer]#

Retrieve billing customer for a QCS user account.

Parameters

user_id (str) –

Returns

Response[BillingCustomer]

async qcs_api_client.api.account.get_user_billing_customer.asyncio_from_dict(user_id: str, *, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.billing_customer.BillingCustomer]#