toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk.checkout
/
Fulfillment
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
)
Members
Constructors
Fulfillment
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
type
:
String
?
=
null
,
state
:
FulfillmentState
?
=
null
,
refersTo
:
List
<
String
>
=
emptyList()
,
links
:
Map
<
String
,
Href
>
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
links
Link copied to clipboard
val
links
:
Map
<
String
,
Href
>
?
=
null
refers
To
Link copied to clipboard
val
refersTo
:
List
<
String
>
self
Link
Link copied to clipboard
val
selfLink
:
String
?
state
Link copied to clipboard
val
state
:
FulfillmentState
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null