ReturnShippingResponse

data class ReturnShippingResponse(val carrierAccountNumber: String, val carrierName: String)

Specifies the return carrier and customer's account with the carrier.

Constructors

Link copied to clipboard
constructor(carrierAccountNumber: String, carrierName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The customer's account number with the carrier.

Link copied to clipboard

The carrier's name.