Uses of Interface
de.firstdata.ipg.api.client.transaction.creditcard.setter.InstallmentSetter
-
Packages that use InstallmentSetter Package Description de.firstdata.ipg.api.client.transaction.creditcard de.firstdata.ipg.api.client.transaction.creditcard.object -
-
Uses of InstallmentSetter in de.firstdata.ipg.api.client.transaction.creditcard
Subinterfaces of InstallmentSetter in de.firstdata.ipg.api.client.transaction.creditcard Modifier and Type Interface Description interface
CCForceTicketTransaction
interface
CCPostAuthTransaction
interface
CCPreAuthTransaction
interface
CCSaleTransaction
-
Uses of InstallmentSetter in de.firstdata.ipg.api.client.transaction.creditcard.object
Classes in de.firstdata.ipg.api.client.transaction.creditcard.object that implement InstallmentSetter Modifier and Type Class Description class
CCForceTicketTransactionObject
This class represents a ForceTicket transaction and allows for setting its optional attributes by calling the appropriatesetter
methods.class
CCPostAuthTransactionObject
This class represents a PostAuth 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.
-