MyCarrierOrderResponse

@Serializable
data class MyCarrierOrderResponse(val referenceIds: List<String> = emptyList())

Response from MyCarrier order submission

Constructors

Link copied to clipboard
constructor(referenceIds: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "referenceIds")
val referenceIds: List<String>