Package | Description |
---|---|
com.licensespring.management.model |
This package contains all models used in license-management SDK.
|
Modifier and Type | Method and Description |
---|---|
List<BackOfficeOrderItem> |
Order.getBackOfficeOrderItems()
List of order items that were made with this order.
|
Constructor and Description |
---|
Order(Long id,
List<BackOfficeOrderItem> backOfficeOrderItems,
BackOfficeCustomer customer,
Boolean hasActiveLicenses,
ZonedDateTime createdAt,
ZonedDateTime updatedAt,
String clientOrderId,
com.licensespring.model.order.OrderType type,
Boolean isTest,
Boolean isTrial,
String downloadId,
String language,
String campaignParams,
Integer company) |
Copyright © 2023 Cense Data Inc.. All rights reserved.