public class IPGApiActionFactory extends Object
Constructor and Description |
---|
IPGApiActionFactory() |
public static InitiatedClearing createInitiatedClearing()
public static InquiryOrder createInquiryOrder(String orderID)
public static InquiryTransaction createInquiryTransaction(String orderID, String tDate)
public static InquiryCardInformation createInquiryCardInformation(String cardNumber)
public static DeleteHostedData createDeleteHostedData(String hostedDataID)
public static DisplayHostedData createDisplayHostedData(String hostedDataID)
public static StoreHostedData createStoreHostedData()
public static InstallRecurringPayment createInstallRecurringPayment(Amount amount, CreditCard creditCard, int installmentFrequency, String installmentPeriod, int maximumFailures, Date recurringStartDate)
public static InstallRecurringPayment createInstallRecurringPayment(Amount amount, CreditCard creditCard, int installmentFrequency, String installmentPeriod, int maximumFailures, String recurringStartDate)
public static InstallRecurringPayment createInstallRecurringPayment(Amount amount, DEDirectDebit deDirectDebit, int installmentFrequency, String installmentPeriod, int maximumFailures, Date recurringStartDate)
public static InstallRecurringPayment createInstallRecurringPayment(Amount amount, DEDirectDebit deDirectDebit, int installmentFrequency, String installmentPeriod, int maximumFailures, String recurringStartDate)
public static InstallRecurringPayment createInstallRecurringPayment(Amount amount, String referencedOrderID, int installmentFrequency, String installmentPeriod, int maximumFailures, Date recurringStartDate)
public static InstallRecurringPayment createInstallRecurringPayment(Amount amount, String referencedOrderID, int installmentFrequency, String installmentPeriod, int maximumFailures, String recurringStartDate)
public static InstallRecurringPayment createInstallRecurringPayment(Amount amount, String hostedDataID, String hostedDataStoreID, int installmentFrequency, String installmentPeriod, int maximumFailures, Date recurringStartDate)
public static InstallRecurringPayment createInstallRecurringPayment(Amount amount, String hostedDataID, String hostedDataStoreID, int installmentFrequency, String installmentPeriod, int maximumFailures, String recurringStartDate)
public static ModifyRecurringPayment createModifyRecurringPayment(String orderId)
public static CancelRecurringPayment createCancelRecurringPayment(String orderId)
public static PerformOnlyInTestEnvironmentRecurringPayment createPerformOnlyInTestEnvironmentRecurringPayment(String orderId)
public static Validate createValidate(CreditCard card)
public static Validate createValidate(CustomerCard card)
public static Validate createValidate(DEDirectDebit account)
public static SendEMailNotification createSendEMailNotification(String orderID, String tDate)
public static GetExternalTransactionStatus createGetExternalTransactionStatus(String orderID, String tDate)
public static GetExternalTransactionStatus createGetExternalTransactionStatus(String merchantTransactionId)
public static GetExternalTransactionStatus createGetExternalTransactionStatus(Long ipgTransactionId)
public static GetLastTransactions createGetLastTransactions()
public static GetExternalConsumerInformation createGetExternalConsumerInformation(String firstName, String surname, Date birthday, String street, String houseNumber, String postCode, String city, String country, String dataProvider)
public static GetExternalConsumerInformation createGetExternalConsumerInformation(String firstName, String surname, String birthday, String street, String houseNumber, String postCode, String city, String country, String dataProvider)
public static StoreProducts createStoreProducts()
public static DisplayProducts createDisplayProducts()
public static DeleteProducts createDeleteProducts()
public static StoreProductStock createStoreProductStock()
public static DisplayProductStock createDisplayProductStock()
public static DeleteProductStock createDeleteProductStock()
public static RequestCardRateForDCC createCardRateForDCC()
public static RequestMerchantRateForDynamicPricing createMerchantRateForDynamicPricing()
Copyright © 2019. All rights reserved.