PLYEventPropertyPlan constructor

PLYEventPropertyPlan(
  1. String? type,
  2. String? purchasely_plan_id,
  3. String? store,
  4. String? store_country,
  5. String? store_product_id,
  6. double? price_in_customer_currency,
  7. String? customer_currency,
  8. String? period,
  9. int? duration,
  10. double? intro_price_in_customer_currency,
  11. String? intro_period,
  12. int? intro_duration,
  13. bool? has_free_trial,
  14. String? free_trial_period,
  15. int? free_trial_duration,
  16. String? discount_referent,
  17. String? discount_percentage_comparison_to_referent,
  18. String? discount_price_comparison_to_referent,
  19. bool? is_default,
)

Implementation

PLYEventPropertyPlan(
    this.type,
    this.purchasely_plan_id,
    this.store,
    this.store_country,
    this.store_product_id,
    this.price_in_customer_currency,
    this.customer_currency,
    this.period,
    this.duration,
    this.intro_price_in_customer_currency,
    this.intro_period,
    this.intro_duration,
    this.has_free_trial,
    this.free_trial_period,
    this.free_trial_duration,
    this.discount_referent,
    this.discount_percentage_comparison_to_referent,
    this.discount_price_comparison_to_referent,
    this.is_default);