License Info Data Type

Additional license details per license type

Properties
Name Type Description
type string License type
expirationDate string License expiration date and time in ISO-8601 format.
aboutToExpire boolean true if the licenses are about to expire, false otherwise
quantity number License quantity

Example

{
  "type" : "SUBSCRIPTION",
  "expirationDate" : "2017-01-01T11:04:30.45Z",
  "aboutToExpire" : false,
  "quantity" : 10
}