public class CorporationWalletJournalResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationWalletJournalResponse.FirstPartyTypeEnum
first_party_type string
|
static class |
CorporationWalletJournalResponse.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 |
CorporationWalletJournalResponse.SecondPartyTypeEnum
second_party_type string
|
| Constructor and Description |
|---|
CorporationWalletJournalResponse() |
public CorporationWalletJournalResponse date(java.time.OffsetDateTime date)
public java.time.OffsetDateTime getDate()
public void setDate(java.time.OffsetDateTime date)
public CorporationWalletJournalResponse refId(Long refId)
public Long getRefId()
public void setRefId(Long refId)
public CorporationWalletJournalResponse refType(CorporationWalletJournalResponse.RefTypeEnum refType)
public CorporationWalletJournalResponse.RefTypeEnum getRefType()
public void setRefType(CorporationWalletJournalResponse.RefTypeEnum refType)
public CorporationWalletJournalResponse firstPartyId(Integer firstPartyId)
public Integer getFirstPartyId()
public void setFirstPartyId(Integer firstPartyId)
public CorporationWalletJournalResponse firstPartyType(CorporationWalletJournalResponse.FirstPartyTypeEnum firstPartyType)
public CorporationWalletJournalResponse.FirstPartyTypeEnum getFirstPartyType()
public void setFirstPartyType(CorporationWalletJournalResponse.FirstPartyTypeEnum firstPartyType)
public CorporationWalletJournalResponse secondPartyId(Integer secondPartyId)
public Integer getSecondPartyId()
public void setSecondPartyId(Integer secondPartyId)
public CorporationWalletJournalResponse secondPartyType(CorporationWalletJournalResponse.SecondPartyTypeEnum secondPartyType)
public CorporationWalletJournalResponse.SecondPartyTypeEnum getSecondPartyType()
public void setSecondPartyType(CorporationWalletJournalResponse.SecondPartyTypeEnum secondPartyType)
public CorporationWalletJournalResponse amount(Double amount)
public Double getAmount()
public void setAmount(Double amount)
public CorporationWalletJournalResponse balance(Double balance)
public Double getBalance()
public void setBalance(Double balance)
public CorporationWalletJournalResponse reason(String reason)
public String getReason()
public void setReason(String reason)
public CorporationWalletJournalResponse taxReceiverId(Integer taxReceiverId)
public Integer getTaxReceiverId()
public void setTaxReceiverId(Integer taxReceiverId)
public CorporationWalletJournalResponse tax(Double tax)
public Double getTax()
public void setTax(Double tax)
public CorporationWalletJournalResponse extraInfo(CorporationWalletJournalExtraInfoResponse extraInfo)
public CorporationWalletJournalExtraInfoResponse getExtraInfo()
public void setExtraInfo(CorporationWalletJournalExtraInfoResponse extraInfo)
Copyright © 2017. All Rights Reserved.