RecurringExternalTransaction class
Represents a transaction that is part of a recurring series of payments.
This can be a subscription or a one-time product with multiple payments (such as preorder).
Constructors
- RecurringExternalTransaction({ExternalSubscription? externalSubscription, String? externalTransactionToken, String? initialExternalTransactionId, String? migratedTransactionProgram, OtherRecurringProduct? otherRecurringProduct})
- RecurringExternalTransaction.fromJson(Map json_)
Properties
- externalSubscription ↔ ExternalSubscription?
-
Details of an external subscription.
getter/setter pair
- externalTransactionToken ↔ String?
-
Input only.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialExternalTransactionId ↔ String?
-
The external transaction id of the first transaction of this recurring
series of transactions.
getter/setter pair
- migratedTransactionProgram ↔ String?
-
Input only.
getter/setter pair
- otherRecurringProduct ↔ OtherRecurringProduct?
-
Details of a recurring external transaction product which doesn't belong
to any other specific category.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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