DeveloperProvidedBillingDetailsAndroid class
Details provided when user selects developer billing option (Android) Received via DeveloperProvidedBillingListener callback Available in Google Play Billing Library 8.3.0+
Constructors
- DeveloperProvidedBillingDetailsAndroid({required String externalTransactionToken})
-
const
-
DeveloperProvidedBillingDetailsAndroid.fromJson(Map<
String, dynamic> json) -
factory
Properties
- externalTransactionToken → String
-
External transaction token used to report transactions made through developer billing.
This token must be used when reporting the external transaction to Google Play.
Must be reported within 24 hours of the transaction.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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