toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk
/
Product
/
Code
Code
open
class
Code
:
Serializable
Data class representing information required for scanning
Members
Constructors
Code
Link copied to clipboard
constructor
(
lookupCode
:
String
,
transmissionCode
:
String
,
template
:
String
,
transmissionTemplate
:
String
,
encodingUnit
:
Unit
,
isPrimary
:
Boolean
,
specifiedQuantity
:
Int
)
Properties
encoding
Unit
Link copied to clipboard
val
encodingUnit
:
Unit
is
Primary
Link copied to clipboard
val
isPrimary
:
Boolean
lookup
Code
Link copied to clipboard
val
lookupCode
:
String
specified
Quantity
Link copied to clipboard
val
specifiedQuantity
:
Int
template
Link copied to clipboard
val
template
:
String
transmission
Code
Link copied to clipboard
val
transmissionCode
:
String
transmission
Template
Link copied to clipboard
val
transmissionTemplate
:
String
Functions
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String