ContactDetailsResponse

data class ContactDetailsResponse(val companyName: String, val contactPerson: String, val emailList: List<String>, val phone: String)

Contains all the contact details of the customer.

Constructors

Link copied to clipboard
constructor(companyName: String, contactPerson: String, emailList: List<String>, phone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the company.

Link copied to clipboard

The contact person name.

Link copied to clipboard

The email list.

Link copied to clipboard

The phone number.