kittycad.models.payment_intent

Classes

PaymentIntent([client_secret])

A payment intent response.

class kittycad.models.payment_intent.PaymentIntent(client_secret=<kittycad.types.Unset object>)[source][source]

A payment intent response.

Method generated by attrs for class PaymentIntent.

__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]
__contains__(key)[source][source]
Return type:

bool

__delitem__(key)[source][source]
Return type:

None

__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]
__eq__(other)[source]

Method generated by attrs for class PaymentIntent.

__ge__(other)[source]

Method generated by attrs for class PaymentIntent.

__getitem__(key)[source][source]
Return type:

Any

__gt__(other)[source]

Method generated by attrs for class PaymentIntent.

__hash__ = None[source]
__init__(client_secret=<kittycad.types.Unset object>)[source]

Method generated by attrs for class PaymentIntent.

__le__(other)[source]

Method generated by attrs for class PaymentIntent.

__lt__(other)[source]

Method generated by attrs for class PaymentIntent.

__match_args__ = ('client_secret',)[source]
__module__ = 'kittycad.models.payment_intent'[source]
__ne__(other)[source]

Method generated by attrs for class PaymentIntent.

__repr__()[source]

Method generated by attrs for class PaymentIntent.

__setitem__(key, value)[source][source]
Return type:

None

property additional_keys: List[str][source]
additional_properties: Dict[str, Any][source]
client_secret: Union[Unset, str][source]
classmethod from_dict(src_dict)[source][source]
Return type:

TypeVar(WR, bound= PaymentIntent)

to_dict()[source][source]
Return type:

Dict[str, Any]