-
public final class BillingProgramReportingDetailsAndroidReporting 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+
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBillingProgramReportingDetailsAndroid.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BillingProgramAndroidbillingProgramprivate final StringexternalTransactionToken
-
Constructor Summary
Constructors Constructor Description BillingProgramReportingDetailsAndroid(BillingProgramAndroid billingProgram, String externalTransactionToken)
-
Method Summary
Modifier and Type Method Description final BillingProgramAndroidgetBillingProgram()The billing program that the reporting details are associated with final StringgetExternalTransactionToken()External transaction token used to report transactions made outside of Google Play Billing. final Map<String, Object>toJson()-
-
Constructor Detail
-
BillingProgramReportingDetailsAndroid
BillingProgramReportingDetailsAndroid(BillingProgramAndroid billingProgram, String externalTransactionToken)
-
-
Method Detail
-
getBillingProgram
final BillingProgramAndroid getBillingProgram()
The billing program that the reporting details are associated with
-
getExternalTransactionToken
final String getExternalTransactionToken()
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.
-
-
-
-