Class ExportPaymentURLObject

    • 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
      ExportPaymentURLObject​(String storeID, String orderID, String startDateTime, String endDateTime, String merchantTransactionID)
      Making a ExportPaymentUrlObject with a valid store, orderID, startDatetime, endDateTime, merchantTransactionId
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      de.firstdata.ipg.api.schema.ExportPaymentURL getExportPaymentURL()  
      void setStoreId​(String storeID)  
      • Methods inherited from class de.firstdata.ipg.api.schema.Action

        getClientLocale, getCreatePaymentURL, getDeleteBillKey, getDeletePaymentURL, getDeliveryConfirmation, 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
    • Constructor Detail

      • ExportPaymentURLObject

        public ExportPaymentURLObject​(@Nonnull
                                      String storeID,
                                      String orderID,
                                      @Nonnull
                                      String startDateTime,
                                      @Nonnull
                                      String endDateTime,
                                      String merchantTransactionID)
        Making a ExportPaymentUrlObject with a valid store, orderID, startDatetime, endDateTime, merchantTransactionId
        Parameters:
        storeID -
        orderID -
        startDateTime -
        endDateTime -
        merchantTransactionID -
    • Method Detail

      • getExportPaymentURL

        public de.firstdata.ipg.api.schema.ExportPaymentURL getExportPaymentURL()
        Specified by:
        getExportPaymentURL in interface ExportPaymentURL
        Overrides:
        getExportPaymentURL in class de.firstdata.ipg.api.schema.Action