PLYEventPropertyPlan class

Constructors

PLYEventPropertyPlan(String? type, String? purchasely_plan_id, String? store, String? store_country, String? store_product_id, double? price_in_customer_currency, String? customer_currency, String? period, int? duration, double? intro_price_in_customer_currency, String? intro_period, int? intro_duration, bool? has_free_trial, String? free_trial_period, int? free_trial_duration, String? discount_referent, String? discount_percentage_comparison_to_referent, String? discount_price_comparison_to_referent, bool? is_default)

Properties

customer_currency String?
getter/setter pair
discount_percentage_comparison_to_referent String?
getter/setter pair
discount_price_comparison_to_referent String?
getter/setter pair
discount_referent String?
getter/setter pair
duration int?
getter/setter pair
free_trial_duration int?
getter/setter pair
free_trial_period String?
getter/setter pair
has_free_trial bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intro_duration int?
getter/setter pair
intro_period String?
getter/setter pair
intro_price_in_customer_currency double?
getter/setter pair
is_default bool?
getter/setter pair
period String?
getter/setter pair
price_in_customer_currency double?
getter/setter pair
purchasely_plan_id String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store String?
getter/setter pair
store_country String?
getter/setter pair
store_product_id String?
getter/setter pair
type String?
getter/setter pair

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