paymentState property

int? paymentState
getter/setter pair

The payment state of the subscription.

Possible values are: 0. Payment pending 1. Payment received 2. Free trial 3. Pending deferred upgrade/downgrade Not present for canceled, expired subscriptions.

Implementation

core.int? paymentState;