public final class LoyalbitUserTransaction extends Object
Constructor and Description |
---|
LoyalbitUserTransaction(Long id,
Long orderId,
Date microtime,
LoyalbitOrder.Type type,
BigDecimal amount,
BigDecimal price,
BigDecimal subtotal,
BigDecimal fee,
BigDecimal feeUSD,
BigDecimal total,
Integer status) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
BigDecimal |
getFee() |
BigDecimal |
getFeeUSD() |
Long |
getId() |
Date |
getMicrotime() |
Long |
getOrderId() |
BigDecimal |
getPrice() |
BigDecimal |
getSubtotal() |
BigDecimal |
getTotal() |
LoyalbitOrder.Type |
getType() |
String |
toString() |
public LoyalbitUserTransaction(Long id, Long orderId, Date microtime, LoyalbitOrder.Type type, BigDecimal amount, BigDecimal price, BigDecimal subtotal, BigDecimal fee, BigDecimal feeUSD, BigDecimal total, Integer status) throws si.mazi.rescu.ExceptionalReturnContentException
si.mazi.rescu.ExceptionalReturnContentException
public Long getId()
public Long getOrderId()
public Date getMicrotime()
public LoyalbitOrder.Type getType()
public BigDecimal getAmount()
public BigDecimal getPrice()
public BigDecimal getSubtotal()
public BigDecimal getFee()
public BigDecimal getFeeUSD()
public BigDecimal getTotal()
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.