Skip to content

Commit

Permalink
Update broadworks_entities copy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Prescott committed Nov 1, 2023
1 parent da90fbb commit 7cb23a1
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions odin_api/store/broadworks_entities copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,20 @@
class ServiceProvider:
"""_summary_
"""
def __init__(self, id, name, default_domain=None, support_email=None,
contact_name=None, contact_number=None, contact_email=None,
address_line_1=None, city=None, state_or_province=None,
zip_or_postcode=None, country=None, use_service_provider_language=False
def __init__(self,
id,
name,
default_domain=None,
support_email=None,
contact_name=None,
contact_number=None,
contact_email=None,
address_line_1=None,
city=None,
state_or_province=None,
zip_or_postcode=None,
country=None,
use_service_provider_language=False
):

self.id = id
Expand Down

0 comments on commit 7cb23a1

Please sign in to comment.