Uses of Interface
de.firstdata.ipg.api.client.transaction.creditcard.setter.SubMerchantSetter
-
Packages that use SubMerchantSetter Package Description de.firstdata.ipg.api.client.transaction.creditcard de.firstdata.ipg.api.client.transaction.creditcard.object -
-
Uses of SubMerchantSetter in de.firstdata.ipg.api.client.transaction.creditcard
Subinterfaces of SubMerchantSetter in de.firstdata.ipg.api.client.transaction.creditcard Modifier and Type Interface Description interface
CCCreditTransaction
interface
CCPreAuthTransaction
interface
CCSaleTransaction
-
Uses of SubMerchantSetter in de.firstdata.ipg.api.client.transaction.creditcard.object
Classes in de.firstdata.ipg.api.client.transaction.creditcard.object that implement SubMerchantSetter Modifier and Type Class Description class
CCCreditTransactionObject
This class represents a Credit 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.
-