Shipment
Represents one shipment in an order (typically from e-receipt parsing).
Package: com.microblink.core
Declaration
class Shipment : Parcelable
Quick Reference
Properties
| Property | Description |
|---|---|
products() | Products included in this shipment |
status() | Shipment status string |
Properties
products()
fun products(): List<Product>
Products included in this shipment.
status()
fun status(): String
Shipment status string (e.g., "Delivered", "Shipped").