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`
|
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(Float amount)
public Float getAmount()
public void setAmount(Float amount)
public CorporationWalletJournalResponse balance(Float balance)
public Float getBalance()
public void setBalance(Float balance)
public CorporationWalletJournalResponse reason(String reason)
public String getReason()
public void setReason(String reason)
public CorporationWalletJournalResponse taxRecieverId(Integer taxRecieverId)
public Integer getTaxRecieverId()
public void setTaxRecieverId(Integer taxRecieverId)
public CorporationWalletJournalResponse tax(Float tax)
public Float getTax()
public void setTax(Float tax)
public CorporationWalletJournalResponse extraInfo(CorporationWalletJournalExtraInfoResponse extraInfo)
public CorporationWalletJournalExtraInfoResponse getExtraInfo()
public void setExtraInfo(CorporationWalletJournalExtraInfoResponse extraInfo)
Copyright © 2017. All Rights Reserved.