public abstract class PurchaseEvent
private final List<String>
skus
private final String
purchaseToken
private final Store
store
skuType
PurchaseEvent(List<String> skus, String purchaseToken, Store store, String skuType)
List<String>
getSkus()
String
getPurchaseToken()
Store
getStore()
getSkuType()
abstract Map<String, Object>
toJsonMap()
boolean
equals(Object o)
int
hashCode()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
List<String> getSkus()
String getPurchaseToken()
Store getStore()
String getSkuType()
@NonNull() abstract Map<String, Object> toJsonMap()
boolean equals(Object o)
int hashCode()