kittycad.api.payments.get_payment_information_for_org

Functions

asyncio(*, client)

This includes billing address, phone, and name.

asyncio_detailed(*, client)

sync(*, client)

This includes billing address, phone, and name.

sync_detailed(*, client)

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

Response[Union[Customer, Error, None]]

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

Dict[str, Any]

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

Union[Customer, Error, None]

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

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

Return type:

Union[Customer, Error, None]

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

Response[Union[Customer, Error, None]]

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

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

Return type:

Union[Customer, Error, None]

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

Response[Union[Customer, Error, None]]