GetDeliveryPlainArgs

data class GetDeliveryPlainArgs(val deliveryId: String) : ConvertibleToJava<GetDeliveryPlainArgs>

Constructors

Link copied to clipboard
constructor(deliveryId: String)

Properties

Link copied to clipboard

The unique ID that identifies this delivery in your account.

Functions

Link copied to clipboard
open override fun toJava(): GetDeliveryPlainArgs