- All Known Implementing Classes:
OnlineTxn
public interface OnlineCCAcctToInterface
-
Method Summary
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 Details
-
void setHasCCAcctTo(boolean hasCCAcctTo)
Set whether or not there is destination credit card account info.
-
boolean getHasCCAcctTo()
Get whether or not there is destination bank 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.
-
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.