AlternativeBillingOnlyReportingDetailsWrapper class

Params containing the response code and the debug message from the Play Billing API response.

Implemented types
Annotations

Constructors

AlternativeBillingOnlyReportingDetailsWrapper({required BillingResponse responseCode, String? debugMessage, String externalTransactionToken = ''})
Constructs the object with responseCode and debugMessage.
const
AlternativeBillingOnlyReportingDetailsWrapper.fromJson(Map<String, dynamic>? map)
Constructs an instance of this from a key value map of data.
factory

Properties

debugMessage String?
Debug message returned in the Play Billing API calls.
final
externalTransactionToken String
https://developer.android.com/reference/com/android/billingclient/api/AlternativeBillingOnlyReportingDetails#getExternalTransactionToken()
final
hashCode int
The hash code for this object.
no setteroverride
responseCode BillingResponse
Response code returned in the Play Billing API calls.
final
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
toString() String
A string representation of this object.
inherited

Operators

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