Skip to content

Commit

Permalink
Update tndetails.py to include messaging and location details
Browse files Browse the repository at this point in the history
Adding missing fields from current tnDetails response body
  • Loading branch information
SgastonBW authored Aug 29, 2024
1 parent 5221597 commit 38c3f2c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bandwidth_numbers/models/maps/tndetails.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,16 @@ class TndetailsMap(BaseMap):
tier = None
vendor_id = None
vendor_name = None
site_id = None
site_name = None
sip_peer_id = None
sip_peer_name = None
is_default_peer = None
service_types = []
sms_enabled = None
campaign_id = None
message_class = None
campaign_fully_provisioned = None
a2p_state = None
assigned_nn_route_id = None
assigned_nn_route_name = None

0 comments on commit 38c3f2c

Please sign in to comment.