OrderContact

data class OrderContact(val companyName: String, val emails: List<String>, val name: String, val phoneNumber: String)

Constructors

Link copied to clipboard
constructor(companyName: String, emails: List<String>, name: String, phoneNumber: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the company. Changing this forces a new Databox Edge Order to be created.

Link copied to clipboard

A list of email address to send order notification to. Changing this forces a new Databox Edge Order to be created.

Link copied to clipboard

The contact person name. Changing this forces a new Databox Edge Order to be created.

Link copied to clipboard

The phone number. Changing this forces a new Databox Edge Order to be created.