Modifier and Type | Method and Description |
---|---|
static InstallRecurringPayment |
IPGApiActionFactory.createInstallRecurringPayment(Amount amount,
DEDirectDebit deDirectDebit,
int installmentFrequency,
String installmentPeriod,
int maximumFailures,
Date recurringStartDate) |
static InstallRecurringPayment |
IPGApiActionFactory.createInstallRecurringPayment(Amount amount,
DEDirectDebit deDirectDebit,
int installmentFrequency,
String installmentPeriod,
int maximumFailures,
String recurringStartDate) |
static Validate |
IPGApiActionFactory.createValidate(DEDirectDebit account) |
Modifier and Type | Method and Description |
---|---|
void |
StoreHostedData.add(String hostedDataID,
DEDirectDebit account) |
void |
StoreHostedData.add(String hostedDataID,
DEDirectDebit account,
boolean declineHostedDataDuplicates) |
void |
StoreHostedData.add(String hostedDataID,
DEDirectDebit account,
boolean declineHostedDataDuplicates,
de.firstdata.ipg.api.schema.TokenType tokenType,
Boolean assignToken) |
void |
StoreHostedData.add(String hostedDataID,
DEDirectDebit account,
de.firstdata.ipg.api.schema.TokenType tokenType,
Boolean assignToken) |
void |
StoreHostedData.add(String hostedDataID,
DEDirectDebit account,
de.firstdata.ipg.api.schema.TokenType tokenType,
Boolean assignToken,
String billingName) |
Modifier and Type | Method and Description |
---|---|
void |
StoreHostedDataObject.add(String hostedDataID,
DEDirectDebit account) |
void |
StoreHostedDataObject.add(String hostedDataID,
DEDirectDebit account,
boolean declineHostedDataDuplicates) |
void |
StoreHostedDataObject.add(String hostedDataID,
DEDirectDebit account,
boolean declineHostedDataDuplicates,
de.firstdata.ipg.api.schema.TokenType tokenType,
Boolean assignToken) |
void |
StoreHostedDataObject.add(String hostedDataID,
DEDirectDebit account,
de.firstdata.ipg.api.schema.TokenType tokenType,
Boolean assignToken) |
void |
StoreHostedDataObject.add(String hostedDataID,
DEDirectDebit account,
de.firstdata.ipg.api.schema.TokenType tokenType,
Boolean assignToken,
String billingName) |
Constructor and Description |
---|
ValidateObject(DEDirectDebit account) |
Modifier and Type | Method and Description |
---|---|
void |
ModifyRecurringPayment.setDEDirectDebit(DEDirectDebit value) |
Constructor and Description |
---|
InstallRecurringPaymentObject(Amount amount,
DEDirectDebit deDirectDebit,
int installmentFrequency,
String installmentPeriod,
int maximumFailures,
Date recurringStartDate) |
InstallRecurringPaymentObject(Amount amount,
DEDirectDebit deDirectDebit,
int installmentFrequency,
String installmentPeriod,
int maximumFailures,
String recurringStartDate) |
Modifier and Type | Method and Description |
---|---|
static DEDDCreditTransaction |
IPGApiTransactionFactory.createCreditTransactionDebitDE(Amount amount,
DEDirectDebit directDebit) |
static DEDDSaleTransaction |
IPGApiTransactionFactory.createSaleTransactionDebitDE(Amount amount,
DEDirectDebit directDebit) |
Constructor and Description |
---|
DEDDCreditTransactionObject(Amount amount,
DEDirectDebit account)
creates a Credit transaction with the minimum set of parameters -
note that you can add optional fields by calling the appropriate
setter methods on the returned
DEDDCreditTransactionObject instance |
DEDDCreditTransactionObject(Amount amount,
DEDirectDebit account,
String hostedDataID,
String hostedDataStoreID)
Deprecated.
use DEDDCreditTransactionObject(final Amount amount, final DEDirectDebit account) and the PaymentSetter
|
DEDDSaleTransactionObject(Amount amount,
DEDirectDebit account) |
DEDDTransactionObject(String type,
Amount amount,
DEDirectDebit account,
String hostedDataID,
String hostedDataStoreID,
String orderID) |
Copyright © 2019. All rights reserved.