public class PurchaseData
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PurchaseData.Builder |
static class |
PurchaseData.ProductType |
Modifier and Type | Method and Description |
---|---|
boolean |
canSend()
Checks if every property is valid.
|
float |
getPrice() |
java.lang.String |
getPriceCurrency() |
java.lang.String |
getProductId() |
java.lang.String |
getProductTitle() |
PurchaseData.ProductType |
getProductType() |
long |
getPurchaseDate() |
java.lang.String |
getPurchaseId() |
long |
getValidationResult() |
public java.lang.String getProductId()
public PurchaseData.ProductType getProductType()
public java.lang.String getProductTitle()
public float getPrice()
public java.lang.String getPriceCurrency()
public long getPurchaseDate()
public java.lang.String getPurchaseId()
public long getValidationResult()
public boolean canSend()
(c) Copyright GetSocial BV, 2020. All Rights Reserved.