kittycad.models.billing_info
Classes
|
The billing information for payments. |
- class kittycad.models.billing_info.BillingInfo(address=<kittycad.types.Unset object>, name=<kittycad.types.Unset object>, phone=<kittycad.types.Unset object>)[source][source]
The billing information for payments.
Method generated by attrs for class BillingInfo.
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'address': typing.Union[kittycad.types.Unset, kittycad.models.new_address.NewAddress], 'name': typing.Union[kittycad.types.Unset, str], 'phone': typing.Union[kittycad.types.Unset, str]}[source]
- __attrs_attrs__ = (Attribute(name='address', 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, kittycad.models.new_address.NewAddress], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='address'), Attribute(name='name', 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='name'), Attribute(name='phone', 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='phone'), 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.billing_info', '__annotations__': {'address': typing.Union[kittycad.types.Unset, kittycad.models.new_address.NewAddress], 'name': typing.Union[kittycad.types.Unset, str], 'phone': typing.Union[kittycad.types.Unset, str], 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'The billing information for payments.', 'to_dict': <function BillingInfo.to_dict>, 'from_dict': <classmethod(<function BillingInfo.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function BillingInfo.__getitem__>, '__setitem__': <function BillingInfo.__setitem__>, '__delitem__': <function BillingInfo.__delitem__>, '__contains__': <function BillingInfo.__contains__>, '__dict__': <attribute '__dict__' of 'BillingInfo' objects>, '__weakref__': <attribute '__weakref__' of 'BillingInfo' objects>, '__attrs_attrs__': (Attribute(name='address', 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, kittycad.models.new_address.NewAddress], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='address'), Attribute(name='name', 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='name'), Attribute(name='phone', 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='phone'), 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 BillingInfo.__repr__>, '__eq__': <function BillingInfo.__eq__>, '__ne__': <function BillingInfo.__ne__>, '__lt__': <function BillingInfo.__lt__>, '__le__': <function BillingInfo.__le__>, '__gt__': <function BillingInfo.__gt__>, '__ge__': <function BillingInfo.__ge__>, '__hash__': None, '__init__': <function BillingInfo.__init__>, '__match_args__': ('address', 'name', 'phone')})[source]
- __init__(address=<kittycad.types.Unset object>, name=<kittycad.types.Unset object>, phone=<kittycad.types.Unset object>)[source]
Method generated by attrs for class BillingInfo.
-
address:
Union
[Unset
,NewAddress
][source]