ServicerAddress
Payitoff API: ServicerAddress
Schema
The ServicerAddress
schema provides a Servicer
's official address.
Schema Definition
Property | Type | Format | Description |
---|---|---|---|
|
| First line of street address. | |
|
| City name | |
|
| ISO country codes | The country in which a Servicer is located. Defaults to |
|
|
| Two-letter US state code. |
|
| Postal code. May be 5-digit format or 5 + 4 format. |
Example
{
"city": "North Enid",
"country": "US",
"region": "OK",
"street": "05700 Moises Mountains",
"postal_code": "92192"
}
Updated 5 months ago
Did this page help you?