Servicer
Payitoff API: Servicer
Schema
Schema Definition
Property | Type | Format | Description |
---|---|---|---|
address | object | ServicerAddress | Servicer's address. |
name | string | Servicer's name. |
Example
{
"address": {
"city": "Madison",
"country": "US",
"postal_code": "53707-7860",
"region": "WI",
"street": "PO Box 7860"
},
"name": "Great Lakes"
}
Updated almost 3 years ago