BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-core
/
com.microblink.core
/
Shipment
Shipment
class
Shipment
:
Parcelable
Members
Constructors
Shipment
Link copied to clipboard
constructor
(
@
NonNull
builder
:
Shipment.Builder
)
Types
Builder
Link copied to clipboard
class
Builder
Properties
CONTENTS_
FILE_
DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
Shipment
>
PARCELABLE_
WRITE_
RETURN_
VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
new
Builder
Link copied to clipboard
@
NonNull
open
fun
newBuilder
(
)
:
Shipment.Builder
products
Link copied to clipboard
@
NonNull
open
fun
products
(
)
:
List
<
Product
>
status
Link copied to clipboard
@
NonNull
open
fun
status
(
)
:
String
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
@
NonNull
dest
:
Parcel
,
flags
:
Int
)