SubscriptionPurchaseLineItem constructor

SubscriptionPurchaseLineItem({
  1. AutoRenewingPlan? autoRenewingPlan,
  2. DeferredItemRemoval? deferredItemRemoval,
  3. DeferredItemReplacement? deferredItemReplacement,
  4. String? expiryTime,
  5. ItemReplacement? itemReplacement,
  6. String? latestSuccessfulOrderId,
  7. OfferDetails? offerDetails,
  8. OfferPhase? offerPhase,
  9. PrepaidPlan? prepaidPlan,
  10. String? productId,
  11. SignupPromotion? signupPromotion,
})

Implementation

SubscriptionPurchaseLineItem({
  this.autoRenewingPlan,
  this.deferredItemRemoval,
  this.deferredItemReplacement,
  this.expiryTime,
  this.itemReplacement,
  this.latestSuccessfulOrderId,
  this.offerDetails,
  this.offerPhase,
  this.prepaidPlan,
  this.productId,
  this.signupPromotion,
});