Represents a line item in the entitlement
Unique activation identifier of the line item.
Duration that the line item will be active.
Expiry date of the line item.
Represents the current state of the line item active/inactive/draft/deployed/obsoleted.
Represents the line item order type.
Indicates if the line item is permanent.
Products associated with the line item.
Represents the quantity of the line item.
Start date of the line item.
{ "activationId": "Example String", "duration": 40, "expiryDate": "Example String", "lineItemState": "DEPLOYED", "orderType": "INVALID_ORDER", "permanent": true, "products": [ { "__typename": "Product" } ], "quantity": 40, "startDate": "Example String" }
Detailed information about a line item.
Unique activation identifier of the line item.
Duration that the line item will be active.
Expiry date of the line item.
Represents the current state of the line item active/inactive/draft/deployed/obsoleted.
Represents the line item order type.
Indicates if the line item is permanent.
Products associated with the line item.
Represents the quantity of the line item.
Start date of the line item.
{ "activationId": "Example String", "duration": 40, "expiryDate": "Example String", "lineItemState": "DEPLOYED", "orderType": "INVALID_ORDER", "permanent": true, "products": [ { "__typename": "Product" } ], "quantity": 40, "startDate": "Example String" }
Paginated response carrying a list of line items.
Represents limit per page for pagination.
List of line item entities.
Represents page for pagination.
{ "limit": 40, "lineItems": [ { "__typename": "LineItem" } ], "page": 40 }
Response a list type line item response
{ "responseItems": [ { "__typename": "LineItemResponseItem" } ] }
Represents a single line item response
{ "activationId": "Example String", "errorMsg": "Example String", "status": "Example String" }
Represents a product entity.
License model associated with the product.
Product name.
Product version.
Quantity per copy of the product.
{ "licenseModel": { "__typename": "LicenseModel" }, "productName": "Example String", "productVersion": "Example String", "quantityPerCopy": 40 }