public class Purchase extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Purchase.PurchaseMapping |
| Constructor and Description |
|---|
Purchase(String itemType,
String jsonPurchaseInfo,
String signature) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeveloperPayload() |
String |
getItemType() |
String |
getOrderId() |
String |
getOriginalJson() |
String |
getPackageName() |
int |
getPurchaseState() |
long |
getPurchaseTime() |
String |
getSignature() |
String |
getSku() |
String |
getToken() |
String |
toString() |
public String getItemType()
public String getOrderId()
public String getPackageName()
public String getSku()
public long getPurchaseTime()
public int getPurchaseState()
public String getDeveloperPayload()
public String getToken()
public String getOriginalJson()
public String getSignature()
Copyright © 2016 Creative Mobile. All rights reserved.