public static class Revenue.Receipt
extends java.lang.Object
It is used for verifying Google Play purchases.
Revenue.receipt| Modifier and Type | Class and Description |
|---|---|
static class |
Revenue.Receipt.Builder
Builder class for
Revenue.Receipt objects. |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
data
Details about the in-app purchase order from Google Play.
|
java.lang.String |
signature
Signature of the in-app purchase order from Google Play.
|
| Modifier and Type | Method and Description |
|---|---|
static Revenue.Receipt.Builder |
newBuilder()
Creates the new instance of
Revenue.Receipt.Builder. |
@Nullable public final java.lang.String data
It should contain data from INAPP_PURCHASE_DATA.
@Nullable public final java.lang.String signature
It should contain data from INAPP_DATA_SIGNATURE.
@NonNull public static Revenue.Receipt.Builder newBuilder()
Revenue.Receipt.Builder.Revenue.Receipt.Builder object