I have tried using JSON.stringify(customer), customer.toString(), String(customer), `${customer}`. Nothing I do gets me t
JSON.stringify(customer)
customer.toString()
String(customer)
`${customer}`