SetMyCarrierApiKeyRequest

@Serializable
data class SetMyCarrierApiKeyRequest(val mycarrierKey: String, val originLocationId: String?)

Constructors

Link copied to clipboard
constructor(mycarrierKey: String, originLocationId: String?)

Properties

Link copied to clipboard
@SerialName(value = "mycarrier_key")
val mycarrierKey: String
Link copied to clipboard
@SerialName(value = "origin_location_id")
val originLocationId: String?