Shipment

class Shipment

The Status and TrackingNumber information for an inbound or outbound shipment.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Status information for a shipment.

Link copied to clipboard

The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snow device as the carrier transports it.

Functions

Link copied to clipboard
inline fun copy(block: Shipment.Builder.() -> Unit = {}): Shipment
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String