Uses of Interface
de.firstdata.ipg.api.client.transaction.creditcard.CCSaleTransaction
-
Packages that use CCSaleTransaction Package Description de.firstdata.ipg.api.client.transaction de.firstdata.ipg.api.client.transaction.creditcard.object -
-
Uses of CCSaleTransaction in de.firstdata.ipg.api.client.transaction
Methods in de.firstdata.ipg.api.client.transaction that return CCSaleTransaction Modifier and Type Method Description static CCSaleTransaction
IPGApiTransactionFactory. createSaleTransactionCredit()
Method is used for Authentication of IVR Secure 3D transactionstatic CCSaleTransaction
IPGApiTransactionFactory. createSaleTransactionCredit(Amount amount, CreditCard creditCard)
static CCSaleTransaction
IPGApiTransactionFactory. createSaleTransactionCredit(Amount amount, String hostedDataID)
static CCSaleTransaction
IPGApiTransactionFactory. createSaleTransactionCredit(Amount amount, String hostedDataID, String hostedDataStoreID)
-
Uses of CCSaleTransaction in de.firstdata.ipg.api.client.transaction.creditcard.object
Classes in de.firstdata.ipg.api.client.transaction.creditcard.object that implement CCSaleTransaction Modifier and Type Class Description class
CCSaleTransactionObject
This class represents a Sale transaction and allows for setting its optional attributes by calling the appropriatesetter
methods.
-