SubscriptionGroupIdentifierItem class

Annotations
  • @JsonSerializable()

Constructors

SubscriptionGroupIdentifierItem(String subscriptionGroupIdentifier, List<LastTransactionsItem> lastTransactions)
const
SubscriptionGroupIdentifierItem.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastTransactions List<LastTransactionsItem>
An array of the most recent signed transaction information and signed renewal information for all subscriptions in the subscription group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionGroupIdentifier String
The subscription group identifier of the subscriptions in the lastTransactions array.
final

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.
override

Operators

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