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` Note: If you have an existing XML API application
that is using ref_types, you will need to know which string ESI ref_type
maps to which integer.
|
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(Double amount)
public Double getAmount()
public void setAmount(Double amount)
public CharacterWalletJournalResponse balance(Double balance)
public Double getBalance()
public void setBalance(Double balance)
public CharacterWalletJournalResponse reason(String reason)
public String getReason()
public void setReason(String reason)
public CharacterWalletJournalResponse taxReceiverId(Integer taxReceiverId)
public Integer getTaxReceiverId()
public void setTaxReceiverId(Integer taxReceiverId)
public CharacterWalletJournalResponse tax(Double tax)
public Double getTax()
public void setTax(Double tax)
public CharacterWalletJournalResponse extraInfo(CharacterWalletJournalExtraInfoResponse extraInfo)
public CharacterWalletJournalExtraInfoResponse getExtraInfo()
public void setExtraInfo(CharacterWalletJournalExtraInfoResponse extraInfo)
Copyright © 2017. All Rights Reserved.