ServicerAddress
Payitoff API: ServicerAddress
Schema
The ServicerAddress
schema provides a Servicer
's official address.
Schema Definition
Property | Type | Format | Description |
---|---|---|---|
street | string | First line of street address. | |
city | string | City name | |
country | string | ISO country codes | The country in which a Servicer is located. Defaults to US . |
region | string | maxLength: 2 | Two-letter US state code. |
postal_code | string | 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 almost 3 years ago