Uses of Interface
de.firstdata.ipg.api.client.transaction.creditcard.setter.MCC6012Setter
-
Packages that use MCC6012Setter Package Description de.firstdata.ipg.api.client.transaction.creditcard de.firstdata.ipg.api.client.transaction.creditcard.object -
-
Uses of MCC6012Setter in de.firstdata.ipg.api.client.transaction.creditcard
Subinterfaces of MCC6012Setter in de.firstdata.ipg.api.client.transaction.creditcard Modifier and Type Interface Description interface
CCPayerAuthTransaction
interface
CCPreAuthTransaction
interface
CCSaleTransaction
-
Uses of MCC6012Setter in de.firstdata.ipg.api.client.transaction.creditcard.object
Classes in de.firstdata.ipg.api.client.transaction.creditcard.object that implement MCC6012Setter 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.class
CCPreAuthTransactionObject
This class represents a PreAuth transaction and allows for setting its optional attributes by calling the appropriatesetter
methods.class
CCSaleTransactionObject
This class represents a Sale transaction and allows for setting its optional attributes by calling the appropriatesetter
methods.
-