Uses of Interface
de.firstdata.ipg.api.client.transaction.creditcard.CCPostAuthTransaction
-
Packages that use CCPostAuthTransaction Package Description de.firstdata.ipg.api.client.transaction de.firstdata.ipg.api.client.transaction.creditcard.object -
-
Uses of CCPostAuthTransaction in de.firstdata.ipg.api.client.transaction
Methods in de.firstdata.ipg.api.client.transaction that return CCPostAuthTransaction Modifier and Type Method Description static CCPostAuthTransaction
IPGApiTransactionFactory. createPostAuthTransactionCredit(Amount amount, String orderId)
-
Uses of CCPostAuthTransaction in de.firstdata.ipg.api.client.transaction.creditcard.object
Classes in de.firstdata.ipg.api.client.transaction.creditcard.object that implement CCPostAuthTransaction Modifier and Type Class Description class
CCPostAuthTransactionObject
This class represents a PostAuth transaction and allows for setting its optional attributes by calling the appropriatesetter
methods.
-