IaphubActiveProduct class
- Inheritance
-
- Object
- IaphubProduct
- IaphubActiveProduct
- Implementers
Constructors
-
IaphubActiveProduct.fromJson(Map<
String, dynamic> json) - Constructor from JSON
Properties
- alias → String?
-
Product alias
finalinherited
- currency → String?
-
Product price currency
finalinherited
- expirationDate → String?
-
Subscription expiration date
final
- group → String?
-
Product group id
finalinherited
- groupName → String?
-
Product group name
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Product id
finalinherited
-
True if the subscription is shared by a family member (iOS subscriptions only)
final
- isPromo → bool
-
If it has been purchased using a promo code
final
- isSubscriptionRenewable → bool
-
Returns if the subscription will auto renew
final
- localizedDescription → String?
-
Product localized description
finalinherited
- localizedPrice → String?
-
Product localized price
finalinherited
- localizedTitle → String?
-
Product localized title
finalinherited
-
metadata
→ Map<
String, String> -
Product metadata
finalinherited
- originalPurchase → String?
-
Subscription original purchase id
final
- platform → String?
-
Platform of the purchase
final
- price → double
-
Product price
finalinherited
- promoCode → String?
-
Promo code used for the purchase
final
- purchase → String?
-
Purchase id
final
- purchaseDate → String?
-
Purchase date (ISO format)
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sku → String
-
Product sku
finalinherited
- subscriptionDuration → String?
-
Duration of the subscription cycle specified in the ISO 8601 format
finalinherited
-
subscriptionIntroPhases
→ List<
IaphubSubscriptionIntroPhase> ? -
Subscription intro phases
finalinherited
- subscriptionPeriodType → String?
-
Subscription period type ("normal", "trial", "intro"
final
- subscriptionRenewalProduct → String?
-
Subscription product of the next renewal (only defined if different than the current product)
final
- subscriptionRenewalProductSku → String?
-
SubscriptionRenewalProduct sku
final
- subscriptionState → String?
-
Subscription state ("active", "retry_period", "grace_period", "paused")
final
- type → String
-
Product type
finalinherited
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