The company object represents a company of Peach which uses some of Peach's applications.
It contains metadata about the company and configuration settings for how the applications should function.
The payment method
The last four digits of the payment method
{ "company": { "createdAt": "2019-08-24T14:15:22Z", "deletedAt": "2019-08-24T14:15:22Z", "id": "string", "updatedAt": "2019-08-24T14:15:22Z", "agentAuthType": "basic", "agentAuthValueType": "email", "appDomains": [ … ], "bankruptcyPolicy": true, "bankruptcyServiceId": 0, "borrowerAuthType": "basic", "borrowerAuthValueType": "email", "brandName": "string", "config": { … }, "deceasedPolicy": true, "deceasedServiceId": 0, "domainName": "string", "femaPolicy": true, "femaServiceId": 0, "legalName": "string", "name": "string", "object": "company", "ofacServiceId": 0, "rndServiceId": 0, "scraServiceId": 0, "shortDomainName": "string", "slug": "string", "status": "active", "timezone": "string", "tokenizationKeyId": 0, "type": "string" }, "companyName": "string", "investorContactName": "string", "paymentMethod": "bankAccount", "paymentMethodLastFour": "string", "person": { "createdAt": "2019-08-24T14:15:22Z", "deletedAt": "2019-08-24T14:15:22Z", "id": "string", "updatedAt": "2019-08-24T14:15:22Z", "borrowerType": "person", "collectionsIntensity": "light", "commPreferences": { … }, "companyId": "string", "displayId": "string", "externalId": "string", "metaData": {}, "monitorStartDate": "2019-08-24", "status": "active", "statusUpdatedAt": "2019-08-24T14:15:22Z", "user": { … }, "dateOfBirth": "2019-08-24", "name": { … }, "object": "person", "identities": [ … ], "address": { … } } }