BillingProgramReportingDetailsAndroid class

Reporting details for transactions made outside of Google Play Billing (Android) Contains the external transaction token needed for reporting Available in Google Play Billing Library 8.2.0+

Constructors

BillingProgramReportingDetailsAndroid({required BillingProgramAndroid billingProgram, required String externalTransactionToken})
const
BillingProgramReportingDetailsAndroid.fromJson(Map<String, dynamic> json)
factory

Properties

billingProgram → BillingProgramAndroid
The billing program that the reporting details are associated with
final
externalTransactionToken → String
External transaction token used to report transactions made outside of Google Play Billing. This token must be used when reporting the external transaction to Google.
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