Interface OnlineCCAcctToInterface
-
- All Known Implementing Classes:
OnlineTxn
public interface OnlineCCAcctToInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getHasCCAcctTo()
Get whether or not there is destination bank account info.java.lang.String
getTOCCAccountNum()
get info identifying the account to transfer the money to/from if this was a transfer to/from a credit card.void
setHasCCAcctTo(boolean hasCCAcctTo)
Set whether or not there is destination credit card account info.void
setToCCAccountNum(java.lang.String toCCAccountNum)
set info identifying the account to transfer the money to/from if this was a transfer to/from a credit card.
-
-
-
Method Detail
-
setHasCCAcctTo
void setHasCCAcctTo(boolean hasCCAcctTo)
Set whether or not there is destination credit card account info.
-
getHasCCAcctTo
boolean getHasCCAcctTo()
Get whether or not there is destination bank account info.
-
setToCCAccountNum
void setToCCAccountNum(java.lang.String toCCAccountNum)
set info identifying the account to transfer the money to/from if this was a transfer to/from a credit card.
-
getTOCCAccountNum
java.lang.String getTOCCAccountNum()
get info identifying the account to transfer the money to/from if this was a transfer to/from a credit card.
-
-