public class CorporationWalletJournalResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationWalletJournalResponse.ContextIdTypeEnum
The type of the given context_id if present
|
static class |
CorporationWalletJournalResponse.RefTypeEnum
\"The transaction type for the given. transaction.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_BALANCE |
static String |
SERIALIZED_NAME_CONTEXT_ID |
static String |
SERIALIZED_NAME_CONTEXT_ID_TYPE |
static String |
SERIALIZED_NAME_DATE |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_FIRST_PARTY_ID |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_REASON |
static String |
SERIALIZED_NAME_REF_TYPE |
static String |
SERIALIZED_NAME_SECOND_PARTY_ID |
static String |
SERIALIZED_NAME_TAX |
static String |
SERIALIZED_NAME_TAX_RECEIVER_ID |
| Constructor and Description |
|---|
CorporationWalletJournalResponse() |
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_BALANCE
public static final String SERIALIZED_NAME_CONTEXT_ID
public static final String SERIALIZED_NAME_CONTEXT_ID_TYPE
public static final String SERIALIZED_NAME_DATE
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_FIRST_PARTY_ID
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_REASON
public static final String SERIALIZED_NAME_REF_TYPE
public static final String SERIALIZED_NAME_SECOND_PARTY_ID
public static final String SERIALIZED_NAME_TAX
public static final String SERIALIZED_NAME_TAX_RECEIVER_ID
public CorporationWalletJournalResponse amount(Double amount)
@Nullable public Double getAmount()
public void setAmount(Double amount)
public CorporationWalletJournalResponse balance(Double balance)
@Nullable public Double getBalance()
public void setBalance(Double balance)
public CorporationWalletJournalResponse contextId(Long contextId)
@Nullable public Long getContextId()
public void setContextId(Long contextId)
public CorporationWalletJournalResponse contextIdType(CorporationWalletJournalResponse.ContextIdTypeEnum contextIdType)
@Nullable public CorporationWalletJournalResponse.ContextIdTypeEnum getContextIdType()
public void setContextIdType(CorporationWalletJournalResponse.ContextIdTypeEnum contextIdType)
public CorporationWalletJournalResponse date(java.time.OffsetDateTime date)
public java.time.OffsetDateTime getDate()
public void setDate(java.time.OffsetDateTime date)
public CorporationWalletJournalResponse description(String description)
public String getDescription()
public void setDescription(String description)
public CorporationWalletJournalResponse firstPartyId(Integer firstPartyId)
@Nullable public Integer getFirstPartyId()
public void setFirstPartyId(Integer firstPartyId)
public CorporationWalletJournalResponse id(Long id)
public Long getId()
public void setId(Long id)
public CorporationWalletJournalResponse reason(String reason)
@Nullable public String getReason()
public void setReason(String reason)
public CorporationWalletJournalResponse refType(CorporationWalletJournalResponse.RefTypeEnum refType)
public CorporationWalletJournalResponse.RefTypeEnum getRefType()
public void setRefType(CorporationWalletJournalResponse.RefTypeEnum refType)
public CorporationWalletJournalResponse secondPartyId(Integer secondPartyId)
@Nullable public Integer getSecondPartyId()
public void setSecondPartyId(Integer secondPartyId)
public CorporationWalletJournalResponse tax(Double tax)
@Nullable public Double getTax()
public void setTax(Double tax)
public CorporationWalletJournalResponse taxReceiverId(Integer taxReceiverId)
@Nullable public Integer getTaxReceiverId()
public void setTaxReceiverId(Integer taxReceiverId)
Copyright © 2020. All Rights Reserved.