Uses of Interface
de.firstdata.ipg.api.client.transaction.creditcard.CCPayerAuthTransaction
-
Packages that use CCPayerAuthTransaction Package Description de.firstdata.ipg.api.client.transaction de.firstdata.ipg.api.client.transaction.creditcard.object -
-
Uses of CCPayerAuthTransaction in de.firstdata.ipg.api.client.transaction
Methods in de.firstdata.ipg.api.client.transaction that return CCPayerAuthTransaction Modifier and Type Method Description static CCPayerAuthTransaction
IPGApiTransactionFactory. createPayerAuthTransaction()
method should be used for Authentication of Payer Auth transactionstatic CCPayerAuthTransaction
IPGApiTransactionFactory. createPayerAuthTransaction(Amount amount, CreditCard creditCard)
-
Uses of CCPayerAuthTransaction in de.firstdata.ipg.api.client.transaction.creditcard.object
Classes in de.firstdata.ipg.api.client.transaction.creditcard.object that implement CCPayerAuthTransaction Modifier and Type Class Description class
CCPayerAuthTransactionObject
This class represents a PayerAuth transaction and allows for setting its optional attributes by calling the appropriatesetter
methods.
-