CustomerInfo
The CustomerInfo object includes the contact data that we have obtained for the customer of this lead. For leads that never received an offer, we likely will not have any of their contact data, so it is possible for all fields to be null in some responses.
Definition
Section titled “Definition”type CustomerInfo { email: String fullName: String phoneNumber: String}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
email | String | The customer’s email. This email would have been given to us when we ask the customer where we should send them their offer. |
fullName | String | The customer’s full name. |
phoneNumber | String | The customer’s phone number. |