public class CharacterWalletJournalResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CharacterWalletJournalResponse.FirstPartyTypeEnum
first_party_type string
|
static class |
CharacterWalletJournalResponse.RefTypeEnum
Transaction type, different type of transaction will populate different
fields in `extra_info`
|
static class |
CharacterWalletJournalResponse.SecondPartyTypeEnum
second_party_type string
|
| Constructor and Description |
|---|
CharacterWalletJournalResponse() |
public CharacterWalletJournalResponse date(java.time.OffsetDateTime date)
public java.time.OffsetDateTime getDate()
public void setDate(java.time.OffsetDateTime date)
public CharacterWalletJournalResponse refId(Long refId)
public Long getRefId()
public void setRefId(Long refId)
public CharacterWalletJournalResponse refType(CharacterWalletJournalResponse.RefTypeEnum refType)
public CharacterWalletJournalResponse.RefTypeEnum getRefType()
public void setRefType(CharacterWalletJournalResponse.RefTypeEnum refType)
public CharacterWalletJournalResponse firstPartyId(Integer firstPartyId)
public Integer getFirstPartyId()
public void setFirstPartyId(Integer firstPartyId)
public CharacterWalletJournalResponse firstPartyType(CharacterWalletJournalResponse.FirstPartyTypeEnum firstPartyType)
public CharacterWalletJournalResponse.FirstPartyTypeEnum getFirstPartyType()
public void setFirstPartyType(CharacterWalletJournalResponse.FirstPartyTypeEnum firstPartyType)
public CharacterWalletJournalResponse secondPartyId(Integer secondPartyId)
public Integer getSecondPartyId()
public void setSecondPartyId(Integer secondPartyId)
public CharacterWalletJournalResponse secondPartyType(CharacterWalletJournalResponse.SecondPartyTypeEnum secondPartyType)
public CharacterWalletJournalResponse.SecondPartyTypeEnum getSecondPartyType()
public void setSecondPartyType(CharacterWalletJournalResponse.SecondPartyTypeEnum secondPartyType)
public CharacterWalletJournalResponse amount(Float amount)
public Float getAmount()
public void setAmount(Float amount)
public CharacterWalletJournalResponse balance(Float balance)
public Float getBalance()
public void setBalance(Float balance)
public CharacterWalletJournalResponse reason(String reason)
public String getReason()
public void setReason(String reason)
public CharacterWalletJournalResponse taxRecieverId(Integer taxRecieverId)
public Integer getTaxRecieverId()
public void setTaxRecieverId(Integer taxRecieverId)
public CharacterWalletJournalResponse tax(Float tax)
public Float getTax()
public void setTax(Float tax)
public CharacterWalletJournalResponse extraInfo(CharacterWalletJournalExtraInfoResponse extraInfo)
public CharacterWalletJournalExtraInfoResponse getExtraInfo()
public void setExtraInfo(CharacterWalletJournalExtraInfoResponse extraInfo)
Copyright © 2017. All Rights Reserved.