SubscriptionPurchase class

Annotations
  • @JsonSerializable.new()

Constructors

SubscriptionPurchase(String acknowledgementState, CanceledStateContext? canceledStateContext, ExternalAccountIdentifiers? externalAccountIdentifiers, String kind, String latestOrderId, List<SubscriptionPurchaseLineItem> lineItems, String? linkedPurchaseToken, PausedStateContext? pausedStateContext, String regionCode, String startTime, SubscribeWithGoogleInfo? subscribeWithGoogleInfo, String subscriptionState, TestPurchase? testPurchase)
SubscriptionPurchase.fromJson(Map<String, dynamic> json)
factory

Properties

acknowledgementState String
getter/setter pair
canceledStateContext CanceledStateContext?
getter/setter pair
externalAccountIdentifiers ExternalAccountIdentifiers?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String
getter/setter pair
latestOrderId String
getter/setter pair
lineItems List<SubscriptionPurchaseLineItem>
getter/setter pair
linkedPurchaseToken String?
getter/setter pair
pausedStateContext PausedStateContext?
getter/setter pair
regionCode String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String
getter/setter pair
subscribeWithGoogleInfo SubscribeWithGoogleInfo?
getter/setter pair
subscriptionState String
getter/setter pair
testPurchase TestPurchase?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited