kittycad.api.payments.validate_customer_tax_information_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.validate_customer_tax_information_for_org._build_response(*, response)[source][source]
Return type:

Response[Optional[Error]]

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

Dict[str, Any]

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

Optional[Error]

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

This endpoint requires authentication by an org admin. It will return an error if the org’s information is not valid for automatic tax. Otherwise, it will return an empty successful response.

Return type:

Optional[Error]

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

Response[Optional[Error]]

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

This endpoint requires authentication by an org admin. It will return an error if the org’s information is not valid for automatic tax. Otherwise, it will return an empty successful response.

Return type:

Optional[Error]

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

Response[Optional[Error]]