kittycad.api.payments.update_payment_information_for_org

Functions

asyncio(body, *, client)

This includes billing address, phone, and name.

asyncio_detailed(body, *, client)

sync(body, *, client)

This includes billing address, phone, and name.

sync_detailed(body, *, client)

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

Response[Union[Customer, Error, None]]

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

Dict[str, Any]

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

Union[Customer, Error, None]

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

This includes billing address, phone, and name. This endpoint requires authentication by an org admin. It updates the payment information for the authenticated user’s org.

Return type:

Union[Customer, Error, None]

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

Response[Union[Customer, Error, None]]

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

This includes billing address, phone, and name. This endpoint requires authentication by an org admin. It updates the payment information for the authenticated user’s org.

Return type:

Union[Customer, Error, None]

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

Response[Union[Customer, Error, None]]