purchaseState property

int? purchaseState
getter/setter pair

The purchase state of the order.

Possible values are: 0. Purchased 1. Canceled 2. Pending

Implementation

core.int? purchaseState;