Class InquiryTransactionObject
- java.lang.Object
-
- de.firstdata.ipg.api.schema.Action
-
- de.firstdata.ipg.api.client.action.object.IPGAPIActionObject
-
- de.firstdata.ipg.api.client.action.object.InquiryTransactionObject
-
- All Implemented Interfaces:
InquiryTransaction
,IPGApiAction
public class InquiryTransactionObject extends IPGAPIActionObject implements InquiryTransaction
-
-
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 InquiryTransactionObject(String orderID, String tDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.firstdata.ipg.api.schema.InquiryTransaction
getInquiryTransaction()
void
setIpgTransactionId(long ipgTransactionID)
void
setMerchantTransactionId(String merchantTransactionID)
void
setStoreId(String storeID)
-
Methods inherited from class de.firstdata.ipg.api.client.action.object.IPGAPIActionObject
getFormattedDate, setClientLocale
-
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, 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
setClientLocale
-
-
-
-
Method Detail
-
setStoreId
public void setStoreId(String storeID)
- Specified by:
setStoreId
in interfaceIPGApiAction
-
setIpgTransactionId
public void setIpgTransactionId(long ipgTransactionID)
- Specified by:
setIpgTransactionId
in interfaceInquiryTransaction
-
setMerchantTransactionId
public void setMerchantTransactionId(String merchantTransactionID)
- Specified by:
setMerchantTransactionId
in interfaceInquiryTransaction
-
getInquiryTransaction
public de.firstdata.ipg.api.schema.InquiryTransaction getInquiryTransaction()
- Overrides:
getInquiryTransaction
in classde.firstdata.ipg.api.schema.Action
-
-