SubscriptionPurchaseLineItem constructor
SubscriptionPurchaseLineItem({
- AutoRenewingPlan? autoRenewingPlan,
- DeferredItemRemoval? deferredItemRemoval,
- DeferredItemReplacement? deferredItemReplacement,
- String? expiryTime,
- String? latestSuccessfulOrderId,
- OfferDetails? offerDetails,
- PrepaidPlan? prepaidPlan,
- String? productId,
- SignupPromotion? signupPromotion,
Implementation
SubscriptionPurchaseLineItem({
this.autoRenewingPlan,
this.deferredItemRemoval,
this.deferredItemReplacement,
this.expiryTime,
this.latestSuccessfulOrderId,
this.offerDetails,
this.prepaidPlan,
this.productId,
this.signupPromotion,
});