kittycad.models.payment_intent.PaymentIntent
- class kittycad.models.payment_intent.PaymentIntent(client_secret=<kittycad.types.Unset object>)[source][source]
Bases:
object
A payment intent response.
Method generated by attrs for class PaymentIntent.
- __init__(client_secret=<kittycad.types.Unset object>)[source]
Method generated by attrs for class PaymentIntent.
Methods
__init__
([client_secret])Method generated by attrs for class PaymentIntent.
from_dict
(src_dict)- rtype:
TypeVar
(L
, bound= PaymentIntent)
to_dict
()Attributes
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'client_secret': typing.Union[kittycad.types.Unset, str]}[source]
- __attrs_attrs__ = (Attribute(name='client_secret', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, str], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='client_secret'), Attribute(name='additional_properties', default=Factory(factory=<class 'dict'>, takes_self=False), validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=False, metadata=mappingproxy({}), type=typing.Dict[str, typing.Any], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='additional_properties'))[source]
- __dict__ = mappingproxy({'__module__': 'kittycad.models.payment_intent', '__annotations__': {'client_secret': typing.Union[kittycad.types.Unset, str], 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'A payment intent response.', 'to_dict': <function PaymentIntent.to_dict>, 'from_dict': <classmethod(<function PaymentIntent.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function PaymentIntent.__getitem__>, '__setitem__': <function PaymentIntent.__setitem__>, '__delitem__': <function PaymentIntent.__delitem__>, '__contains__': <function PaymentIntent.__contains__>, '__dict__': <attribute '__dict__' of 'PaymentIntent' objects>, '__weakref__': <attribute '__weakref__' of 'PaymentIntent' objects>, '__attrs_attrs__': (Attribute(name='client_secret', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, str], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='client_secret'), Attribute(name='additional_properties', default=Factory(factory=<class 'dict'>, takes_self=False), validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=False, metadata=mappingproxy({}), type=typing.Dict[str, typing.Any], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='additional_properties')), '__repr__': <function PaymentIntent.__repr__>, '__eq__': <function PaymentIntent.__eq__>, '__ne__': <function PaymentIntent.__ne__>, '__lt__': <function PaymentIntent.__lt__>, '__le__': <function PaymentIntent.__le__>, '__gt__': <function PaymentIntent.__gt__>, '__ge__': <function PaymentIntent.__ge__>, '__hash__': None, '__init__': <function PaymentIntent.__init__>, '__match_args__': ('client_secret',)})[source]