Entitlement constructor
Entitlement({
- String? account,
- String? cancellationReason,
- List<
Consumer> ? consumers, - String? createTime,
- List<
String> ? entitlementBenefitIds, - Map<
String, Object?> ? inputProperties, - String? messageToUser,
- String? name,
- String? newOfferEndTime,
- String? newOfferStartTime,
- String? newPendingOffer,
- String? newPendingOfferDuration,
- String? newPendingPlan,
- String? offer,
- String? offerDuration,
- String? offerEndTime,
- String? orderId,
- String? plan,
- String? product,
- String? productExternalName,
- String? provider,
- String? quoteExternalName,
- String? state,
- String? subscriptionEndTime,
- String? updateTime,
- String? usageReportingId,
Implementation
Entitlement({
this.account,
this.cancellationReason,
this.consumers,
this.createTime,
this.entitlementBenefitIds,
this.inputProperties,
this.messageToUser,
this.name,
this.newOfferEndTime,
this.newOfferStartTime,
this.newPendingOffer,
this.newPendingOfferDuration,
this.newPendingPlan,
this.offer,
this.offerDuration,
this.offerEndTime,
this.orderId,
this.plan,
this.product,
this.productExternalName,
this.provider,
this.quoteExternalName,
this.state,
this.subscriptionEndTime,
this.updateTime,
this.usageReportingId,
});