public abstract class TransactionDetails
extends java.lang.Object
| Constructor and Description |
|---|
TransactionDetails() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAmount()
Gets the amount.
|
double |
getAmountRefunded()
Gets the amount refunded.
|
Costs |
getCosts()
Gets the costs.
|
java.lang.String |
getCurrencyCode()
Gets the currency code.
|
double |
getExchangeRate()
Gets the exchange rate.
|
java.lang.String |
getLanguageCode()
Gets the language code.
|
java.lang.String |
getPaymentMethod()
Gets the payment method.
|
int |
getProjectId()
Gets the project id.
|
java.util.List<java.lang.String> |
getReasons()
Gets the reasons.
|
BankAccount |
getRecipient()
Gets the recipient.
|
BankAccount |
getSender()
Gets the sender.
|
java.util.Date |
getTime()
Gets the time.
|
java.lang.String |
getTransId()
Gets the trans id.
|
java.util.List<java.lang.String> |
getUserVariables()
Gets the user variables.
|
boolean |
isTest()
Checks if is test.
|
void |
setAmount(double amount)
Sets the amount.
|
void |
setAmountRefunded(double amountRefunded)
Sets the amount refunded.
|
void |
setCosts(Costs costs)
Sets the costs.
|
void |
setCurrencyCode(java.lang.String currencyCode)
Sets the currency code.
|
void |
setExchangeRate(double exchangeRate)
Sets the exchange rate.
|
void |
setLanguageCode(java.lang.String languageCode)
Sets the language code.
|
void |
setPaymentMethod(java.lang.String paymentMethod)
Sets the payment method.
|
void |
setProjectId(int projectId)
Sets the project id.
|
void |
setReasons(java.util.List<java.lang.String> reasons)
Sets the reasons.
|
void |
setRecipient(BankAccount recipient)
Sets the recipient.
|
void |
setSender(BankAccount sender)
Sets the sender.
|
void |
setTest(boolean test)
Sets the test.
|
void |
setTime(java.util.Date time)
Sets the time.
|
void |
setTransId(java.lang.String transId)
Sets the trans id.
|
void |
setUserVariables(java.util.List<java.lang.String> userVariables)
Sets the user variables.
|
public int getProjectId()
public void setProjectId(int projectId)
projectId - the new project idpublic java.lang.String getTransId()
public void setTransId(java.lang.String transId)
transId - the new trans idpublic boolean isTest()
public void setTest(boolean test)
test - the new testpublic java.util.Date getTime()
public void setTime(java.util.Date time)
time - the new timepublic java.lang.String getPaymentMethod()
public void setPaymentMethod(java.lang.String paymentMethod)
paymentMethod - the new payment methodpublic java.lang.String getLanguageCode()
public void setLanguageCode(java.lang.String languageCode)
languageCode - the new language codepublic double getAmount()
public void setAmount(double amount)
amount - the new amountpublic double getAmountRefunded()
public void setAmountRefunded(double amountRefunded)
amountRefunded - the new amount refundedpublic java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String currencyCode)
currencyCode - the new currency codepublic java.util.List<java.lang.String> getReasons()
public void setReasons(java.util.List<java.lang.String> reasons)
reasons - the new reasonspublic java.util.List<java.lang.String> getUserVariables()
public void setUserVariables(java.util.List<java.lang.String> userVariables)
userVariables - the new user variablespublic BankAccount getSender()
public void setSender(BankAccount sender)
sender - the new senderpublic BankAccount getRecipient()
public void setRecipient(BankAccount recipient)
recipient - the new recipientpublic double getExchangeRate()
public void setExchangeRate(double exchangeRate)
exchangeRate - the new exchange ratepublic Costs getCosts()
public void setCosts(Costs costs)
costs - the new costs