CustomerContact
Customer contact info attached to a seller input / offer request. All fields are nullable because the customer may not have completed contact details yet (offer request still in EVALUATING_REQUEST), or may have opted out of providing one of the channels.
Definition
Section titled “Definition”type CustomerContact { fullName: String email: String phoneNumber: String}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
fullName | String | — |
email | String | — |
phoneNumber | String | — |