kittycad.api.payments.get_payment_balance_for_org

Functions

asyncio(*, client)

This endpoint requires authentication by an org admin.

asyncio_detailed(*, client)

sync(*, client)

This endpoint requires authentication by an org admin.

sync_detailed(*, client)

kittycad.api.payments.get_payment_balance_for_org._build_response(*, response)[source][source]
Return type:

Response[Union[CustomerBalance, Error, None]]

kittycad.api.payments.get_payment_balance_for_org._get_kwargs(*, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.payments.get_payment_balance_for_org._parse_response(*, response)[source][source]
Return type:

Union[CustomerBalance, Error, None]

async kittycad.api.payments.get_payment_balance_for_org.asyncio(*, client)[source][source]

This endpoint requires authentication by an org admin. It gets the balance information for the authenticated user’s org.

Return type:

Union[CustomerBalance, Error, None]

async kittycad.api.payments.get_payment_balance_for_org.asyncio_detailed(*, client)[source][source]
Return type:

Response[Union[CustomerBalance, Error, None]]

kittycad.api.payments.get_payment_balance_for_org.sync(*, client)[source][source]

This endpoint requires authentication by an org admin. It gets the balance information for the authenticated user’s org.

Return type:

Union[CustomerBalance, Error, None]

kittycad.api.payments.get_payment_balance_for_org.sync_detailed(*, client)[source][source]
Return type:

Response[Union[CustomerBalance, Error, None]]