public class BeneficiarySetupContent extends Object
| Constructor and Description |
|---|
BeneficiarySetupContent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationAccountCode() |
String |
getDestinationAccountHolderCode() |
String |
getMerchantReference() |
String |
getSourceAccountCode() |
String |
getSourceAccountHolderCode() |
Date |
getTransferDate() |
int |
getTransferredTransactionCount() |
void |
setDestinationAccountCode(String destinationAccountCode) |
void |
setDestinationAccountHolderCode(String destinationAccountHolderCode) |
void |
setMerchantReference(String merchantReference) |
void |
setSourceAccountCode(String sourceAccountCode) |
void |
setSourceAccountHolderCode(String sourceAccountHolderCode) |
void |
setTransferDate(Date transferDate) |
void |
setTransferredTransactionCount(int transferredTransactionCount) |
String |
toString() |
public String getSourceAccountHolderCode()
public void setSourceAccountHolderCode(String sourceAccountHolderCode)
public String getSourceAccountCode()
public void setSourceAccountCode(String sourceAccountCode)
public String getDestinationAccountHolderCode()
public void setDestinationAccountHolderCode(String destinationAccountHolderCode)
public String getDestinationAccountCode()
public void setDestinationAccountCode(String destinationAccountCode)
public String getMerchantReference()
public void setMerchantReference(String merchantReference)
public Date getTransferDate()
public void setTransferDate(Date transferDate)
public int getTransferredTransactionCount()
public void setTransferredTransactionCount(int transferredTransactionCount)
Copyright © 2019. All rights reserved.