Class IPGAPIActionObject
- java.lang.Object
-
- de.firstdata.ipg.api.schema.Action
-
- de.firstdata.ipg.api.client.action.object.IPGAPIActionObject
-
- All Implemented Interfaces:
IPGApiAction
- Direct Known Subclasses:
CancelRecurringPaymentObject
,CreatePaymentURLObject
,DeleteBillKeyObject
,DeleteHostedDataObject
,DeletePaymentURLObject
,DeleteProductsObject
,DeleteProductStockObject
,DeliveryConfirmationObject
,DisplayHostedDataObject
,DisplayProductsObject
,DisplayProductStockObject
,ExportPaymentURLObject
,GenerateCashReceiptObject
,GetExternalConsumerInformationObject
,GetExternalTransactionStatusObject
,GetLastOrdersActionObject
,GetLastTransactionsObject
,GetNetworkTokenCryptogramObject
,InitiatedClearingObject
,InquiryCardInformationObject
,InquiryCardRateActionObject
,InquiryMerchantRateActionObject
,InquiryOrderObject
,InquiryTransactionObject
,InstallRecurringPaymentObject
,ModifyRecurringPaymentObject
,PerformOnlyInTestEnvironmentRecurringPaymentObject
,RequestCardRateForDCCObject
,RequestMerchantRateForDynamicPricingObject
,SendEMailNotificationObject
,StoreHostedDataObject
,StoreProductsObject
,StoreProductStockObject
,ValidateObject
public abstract class IPGAPIActionObject extends de.firstdata.ipg.api.schema.Action implements IPGApiAction
-
-
Field Summary
-
Fields inherited from class de.firstdata.ipg.api.schema.Action
clientLocale, createPaymentURL, deleteBillKey, deletePaymentURL, deliveryConfirmation, exportPaymentURL, generateCashReceipt, getExternalConsumerInformation, getExternalTransactionStatus, getGuestCheckoutTokenCryptogram, getLastOrders, getLastTransactions, getNetworkTokenCryptogram, initiateClearing, inquiryCardInformation, inquiryOrder, inquiryTransaction, manageProducts, manageProductStock, recurringPayment, requestCardRateForDCC, requestMerchantRateForDynamicPricing, sendEMailNotification, storeHostedData, validate
-
-
Constructor Summary
Constructors Constructor Description IPGAPIActionObject()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static String
getFormattedDate(Date value)
void
setClientLocale(Locale value)
-
Methods inherited from class de.firstdata.ipg.api.schema.Action
getClientLocale, getCreatePaymentURL, getDeleteBillKey, getDeletePaymentURL, getDeliveryConfirmation, getExportPaymentURL, getGenerateCashReceipt, getGetExternalConsumerInformation, getGetExternalTransactionStatus, getGetGuestCheckoutTokenCryptogram, getGetLastOrders, getGetLastTransactions, getGetNetworkTokenCryptogram, getInitiateClearing, getInquiryCardInformation, getInquiryOrder, getInquiryTransaction, getManageProducts, getManageProductStock, getRecurringPayment, getRequestCardRateForDCC, getRequestMerchantRateForDynamicPricing, getSendEMailNotification, getStoreHostedData, getValidate, setClientLocale, setCreatePaymentURL, setDeleteBillKey, setDeletePaymentURL, setDeliveryConfirmation, setExportPaymentURL, setGenerateCashReceipt, setGetExternalConsumerInformation, setGetExternalTransactionStatus, setGetGuestCheckoutTokenCryptogram, setGetLastOrders, setGetLastTransactions, setGetNetworkTokenCryptogram, setInitiateClearing, setInquiryCardInformation, setInquiryOrder, setInquiryTransaction, setManageProducts, setManageProductStock, setRecurringPayment, setRequestCardRateForDCC, setRequestMerchantRateForDynamicPricing, setSendEMailNotification, setStoreHostedData, setValidate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.firstdata.ipg.api.client.action.IPGApiAction
setStoreId
-
-
-
-
Method Detail
-
setClientLocale
public void setClientLocale(Locale value)
- Specified by:
setClientLocale
in interfaceIPGApiAction
-
-