Skip to content

Commit d0761fc

Browse files
Merge pull request #94 from Bandwidth/DX-2970
DX-2970 Documenting UnparsedAddress as Read-Only
2 parents 0b6b5be + c678668 commit d0761fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/simpleModels/ServiceAddress.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class ServiceAddress {
2222
"AddressLine2" => array("type" => "string"),
2323
"PlusFour" => array("type" => "string"),
2424
"AddressType" => array("type" => "string"),
25+
// Note that UnparsedAddress is Read-Only. Additionally, UnparsedAddress cannot be used to automatically populate the ServiceAddress fields with the correct information.
2526
"UnparsedAddress" => array("type" => "string")
2627
);
2728

0 commit comments

Comments
 (0)