Class DeletePaymentURLObject
- java.lang.Object
-
- de.firstdata.ipg.api.schema.Action
-
- de.firstdata.ipg.api.client.action.object.IPGAPIActionObject
-
- de.firstdata.ipg.api.client.action.object.DeletePaymentURLObject
-
- All Implemented Interfaces:
DeletePaymentURL
,IPGApiAction
public class DeletePaymentURLObject extends IPGAPIActionObject implements DeletePaymentURL
This class represents an object which is used for delete a paymentUrl- Author:
- F4HCSR1
-
-
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 DeletePaymentURLObject(String storeID, Long ipgTransactionID)
Making a DeletepaymentUrlObject with a valid store and ipgTransactionIDDeletePaymentURLObject(String storeID, String paymentUrlID)
Making a DeletepaymentUrlObject with a valid store and paymentUrlIDDeletePaymentURLObject(String storeID, String orderID, String transactionTime)
Making a DeletepaymentUrlObject with a valid orderID and transactionTime
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.firstdata.ipg.api.schema.DeletePaymentURL
getDeletePaymentURL()
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, 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
setClientLocale
-
-
-
-
Constructor Detail
-
DeletePaymentURLObject
public DeletePaymentURLObject(String storeID, Long ipgTransactionID)
Making a DeletepaymentUrlObject with a valid store and ipgTransactionID- Parameters:
storeID
-ipgTransactionID
-
-
DeletePaymentURLObject
public DeletePaymentURLObject(String storeID, String paymentUrlID)
Making a DeletepaymentUrlObject with a valid store and paymentUrlID- Parameters:
storeID
-paymentUrlID
-
-
-
Method Detail
-
setStoreId
public void setStoreId(String storeID)
- Specified by:
setStoreId
in interfaceIPGApiAction
-
getDeletePaymentURL
public de.firstdata.ipg.api.schema.DeletePaymentURL getDeletePaymentURL()
- Specified by:
getDeletePaymentURL
in interfaceDeletePaymentURL
- Overrides:
getDeletePaymentURL
in classde.firstdata.ipg.api.schema.Action
-
-