ReverseShippingDetailsResponse

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

Reverse shipment details.

Constructors

Link copied to clipboard
constructor(carrierDisplayName: String, carrierName: String, sasKeyForLabel: 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

SAS key to download the reverse shipment label of the package.

Link copied to clipboard

TrackingId of the package.

Link copied to clipboard

TrackingUrl of the package.