status property

String? status
getter/setter pair

The status of the shipment.

Acceptable values are: - "delivered" - "readyForPickup" - "shipped"

  • "undeliverable"

Implementation

core.String? status;