Struct BillingProgramReportingDetails
The details used to report transactions made outside of Google Play Billing.
This is C# representation of the Java Class BillingProgramReportingDetails See more
Inherited Members
Namespace: UnityEngine.Purchasing.GoogleBilling.Models
Assembly: Unity.Purchasing.Stores.dll
Syntax
public struct BillingProgramReportingDetails
Fields
externalTransactionToken
Returns an external transaction token that can be used to report a transaction made outside of Google Play Billing.
Declaration
public string externalTransactionToken
Field Value
| Type | Description |
|---|---|
| string |
responseCode
Returns the billing program that the reporting details are associated with.
Declaration
public GoogleBillingResponseCode responseCode
Field Value
| Type | Description |
|---|---|
| GoogleBillingResponseCode |