kittycad.api.payments.create_payment_information_for_user

Functions

asyncio(body, *, client)

This includes billing address, phone, and name.

asyncio_detailed(body, *, client)

rtype:

Response[Union[Customer, Error, None]]

sync(body, *, client)

This includes billing address, phone, and name.

sync_detailed(body, *, client)

rtype:

Response[Union[Customer, Error, None]]

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

Response[Union[Customer, Error, None]]

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

Dict[str, Any]

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

Union[Customer, Error, None]

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

This includes billing address, phone, and name. This endpoint requires authentication by any KittyCAD user. It creates the payment information for the authenticated user.

Return type:

Union[Customer, Error, None]

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

Response[Union[Customer, Error, None]]

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

This includes billing address, phone, and name. This endpoint requires authentication by any KittyCAD user. It creates the payment information for the authenticated user.

Return type:

Union[Customer, Error, None]

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

Response[Union[Customer, Error, None]]