CheckoutLicenseResponse class

Constructors

CheckoutLicenseResponse({CheckoutType? checkoutType, List<EntitlementData>? entitlementsAllowed, String? expiration, String? issuedAt, String? licenseConsumptionToken, String? nodeId, String? signedToken})
CheckoutLicenseResponse.fromJson(Map<String, dynamic> json)
factory

Properties

checkoutType CheckoutType?
Checkout type.
final
entitlementsAllowed List<EntitlementData>?
Allowed license entitlements.
final
expiration String?
Date and time at which the license checkout expires.
final
hashCode int
The hash code for this object.
no setterinherited
issuedAt String?
Date and time at which the license checkout is issued.
final
licenseConsumptionToken String?
License consumption token.
final
nodeId String?
Node ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signedToken String?
Signed token.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited