public class RipplePaymentTransaction extends Object implements IRippleTradeTransaction
| Modifier and Type | Class and Description |
|---|---|
static class |
RipplePaymentTransaction.Memo |
static class |
RipplePaymentTransaction.OrderChange |
static class |
RipplePaymentTransaction.Payment |
| Constructor and Description |
|---|
RipplePaymentTransaction() |
| Modifier and Type | Method and Description |
|---|---|
List<RippleAmount> |
getBalanceChanges() |
String |
getClientResourceId() |
BigDecimal |
getFee() |
String |
getHash() |
String |
getLedger() |
long |
getOrderId() |
RipplePaymentTransaction.Payment |
getPayment() |
String |
getState() |
Date |
getTimestamp() |
boolean |
isSuccess() |
void |
setClientResourceId(String value) |
void |
setHash(String value) |
void |
setLedger(String value) |
void |
setPayment(RipplePaymentTransaction.Payment value) |
void |
setState(String value) |
void |
setSuccess(boolean value) |
public RipplePaymentTransaction.Payment getPayment()
public void setPayment(RipplePaymentTransaction.Payment value)
public String getClientResourceId()
public void setClientResourceId(String value)
public String getHash()
getHash in interface IRippleTradeTransactionpublic void setHash(String value)
public String getLedger()
public void setLedger(String value)
public String getState()
public void setState(String value)
public boolean isSuccess()
public void setSuccess(boolean value)
public List<RippleAmount> getBalanceChanges()
getBalanceChanges in interface IRippleTradeTransactionpublic BigDecimal getFee()
getFee in interface IRippleTradeTransactionpublic long getOrderId()
getOrderId in interface IRippleTradeTransactionpublic Date getTimestamp()
getTimestamp in interface IRippleTradeTransactionCopyright © 2012–2019 Knowm Inc.. All rights reserved.