kittycad.api.payments.list_payment_methods_for_org
Functions
|
This endpoint requires authentication by an org admin. |
|
|
|
This endpoint requires authentication by an org admin. |
|
- kittycad.api.payments.list_payment_methods_for_org._parse_response(*, response)[source][source]
- Return type:
Union
[List
[PaymentMethod
],Error
,None
]
- async kittycad.api.payments.list_payment_methods_for_org.asyncio(*, client)[source][source]
This endpoint requires authentication by an org admin. It lists payment methods for the authenticated user’s org.
- Return type:
Union
[List
[PaymentMethod
],Error
,None
]
- async kittycad.api.payments.list_payment_methods_for_org.asyncio_detailed(*, client)[source][source]