public class Receipt extends Object implements IModel, Serializable, Comparable<Receipt>
| Constructor and Description |
|---|
Receipt() |
public String getReceiptId()
public void setReceiptId(String receiptId)
public String getTransactionId()
public void setTransactionId(String transactionId)
public String getPurchaseToken()
public void setPurchaseToken(String purchaseToken)
public String getUserId()
public void setUserId(String userId)
public String getType()
public void setType(String type)
public Integer getSlot()
public void setSlot(Integer slot)
public Float getPrice()
public void setPrice(Float price)
public Integer getPaid()
public void setPaid(Integer paid)
public Integer getFree()
public void setFree(Integer free)
public Integer getTotal()
public void setTotal(Integer total)
public String getContentsId()
public void setContentsId(String contentsId)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public static Receipt fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Receipt o)
compareTo in interface Comparable<Receipt>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.