state property

String? state
getter/setter pair

State of the shipment.

Acceptable values are: - "completed" - "new" - "shipped" - "undeliverable" - "pending"

Implementation

core.String? state;