budosystems.models.contact.PhoneNumber

class PhoneNumber

Bases: Contact

Identifies this object as a phone number.

Parameters:
  • is_fax – Whether this phone number is for a fax-machine.

  • can_text – Whether this phone number can receive text messages.

is_fax: bool
can_text: bool
__init__(*, label: str, value: str, is_fax: bool, can_text: bool) None

Method generated by attrs for class PhoneNumber.