Skip to content

Commit aa8d4f1

Browse files
Update ServiceAddress.php
1 parent 4c3b128 commit aa8d4f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/simpleModels/ServiceAddress.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ class ServiceAddress {
2222
"AddressLine2" => array("type" => "string"),
2323
"PlusFour" => array("type" => "string"),
2424
"AddressType" => array("type" => "string"),
25-
"UnparsedAddress" => array("type" => "string") // Note that UnparsedAddress is Read-Only!
25+
// Note that UnparsedAddress is Read-Only.
26+
"UnparsedAddress" => array("type" => "string")
2627
);
2728

2829
public function __construct($data) {

0 commit comments

Comments
 (0)