ForwardShippingDetailsResponse

data class ForwardShippingDetailsResponse(val carrierDisplayName: String, val carrierName: String, val trackingId: String, val trackingUrl: String)

Forward shipment details.

Constructors

Link copied to clipboard
constructor(carrierDisplayName: String, carrierName: String, trackingId: String, trackingUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Carrier Name for display purpose. Not to be used for any processing.

Link copied to clipboard

Name of the carrier.

Link copied to clipboard

TrackingId of the package.

Link copied to clipboard

TrackingUrl of the package.