numPurchased property

int? numPurchased
getter/setter pair

The number of purchased licenses (possibly in multiple purchases).

If this field is omitted, then there is no limit on the number of licenses that can be provisioned (for example, if the acquisition kind is "free").

Implementation

core.int? numPurchased;