Skip to content

Commit

Permalink
Update src/main/java/com/bandwidth/iris/sdk/model/ImportTnCheckerPayl…
Browse files Browse the repository at this point in the history
…oad.java

Co-authored-by: Cameron Koegel <[email protected]>
  • Loading branch information
brianluisgomez and ckoegel authored Dec 6, 2022
1 parent 8c1ab03 commit 5c0522b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class ImportTnCheckerPayload extends BaseModel {
@XmlElement( name = "SiteId")
private int siteId;

@XmlElement( name = "SipPeer")
@XmlElement( name = "SipPeerId")
private int sipPeer;

@XmlElementWrapper(name = "TelephoneNumbers")
Expand Down

0 comments on commit 5c0522b

Please sign in to comment.