Cumulocity API Services / com.softwareag.jc.cumulocity.services.models.extension / Supplier

Supplier

data class Supplier

Constructors

<init>

Supplier(o: JSONObject)
Supplier(id: String, name: String, networkType: String?, site: String?)

Properties

id

val id: String

name

val name: String

networkType

val networkType: String?

site

val site: String?