-
public final class DeveloperProvidedBillingDetailsDeveloper-provided billing details when user selects developer billing in External Payments flow. Available in Google Play Billing Library 8.3.0+ (Japan only).
-
-
Field Summary
Fields Modifier and Type Field Description private final StringexternalTransactionToken
-
Constructor Summary
Constructors Constructor Description DeveloperProvidedBillingDetails(String externalTransactionToken)
-
Method Summary
Modifier and Type Method Description final StringgetExternalTransactionToken()External transaction token to be reported to Google within 24 hours -
-
Constructor Detail
-
DeveloperProvidedBillingDetails
DeveloperProvidedBillingDetails(String externalTransactionToken)
-
-
Method Detail
-
getExternalTransactionToken
final String getExternalTransactionToken()
External transaction token to be reported to Google within 24 hours
-
-
-
-