IaphubProduct class

Implementers

Constructors

IaphubProduct.fromJson(Map<String, dynamic> json)
Constructor from JSON

Properties

currency String?
Product price currency
final
group String?
Product group id
final
groupName String?
Product group name
final
hashCode int
The hash code for this object.
no setterinherited
id String
Product id
final
localizedDescription String?
Product localized description
final
localizedPrice String?
Product localized price
final
localizedTitle String?
Product localized title
final
price double
Product price
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sku String
Product sku
final
subscriptionDuration String?
Duration of the subscription cycle specified in the ISO 8601 format
final
subscriptionIntroPhases List<IaphubSubscriptionIntroPhase>?
Subscription intro phases
final
type String
Product type
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