You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/UsVerificationsWritable.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
| Name | Type | Description | Notes |
6
6
| ---- | ---- | ----------- | ----- |
7
-
|**address**|**String**| The entire address in one string (e.g., \"210 King Street 94107\"). _Does not support a recipient and will error when other payload parameters are provided._|[optional]|
7
+
|**address**|**String**| The entire address in one string (e.g., \"2261 Market Street 94114\"). _Does not support a recipient and will error when other payload parameters are provided._|[optional]|
8
8
|**recipient**|**String**| The intended recipient, typically a person's or firm's name. |[optional]|
9
9
|**primary_line**|**String**| The primary delivery line (usually the street address) of the address. Combination of the following applicable `components`: * `primary_number` * `street_predirection` * `street_name` * `street_suffix` * `street_postdirection` * `secondary_designator` * `secondary_number` * `pmb_designator` * `pmb_number`|[optional]|
10
10
|**secondary_line**|**String**| The secondary delivery line of the address. This field is typically empty but may contain information if `primary_line` is too long. |[optional]|
Copy file name to clipboardExpand all lines: lib/openapi_client/models/us_verifications_writable.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
16
16
moduleLob
17
17
classUsVerificationsWritable
18
-
# The entire address in one string (e.g., \"210 King Street 94107\"). _Does not support a recipient and will error when other payload parameters are provided._
18
+
# The entire address in one string (e.g., \"2261 Market Street 94114\"). _Does not support a recipient and will error when other payload parameters are provided._
19
19
attr_accessor:address
20
20
21
21
# The intended recipient, typically a person's or firm's name.
0 commit comments