IaphubTransaction class
- Inheritance
-
- Object
- IaphubProduct
- IaphubActiveProduct
- IaphubTransaction
Constructors
-
IaphubTransaction.fromJson(Map<
String, dynamic> json) - Constructor from JSON
Properties
- currency → String?
-
Product price currency
finalinherited
- expirationDate → String?
-
Subscription expiration date
finalinherited
- 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)
finalinherited
- isPromo → bool
-
If it has been purchased using a promo code
finalinherited
- isSubscriptionRenewable → bool
-
Returns if the subscription will auto renew
finalinherited
- 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
finalinherited
- platform → String?
-
Platform of the purchase
finalinherited
- price → double
-
Product price
finalinherited
- promoCode → String?
-
Promo code used for the purchase
finalinherited
- purchase → String?
-
Purchase id
finalinherited
- purchaseDate → String?
-
Purchase date (ISO format)
finalinherited
- 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"
finalinherited
- subscriptionRenewalProduct → String?
-
Subscription product of the next renewal (only defined if different than the current product)
finalinherited
- subscriptionRenewalProductSku → String?
-
SubscriptionRenewalProduct sku
finalinherited
- subscriptionState → String?
-
Subscription state ("active", "retry_period", "grace_period", "paused")
finalinherited
- type → String
-
Product type
finalinherited
- user → String?
-
Internal IAPHUB user id
final
- webhookStatus → String?
-
Webhook status of the transction
final
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