purchaseState property

int? purchaseState
getter/setter pair

订单的购买状态:The purchase state of the order. Possible values are: 0. Purchased 1. Canceled 2. Pending

Implementation

int? purchaseState;