Skip to content

Commit 07c88b4

Browse files
Merge pull request #64 from Bandwidth/SWI-2733
SWI-2733 Fixed ListingType typo in DldaTnGroup
2 parents 3b48d86 + 2da0f0c commit 07c88b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/bandwidth/iris/sdk/model/DldaTnGroup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class DldaTnGroup {
1414
@XmlElement(name = "AccountType")
1515
private String accountType;
1616

17-
@XmlElement(name = "ListedType")
17+
@XmlElement(name = "ListingType")
1818
private String listingType;
1919

2020
@XmlElement(name = "ListingName")

0 commit comments

Comments
 (0)