public class FundsConfirmationRequestBO extends Object
| Constructor and Description |
|---|
FundsConfirmationRequestBO() |
FundsConfirmationRequestBO(String psuId,
AccountReferenceBO psuAccount,
AmountBO instructedAmount,
String cardNumber,
String payee) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardNumber() |
AmountBO |
getInstructedAmount() |
String |
getPayee() |
AccountReferenceBO |
getPsuAccount() |
String |
getPsuId() |
void |
setCardNumber(String cardNumber) |
void |
setInstructedAmount(AmountBO instructedAmount) |
void |
setPayee(String payee) |
void |
setPsuAccount(AccountReferenceBO psuAccount) |
void |
setPsuId(String psuId) |
String |
toString() |
public FundsConfirmationRequestBO()
public FundsConfirmationRequestBO(String psuId, AccountReferenceBO psuAccount, AmountBO instructedAmount, String cardNumber, String payee)
public String getPsuId()
public void setPsuId(String psuId)
public AccountReferenceBO getPsuAccount()
public void setPsuAccount(AccountReferenceBO psuAccount)
public AmountBO getInstructedAmount()
public void setInstructedAmount(AmountBO instructedAmount)
public String getCardNumber()
public void setCardNumber(String cardNumber)
public String getPayee()
public void setPayee(String payee)
Copyright © 2019. All rights reserved.