Uses of Class
de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
Packages that use IPGApiMerchantDetailsObject Package Description de.firstdata.ipg.api.client To perform a transaction you need the IPGApiClient and the IPGApiTransactionFactory or to perform a action you need the IPGApiActionFactory. -
-
Uses of IPGApiMerchantDetailsObject in de.firstdata.ipg.api.client
Methods in de.firstdata.ipg.api.client with parameters of type IPGApiMerchantDetailsObject Modifier and Type Method Description de.firstdata.ipg.api.schema.IPGApiActionResponse
IPGApiClient. commitAction(IPGApiAction ipgApiAction, IPGApiMerchantDetailsObject merchantDetails)
commits an action on the First Data API by performing a Web Service call with the action data passedIPGApiResult
IPGApiClient. commitTransaction(IPGApiSubsequentTransaction ipgApiSubsequentTransaction, IPGApiMerchantDetailsObject ipgApiMerchantDetails)
IPGApiResult
IPGApiClient. commitTransaction(IPGApiTransaction ipgApiTransaction, IPGApiMerchantDetailsObject ipgApiMerchantDetails)
commits a transaction on the First Data API by performing a Web Service call with the transaction data passed
-