kittycad.api.payments.update_payment_balance_for_any_org

Functions

asyncio(id, body, *, client)

This endpoint requires authentication by a Zoo employee.

asyncio_detailed(id, body, *, client)

sync(id, body, *, client)

This endpoint requires authentication by a Zoo employee.

sync_detailed(id, body, *, client)

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

Response[Union[CustomerBalance, Error, None]]

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

Dict[str, Any]

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

Union[CustomerBalance, Error, None]

async kittycad.api.payments.update_payment_balance_for_any_org.asyncio(id, body, *, client)[source][source]

This endpoint requires authentication by a Zoo employee. It updates the balance information for the specified org.

Return type:

Union[CustomerBalance, Error, None]

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

Response[Union[CustomerBalance, Error, None]]

kittycad.api.payments.update_payment_balance_for_any_org.sync(id, body, *, client)[source][source]

This endpoint requires authentication by a Zoo employee. It updates the balance information for the specified org.

Return type:

Union[CustomerBalance, Error, None]

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

Response[Union[CustomerBalance, Error, None]]