Interface WalletSetter
-
- All Known Subinterfaces:
CCCreditTransaction
,CCPayerAuthTransaction
,CCPreAuthTransaction
,CCSaleTransaction
,InstallRecurringPayment
- All Known Implementing Classes:
CCCreditTransactionObject
,CCPayerAuthTransactionObject
,CCPreAuthTransactionObject
,CCSaleTransactionObject
,InstallRecurringPaymentObject
public interface WalletSetter
interface for setting wallet information into a creditcard transaction.- Author:
- f6j95ln
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setWalletID(String walletID)
void
setWalletType(de.firstdata.ipg.api.schema.WalletType walletType)
-
-
-
Method Detail
-
setWalletType
void setWalletType(de.firstdata.ipg.api.schema.WalletType walletType)
-
setWalletID
void setWalletID(String walletID)
-
-