Skip to content

Commit c678668

Browse files
Update ServiceAddress.php
1 parent aa8d4f1 commit c678668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simpleModels/ServiceAddress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +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.
25+
// Note that UnparsedAddress is Read-Only. Additionally, UnparsedAddress cannot be used to automatically populate the ServiceAddress fields with the correct information.
2626
"UnparsedAddress" => array("type" => "string")
2727
);
2828

0 commit comments

Comments
 (0)