Uses of Interface
de.firstdata.ipg.api.client.action.IPGApiAction
-
Packages that use IPGApiAction 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.de.firstdata.ipg.api.client.action de.firstdata.ipg.api.client.action.catalog de.firstdata.ipg.api.client.action.catalog.object de.firstdata.ipg.api.client.action.datastorage de.firstdata.ipg.api.client.action.datastorage.object de.firstdata.ipg.api.client.action.object de.firstdata.ipg.api.client.action.recurringpayment de.firstdata.ipg.api.client.action.recurringpayment.object -
-
Uses of IPGApiAction in de.firstdata.ipg.api.client
Methods in de.firstdata.ipg.api.client with parameters of type IPGApiAction Modifier and Type Method Description de.firstdata.ipg.api.schema.IPGApiActionResponse
IPGApiClient. commitAction(IPGApiAction ipgApiAction)
commits an action on the First Data API by performing a Web Service call with the action data passedde.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 passed -
Uses of IPGApiAction in de.firstdata.ipg.api.client.action
Subinterfaces of IPGApiAction in de.firstdata.ipg.api.client.action Modifier and Type Interface Description interface
CreatePaymentURL
interface
DeleteBillKey
interface
DeletePaymentURL
Represents an interface for paymentUrl delete actioninterface
DeliveryConfirmation
interface
ExportPaymentURL
Represents an interface for paymentUrl export actioninterface
GenerateCashReceipt
interface
GetExternalConsumerInformation
interface
GetExternalTransactionStatus
interface
GetLastOrdersAction
interface
GetLastTransactions
interface
GetNetworkTokenCryptogram
NetworkTokenization : get cryptogram for a provisioned token using hostedDataIdinterface
InitiatedClearing
interface
InquiryCardInformation
interface
InquiryCardRateAction
interface
InquiryMerchantRateAction
interface
InquiryOrder
interface
InquiryTransaction
interface
RequestCardRateForDCC
interface
RequestMerchantRateForDynamicPricing
interface
SendEMailNotification
interface
Validate
-
Uses of IPGApiAction in de.firstdata.ipg.api.client.action.catalog
Subinterfaces of IPGApiAction in de.firstdata.ipg.api.client.action.catalog Modifier and Type Interface Description interface
DeleteProducts
interface
DeleteProductStock
interface
DisplayProducts
interface
DisplayProductStock
interface
Products
interface
Stock
interface
StoreProducts
interface
StoreProductStock
-
Uses of IPGApiAction in de.firstdata.ipg.api.client.action.catalog.object
Classes in de.firstdata.ipg.api.client.action.catalog.object that implement IPGApiAction Modifier and Type Class Description class
DeleteProductsObject
class
DeleteProductStockObject
class
DisplayProductsObject
class
DisplayProductStockObject
class
StoreProductsObject
class
StoreProductStockObject
-
Uses of IPGApiAction in de.firstdata.ipg.api.client.action.datastorage
Subinterfaces of IPGApiAction in de.firstdata.ipg.api.client.action.datastorage Modifier and Type Interface Description interface
DeleteHostedData
interface
DisplayHostedData
interface
HostedData
interface
StoreHostedData
-
Uses of IPGApiAction in de.firstdata.ipg.api.client.action.datastorage.object
Classes in de.firstdata.ipg.api.client.action.datastorage.object that implement IPGApiAction Modifier and Type Class Description class
DeleteHostedDataObject
class
DisplayHostedDataObject
class
StoreHostedDataObject
-
Uses of IPGApiAction in de.firstdata.ipg.api.client.action.object
-
Uses of IPGApiAction in de.firstdata.ipg.api.client.action.recurringpayment
Subinterfaces of IPGApiAction in de.firstdata.ipg.api.client.action.recurringpayment Modifier and Type Interface Description interface
CancelRecurringPayment
interface
InstallRecurringPayment
interface
ModifyRecurringPayment
interface
PerformOnlyInTestEnvironmentRecurringPayment
interface
RecurringPayment
-
Uses of IPGApiAction in de.firstdata.ipg.api.client.action.recurringpayment.object
Classes in de.firstdata.ipg.api.client.action.recurringpayment.object that implement IPGApiAction Modifier and Type Class Description class
CancelRecurringPaymentObject
class
InstallRecurringPaymentObject
class
ModifyRecurringPaymentObject
class
PerformOnlyInTestEnvironmentRecurringPaymentObject
-