public class CorporationWalletTransactionsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_DATE |
static String |
SERIALIZED_NAME_IS_BUY |
static String |
SERIALIZED_NAME_JOURNAL_REF_ID |
static String |
SERIALIZED_NAME_LOCATION_ID |
static String |
SERIALIZED_NAME_QUANTITY |
static String |
SERIALIZED_NAME_TRANSACTION_ID |
static String |
SERIALIZED_NAME_TYPE_ID |
static String |
SERIALIZED_NAME_UNIT_PRICE |
| Constructor and Description |
|---|
CorporationWalletTransactionsResponse() |
public static final String SERIALIZED_NAME_DATE
public static final String SERIALIZED_NAME_TRANSACTION_ID
public static final String SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_UNIT_PRICE
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_LOCATION_ID
public static final String SERIALIZED_NAME_IS_BUY
public static final String SERIALIZED_NAME_JOURNAL_REF_ID
public CorporationWalletTransactionsResponse()
public CorporationWalletTransactionsResponse date(java.time.OffsetDateTime date)
public java.time.OffsetDateTime getDate()
public void setDate(java.time.OffsetDateTime date)
public CorporationWalletTransactionsResponse transactionId(Long transactionId)
public Long getTransactionId()
public void setTransactionId(Long transactionId)
public CorporationWalletTransactionsResponse quantity(Integer quantity)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public CorporationWalletTransactionsResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public CorporationWalletTransactionsResponse unitPrice(Double unitPrice)
public Double getUnitPrice()
public void setUnitPrice(Double unitPrice)
public CorporationWalletTransactionsResponse clientId(Integer clientId)
public Integer getClientId()
public void setClientId(Integer clientId)
public CorporationWalletTransactionsResponse locationId(Long locationId)
public Long getLocationId()
public void setLocationId(Long locationId)
public CorporationWalletTransactionsResponse isBuy(Boolean isBuy)
public Boolean getIsBuy()
public void setIsBuy(Boolean isBuy)
public CorporationWalletTransactionsResponse journalRefId(Long journalRefId)
public Long getJournalRefId()
public void setJournalRefId(Long journalRefId)
Copyright © 2019. All Rights Reserved.