-
- All Implemented Interfaces:
-
com.appsflyer.api.AFSerializable,java.io.Serializable
public abstract class PurchaseEvent implements AFSerializable
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>productIdsprivate final StringpurchaseTokenprivate final Storestoreprivate final StringproductTypeprivate final LongpurchaseTime
-
Method Summary
Modifier and Type Method Description final List<String>getProductIds()final StringgetPurchaseToken()final StoregetStore()final StringgetProductType()final LonggetPurchaseTime()Map<String, Object>toJsonMap()Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getProductIds
final List<String> getProductIds()
-
getPurchaseToken
final String getPurchaseToken()
-
getProductType
final String getProductType()
-
getPurchaseTime
final Long getPurchaseTime()
-
-
-
-