Skip to content

Commit

Permalink
Merge pull request #94 from Bandwidth/DX-2970
Browse files Browse the repository at this point in the history
DX-2970 Documenting UnparsedAddress as Read-Only
  • Loading branch information
brianluisgomez authored Nov 21, 2022
2 parents 0b6b5be + c678668 commit d0761fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/simpleModels/ServiceAddress.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class ServiceAddress {
"AddressLine2" => array("type" => "string"),
"PlusFour" => array("type" => "string"),
"AddressType" => array("type" => "string"),
// Note that UnparsedAddress is Read-Only. Additionally, UnparsedAddress cannot be used to automatically populate the ServiceAddress fields with the correct information.
"UnparsedAddress" => array("type" => "string")
);

Expand Down

0 comments on commit d0761fc

Please sign in to comment.