Fulfillment

data class Fulfillment(    val id: String? = null,     val type: String? = null,     val state: FulfillmentState? = null,     val refersTo: List<String> = emptyList(),     val links: Map<String, Href>? = null)

Constructors

Link copied to clipboard
constructor(    id: String? = null,     type: String? = null,     state: FulfillmentState? = null,     refersTo: List<String> = emptyList(),     links: Map<String, Href>? = null)

Properties

Link copied to clipboard
val id: String? = null
Link copied to clipboard
val links: Map<String, Href>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: FulfillmentState? = null
Link copied to clipboard
val type: String? = null