All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static CancelRecurringPayment |
createCancelRecurringPayment(String orderId) |
|
static RequestCardRateForDCC |
createCardRateForDCC() |
|
static DeleteBillKey |
createDeleteBillKey(String customerId) |
|
static DeleteHostedData |
createDeleteHostedData(String hostedDataID) |
|
static DeleteProducts |
createDeleteProducts() |
|
static DeleteProductStock |
createDeleteProductStock() |
|
static DeliveryConfirmation |
createDeliveryConfirmation(Long ipgTransactionId) |
|
static DeliveryConfirmation |
createDeliveryConfirmation(String merchantTransactionId) |
|
static DeliveryConfirmation |
createDeliveryConfirmation(String orderID,
String tDate) |
|
static DisplayHostedData |
createDisplayHostedData(String hostedDataID) |
|
static DisplayProducts |
createDisplayProducts() |
|
static DisplayProductStock |
createDisplayProductStock() |
|
static GenerateCashReceipt |
createGenerateCashReceipt(Long ipgTransactionId,
String taxIdentifier,
String receiptType,
String billType) |
|
static GenerateCashReceipt |
createGenerateCashReceipt(String merchantTransactionId,
String taxIdentifier,
String receiptType,
String billType) |
|
static GenerateCashReceipt |
createGenerateCashReceipt(String orderID,
String tDate,
String taxIdentifier,
String receiptType,
String billType) |
|
static GetExternalConsumerInformation |
createGetExternalConsumerInformation(String firstName,
String surname,
String birthday,
String street,
String houseNumber,
String postCode,
String city,
String country,
String dataProvider) |
|
static GetExternalConsumerInformation |
createGetExternalConsumerInformation(String firstName,
String surname,
Date birthday,
String street,
String houseNumber,
String postCode,
String city,
String country,
String dataProvider) |
|
static GetExternalTransactionStatus |
createGetExternalTransactionStatus(Long ipgTransactionId) |
|
static GetExternalTransactionStatus |
createGetExternalTransactionStatus(String merchantTransactionId) |
|
static GetExternalTransactionStatus |
createGetExternalTransactionStatus(String orderID,
String tDate) |
|
static GetLastTransactions |
createGetLastTransactions() |
|
static GetNetworkTokenCryptogram |
createGetNetworkTokenCryptogram() |
|
static InitiatedClearing |
createInitiatedClearing() |
|
static InquiryCardInformation |
createInquiryCardInformation(String cardNumber) |
|
static InquiryOrder |
createInquiryOrder(String orderID) |
|
static InquiryTransaction |
createInquiryTransaction(String orderID,
String tDate) |
|
static InstallRecurringPayment |
createInstallRecurringPayment(Amount amount,
CreditCard creditCard,
int installmentFrequency,
String installmentPeriod,
int maximumFailures,
String recurringStartDate) |
|
static InstallRecurringPayment |
createInstallRecurringPayment(Amount amount,
CreditCard creditCard,
int installmentFrequency,
String installmentPeriod,
int maximumFailures,
Date recurringStartDate) |
|
static InstallRecurringPayment |
createInstallRecurringPayment(Amount amount,
DEDirectDebit deDirectDebit,
int installmentFrequency,
String installmentPeriod,
int maximumFailures,
String recurringStartDate) |
|
static InstallRecurringPayment |
createInstallRecurringPayment(Amount amount,
DEDirectDebit deDirectDebit,
int installmentFrequency,
String installmentPeriod,
int maximumFailures,
Date recurringStartDate) |
|
static InstallRecurringPayment |
createInstallRecurringPayment(Amount amount,
String referencedOrderID,
int installmentFrequency,
String installmentPeriod,
int maximumFailures,
String recurringStartDate) |
|
static InstallRecurringPayment |
createInstallRecurringPayment(Amount amount,
String referencedOrderID,
int installmentFrequency,
String installmentPeriod,
int maximumFailures,
Date recurringStartDate) |
|
static InstallRecurringPayment |
createInstallRecurringPayment(Amount amount,
String hostedDataID,
String hostedDataStoreID,
int installmentFrequency,
String installmentPeriod,
int maximumFailures,
String recurringStartDate) |
|
static InstallRecurringPayment |
createInstallRecurringPayment(Amount amount,
String hostedDataID,
String hostedDataStoreID,
int installmentFrequency,
String installmentPeriod,
int maximumFailures,
Date recurringStartDate) |
|
static RequestMerchantRateForDynamicPricing |
createMerchantRateForDynamicPricing() |
|
static ModifyRecurringPayment |
createModifyRecurringPayment(String orderId) |
|
static PerformOnlyInTestEnvironmentRecurringPayment |
createPerformOnlyInTestEnvironmentRecurringPayment(String orderId) |
|
static SendEMailNotification |
createSendEMailNotification(String orderID,
String tDate) |
|
static StoreHostedData |
createStoreHostedData() |
|
static StoreProducts |
createStoreProducts() |
|
static StoreProductStock |
createStoreProductStock() |
|
static Validate |
createValidate(CreditCard card) |
|
static Validate |
createValidate(CustomerCard card) |
|
static Validate |
createValidate(DEDirectDebit account) |
|
static Validate |
createValidate(String hostedDataID) |
|