public interface OnlineCCAcctToInterface
Modifier and Type | Method and 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.
|
void setHasCCAcctTo(boolean hasCCAcctTo)
boolean getHasCCAcctTo()
void setToCCAccountNum(java.lang.String toCCAccountNum)
java.lang.String getTOCCAccountNum()