Entitlement class
An entitlement represents capacity in a product owned by the customer. For example, a customer might own some number of users or seats in an SaaS application or some amount of data capacity in a multi-tenant database.
Constructors
- Entitlement({String? customerIdentifier, String? dimension, DateTime? expirationDate, String? productCode, EntitlementValue? value})
-
Entitlement.fromJson(Map<
String, dynamic> json) -
factory
Properties
- customerIdentifier → String?
-
The customer identifier is a handle to each unique customer in an
application. Customer identifiers are obtained through the ResolveCustomer
operation in AWS Marketplace Metering Service.
final
- dimension → String?
-
The dimension for which the given entitlement applies. Dimensions represent
categories of capacity in a product and are specified when the product is
listed in AWS Marketplace.
final
- expirationDate → DateTime?
-
The expiration date represents the minimum date through which this
entitlement is expected to remain valid. For contractual products listed on
AWS Marketplace, the expiration date is the date at which the customer will
renew or cancel their contract. Customers who are opting to renew their
contract will still have entitlements with an expiration date.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- productCode → String?
-
The product code for which the given entitlement applies. Product codes are
provided by AWS Marketplace when the product listing is created.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → EntitlementValue?
-
The EntitlementValue represents the amount of capacity that the customer is
entitled to for the product.
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