state property

String? state
getter/setter pair

The customer's license status.

One of: - ACTIVE: The customer has a valid license. - UNLICENSED: There is no license: either this customer has never installed your application, or else has deleted it.

Implementation

core.String? state;