PickupDelivery

class PickupDelivery constructor(fromMessage: Message)(source)

The PickupDelivery class represents a pickup delivery protocol type in the Atala PRISM architecture. It is a final class, meaning it cannot be subclassed.

Throws

(EdgeAgentError.InvalidMessageType):: if the protocol type of the given message is not ProtocolType.PickupDelivery.

Constructors

Link copied to clipboard
constructor(fromMessage: Message)

Properties

Link copied to clipboard

: An array of attachment descriptors associated with the pickup delivery.

Link copied to clipboard
var id: String

: The id of the pickup delivery.

Link copied to clipboard

: The protocol type of the pickup delivery, always set to ProtocolType.PickupDelivery.value.