kittycad.models.billing_info.BillingInfo

class kittycad.models.billing_info.BillingInfo(address=<kittycad.types.Unset object>, name=<kittycad.types.Unset object>, phone=<kittycad.types.Unset object>)[source][source]

Bases: object

The billing information for payments.

Method generated by attrs for class BillingInfo.

__init__(address=<kittycad.types.Unset object>, name=<kittycad.types.Unset object>, phone=<kittycad.types.Unset object>)[source]

Method generated by attrs for class BillingInfo.

Methods

__init__([address, name, phone])

Method generated by attrs for class BillingInfo.

from_dict(src_dict)

rtype:

TypeVar(BS, bound= BillingInfo)

to_dict()

rtype:

Dict[str, Any]

Attributes

additional_keys

address

name

phone

additional_properties

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

bool

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

None

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

Method generated by attrs for class BillingInfo.

__ge__(other)[source]

Method generated by attrs for class BillingInfo.

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

Any

__gt__(other)[source]

Method generated by attrs for class BillingInfo.

__hash__ = None[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.

__le__(other)[source]

Method generated by attrs for class BillingInfo.

__lt__(other)[source]

Method generated by attrs for class BillingInfo.

__match_args__ = ('address', 'name', 'phone')[source]
__module__ = 'kittycad.models.billing_info'[source]
__ne__(other)[source]

Method generated by attrs for class BillingInfo.

__repr__()[source]

Method generated by attrs for class BillingInfo.

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

None

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

TypeVar(BS, bound= BillingInfo)

name: Union[Unset, str][source]
phone: Union[Unset, str][source]
to_dict()[source][source]
Return type:

Dict[str, Any]