public class PayIn extends Transaction
| Constructor and Description |
|---|
PayIn() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCreditedWalletId() |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Class<?>>>> |
getDependentObjects()
Gets the structure that maps which property depends on other property.
|
PayInExecutionDetails |
getExecutionDetails() |
PayInExecutionType |
getExecutionType() |
PayInPaymentDetails |
getPaymentDetails() |
PayInPaymentType |
getPaymentType() |
java.util.ArrayList<java.lang.String> |
getReadOnlyProperties()
Gets the collection of read-only fields names.
|
void |
setCreditedWalletId(java.lang.String creditedWalletId) |
void |
setExecutionDetails(PayInExecutionDetails executionDetails) |
void |
setExecutionType(PayInExecutionType executionType) |
void |
setPaymentDetails(PayInPaymentDetails paymentDetails) |
void |
setPaymentType(PayInPaymentType paymentType) |
getAuthorId, getCreditedFunds, getCreditedUserId, getDebitedFunds, getExecutionDate, getFees, getNature, getResultCode, getResultMessage, getStatus, getSubObjects, getType, isCreated, isFailed, isSucceeded, setAuthorId, setCreditedFunds, setCreditedUserId, setDebitedFunds, setExecutionDate, setFees, setNature, setResultCode, setResultMessage, setStatus, setTypegetCreationDate, getId, getTag, setCreationDate, setId, setTagpublic java.lang.String getCreditedWalletId()
public void setCreditedWalletId(java.lang.String creditedWalletId)
public PayInPaymentType getPaymentType()
public void setPaymentType(PayInPaymentType paymentType)
public PayInPaymentDetails getPaymentDetails()
public void setPaymentDetails(PayInPaymentDetails paymentDetails)
public PayInExecutionType getExecutionType()
public void setExecutionType(PayInExecutionType executionType)
public PayInExecutionDetails getExecutionDetails()
public void setExecutionDetails(PayInExecutionDetails executionDetails)
public java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Class<?>>>> getDependentObjects()
getDependentObjects in class Dtopublic java.util.ArrayList<java.lang.String> getReadOnlyProperties()
getReadOnlyProperties in class Transaction