Uses of Interface
de.firstdata.ipg.api.client.transaction.customercard.CustomerCTransaction
-
Packages that use CustomerCTransaction Package Description de.firstdata.ipg.api.client.transaction.customercard de.firstdata.ipg.api.client.transaction.customercard.object -
-
Uses of CustomerCTransaction in de.firstdata.ipg.api.client.transaction.customercard
Subinterfaces of CustomerCTransaction in de.firstdata.ipg.api.client.transaction.customercard Modifier and Type Interface Description interface
CustomerCForceTicketTransaction
interface
CustomerCSaleTransaction
-
Uses of CustomerCTransaction in de.firstdata.ipg.api.client.transaction.customercard.object
Classes in de.firstdata.ipg.api.client.transaction.customercard.object that implement CustomerCTransaction Modifier and Type Class Description class
CustomerCForceTicketTransactionObject
This class represents a ForceTicket transaction and allows for setting its optional attributes by calling the appropriatesetter
methods.class
CustomerCSaleTransactionObject
This class represents a Sale transaction and allows for setting its optional attributes by calling the appropriatesetter
methods.
-