- CancelRecurringPayment - Interface in de.firstdata.ipg.api.client.action.recurringpayment
-
- CancelRecurringPaymentObject - Class in de.firstdata.ipg.api.client.action.recurringpayment.object
-
- CancelRecurringPaymentObject(String) - Constructor for class de.firstdata.ipg.api.client.action.recurringpayment.object.CancelRecurringPaymentObject
-
- cardCodeValue - Variable in class de.firstdata.ipg.api.client.transaction.creditcard.CreditCard
-
- cardNumber - Variable in class de.firstdata.ipg.api.client.transaction.customercard.CustomerCard
-
- cashbackAmount - Variable in class de.firstdata.ipg.api.client.transaction.Amount
-
- CCCreditTransaction - Interface in de.firstdata.ipg.api.client.transaction.creditcard
-
- CCCreditTransactionObject - Class in de.firstdata.ipg.api.client.transaction.creditcard.object
-
This class represents a Credit transaction and allows for setting its
optional attributes by calling the appropriate setter
methods.
- CCCreditTransactionObject(Amount, CreditCard) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCCreditTransactionObject
-
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
CCCreditTransactionObject
instance
- CCCreditTransactionObject(Amount, String, String) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCCreditTransactionObject
-
- CCForceTicketTransaction - Interface in de.firstdata.ipg.api.client.transaction.creditcard
-
- CCForceTicketTransactionObject - Class in de.firstdata.ipg.api.client.transaction.creditcard.object
-
This class represents a ForceTicket transaction and allows for setting
its optional attributes by calling the appropriate setter
methods.
- CCForceTicketTransactionObject(Amount, CreditCard, String) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCForceTicketTransactionObject
-
creates a
ForceTicket transaction with the minimum set of
parameters - note that you can add optional fields by calling the
appropriate
setter
methods on the returned
CCForceTicketTransactionObject
instance
- CCForceTicketTransactionObject(Amount, String, String, String) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCForceTicketTransactionObject
-
- CCPayerAuthTransaction - Interface in de.firstdata.ipg.api.client.transaction.creditcard
-
- CCPayerAuthTransactionObject - Class in de.firstdata.ipg.api.client.transaction.creditcard.object
-
This class represents a PayerAuth transaction and allows for setting
its optional attributes by calling the appropriate setter
methods.
- CCPayerAuthTransactionObject() - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCPayerAuthTransactionObject
-
creates a Sale transaction with only the transactionType set.
- CCPayerAuthTransactionObject(Amount, CreditCard) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCPayerAuthTransactionObject
-
creates a
Sale transaction with the minimum set of parameters -
note that you can add optional fields by calling the appropriate
setter
methods on the returned
CCPayerAuthTransactionObject
instance
- CCPayerAuthTransactionObject(Amount, String, String) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCPayerAuthTransactionObject
-
- CCPayerAuthTransactionObject(Amount, EMVCardPresentRequest) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCPayerAuthTransactionObject
-
- CCPostAuthTransaction - Interface in de.firstdata.ipg.api.client.transaction.creditcard
-
- CCPostAuthTransactionObject - Class in de.firstdata.ipg.api.client.transaction.creditcard.object
-
This class represents a PostAuth transaction and allows for setting
its optional attributes by calling the appropriate setter
methods.
- CCPostAuthTransactionObject(Amount, String) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCPostAuthTransactionObject
-
creates a
PostAuth transaction with the minimum set of parameters
- note that you can add optional fields by calling the appropriate
setter
methods on the returned
CCPostAuthTransactionObject
instance
- CCPreAuthTransaction - Interface in de.firstdata.ipg.api.client.transaction.creditcard
-
- CCPreAuthTransactionObject - Class in de.firstdata.ipg.api.client.transaction.creditcard.object
-
This class represents a PreAuth transaction and allows for setting its
optional attributes by calling the appropriate setter
methods.
- CCPreAuthTransactionObject() - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCPreAuthTransactionObject
-
creates a PreAuth transaction with only the transactionType set.
- CCPreAuthTransactionObject(Amount, CreditCard) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCPreAuthTransactionObject
-
creates a
PreAuth transaction with the minimum set of parameters -
note that you can add optional fields by calling the appropriate
setter
methods on the returned
CCPreAuthTransactionObject
instance
- CCPreAuthTransactionObject(Amount, String, String) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCPreAuthTransactionObject
-
- CCPreAuthTransactionObject(Amount, EMVCardPresentRequest) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCPreAuthTransactionObject
-
- CCReturnTransaction - Interface in de.firstdata.ipg.api.client.transaction.creditcard
-
- CCReturnTransactionObject - Class in de.firstdata.ipg.api.client.transaction.creditcard.object
-
This class represents a Return transaction and allows for setting its
optional attributes by calling the appropriate setter
methods.
- CCReturnTransactionObject(Amount, String) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCReturnTransactionObject
-
creates a
Return transaction with the minimum set of parameters -
note that you can add optional fields by calling the appropriate
setter
methods on the returned
CCReturnTransactionObject
instance
- CCSaleTransaction - Interface in de.firstdata.ipg.api.client.transaction.creditcard
-
- CCSaleTransactionObject - Class in de.firstdata.ipg.api.client.transaction.creditcard.object
-
This class represents a Sale transaction and allows for setting its
optional attributes by calling the appropriate setter
methods.
- CCSaleTransactionObject() - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCSaleTransactionObject
-
creates a Sale transaction with only the transactionType set.
- CCSaleTransactionObject(Amount, CreditCard) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCSaleTransactionObject
-
creates a
Sale transaction with the minimum set of parameters -
note that you can add optional fields by calling the appropriate
setter
methods on the returned
CCSaleTransactionObject
instance
- CCSaleTransactionObject(Amount, String, String) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCSaleTransactionObject
-
- CCSaleTransactionObject(Amount, EMVCardPresentRequest) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCSaleTransactionObject
-
- CCTransaction - Interface in de.firstdata.ipg.api.client.transaction.creditcard
-
CreditCard Transaction
- CCTransactionObject - Class in de.firstdata.ipg.api.client.transaction.creditcard.object
-
IPGApiTransaction
is the abstract super class of any other
transaction class.
- CCTransactionObject(String, Amount, CreditCard, String, String, String) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- CCVoidTransaction - Interface in de.firstdata.ipg.api.client.transaction.creditcard
-
- CCVoidTransactionObject - Class in de.firstdata.ipg.api.client.transaction.creditcard.object
-
This class represents a Void transaction and allows for setting its
optional attributes by calling the appropriate setter
methods.
- CCVoidTransactionObject(String, String) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.object.CCVoidTransactionObject
-
creates a
Void transaction with the minimum set of parameters -
note that you can add optional fields by calling the appropriate
setter
methods on the returned
CCVoidTransactionObject
instance
- client - Variable in class de.firstdata.ipg.api.client.IPGApiClient
-
- ClientException - Exception in de.firstdata.ipg.api.client.exception
-
ClientException
is the super class of all client exception
classes.
- ClientException(String) - Constructor for exception de.firstdata.ipg.api.client.exception.ClientException
-
creates an instance of this class taking an error description as argument
- ClientException(String, Exception) - Constructor for exception de.firstdata.ipg.api.client.exception.ClientException
-
- commit(Object) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- commit(byte[]) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- commitAction(IPGApiAction) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
commits an action on the First Data API by performing a Web Service call
with the action data passed
- commitAction(IPGApiAction, IPGApiMerchantDetailsObject) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
commits an action on the First Data API by performing a Web Service call
with the action data passed
- commitTransaction(IPGApiTransaction) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
commits a transaction on the First Data API by performing a Web Service
call with the transaction data passed
- commitTransaction(IPGApiTransaction, IPGApiMerchantDetailsObject) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
commits a transaction on the First Data API by performing a Web Service
call with the transaction data passed
- commitTransaction(IPGApiSubsequentTransaction, IPGApiMerchantDetailsObject) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- createBoletoSaleTransaction(Amount, String, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createCancelRecurringPayment(String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createCardRateForDCC() - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createCreditTransactionCredit(Amount, CreditCard) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createCreditTransactionCredit(Amount, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createCreditTransactionCredit(Amount, String, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createCreditTransactionDebitDE(Amount, DEDirectDebit) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createCreditTransactionPayPal(Amount) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createCustomerCForceTicketTransaction(Amount, CustomerCard, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createCustomerCSaleTransaction(Amount, CustomerCard) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createDeleteHostedData(String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createDeleteProducts() - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createDeleteProductStock() - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createDisplayHostedData(String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createDisplayProducts() - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createDisplayProductStock() - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createForceTicketTransactionCredit(Amount, CreditCard, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createForceTicketTransactionCredit(Amount, String, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createForceTicketTransactionCredit(Amount, String, String, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createGetExternalConsumerInformation(String, String, Date, String, String, String, String, String, String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createGetExternalConsumerInformation(String, String, String, String, String, String, String, String, String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createGetExternalTransactionStatus(String, String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createGetExternalTransactionStatus(String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createGetExternalTransactionStatus(Long) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createGetLastTransactions() - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createInitiatedClearing() - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createInquiryCardInformation(String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createInquiryOrder(String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createInquiryTransaction(String, String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createInstallRecurringPayment(Amount, CreditCard, int, String, int, Date) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createInstallRecurringPayment(Amount, CreditCard, int, String, int, String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createInstallRecurringPayment(Amount, DEDirectDebit, int, String, int, Date) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createInstallRecurringPayment(Amount, DEDirectDebit, int, String, int, String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createInstallRecurringPayment(Amount, String, int, String, int, Date) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createInstallRecurringPayment(Amount, String, int, String, int, String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createInstallRecurringPayment(Amount, String, String, int, String, int, Date) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createInstallRecurringPayment(Amount, String, String, int, String, int, String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createKlarnaPostAuthTransaction(Amount, String, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createKlarnaPreAuthTransaction(Amount) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createKlarnaReturnTransaction(Amount, String, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createKlarnaVoidTransaction(String, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createMerchantRateForDynamicPricing() - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createMobilePhoneChargeTransaction(Amount, String, String, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createModifyRecurringPayment(String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createPayerAuthTransaction() - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
method should be used for Authentication of Payer Auth transaction
- createPayerAuthTransaction(Amount, CreditCard) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- CreatePaymentURL - Interface in de.firstdata.ipg.api.client.action
-
- CreatePaymentURLObject - Class in de.firstdata.ipg.api.client.action.object
-
- CreatePaymentURLObject(String) - Constructor for class de.firstdata.ipg.api.client.action.object.CreatePaymentURLObject
-
- createPerformOnlyInTestEnvironmentRecurringPayment(String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createPostAuthTransactionCredit(Amount, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createPostAuthTransactionPayPal(Amount, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createPreAuthTransactionCredit() - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
Method is used for Authentication of IVR Secure 3D transaction
- createPreAuthTransactionCredit(Amount, CreditCard) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createPreAuthTransactionCredit(Amount, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createPreAuthTransactionCredit(Amount, String, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createReturnSubsequentTransaction(Amount, String, String) - Static method in class de.firstdata.ipg.api.client.subsequenttransaction.IPGApiSubsequentTransactionFactory
-
- createReturnSubsequentTransaction(Amount, Long) - Static method in class de.firstdata.ipg.api.client.subsequenttransaction.IPGApiSubsequentTransactionFactory
-
- createReturnSubsequentTransaction(Amount, String) - Static method in class de.firstdata.ipg.api.client.subsequenttransaction.IPGApiSubsequentTransactionFactory
-
- createReturnTransactionAlipayPaySecure(Amount, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createReturnTransactionCredit(Amount, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createReturnTransactionDebitDE(Amount, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createReturnTransactionIdeal(Amount, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createReturnTransactionPayPal(Amount, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createReturnTransactionSofort(Amount, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createSaleTransactionAlipayPaySecure(Amount, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createSaleTransactionCredit() - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
Method is used for Authentication of IVR Secure 3D transaction
- createSaleTransactionCredit(Amount, CreditCard) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createSaleTransactionCredit(Amount, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createSaleTransactionCredit(Amount, String, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createSaleTransactionDebitDE(Amount, DEDirectDebit) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createSaleTransactionDebitDE(Amount, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createSaleTransactionDebitDE(Amount, String, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createSendEMailNotification(String, String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createSepaCreditTransaction(Amount, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createSepaSaleTransaction(Amount, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createStoreHostedData() - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createStoreProducts() - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createStoreProductStock() - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createValidate(CreditCard) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createValidate(CustomerCard) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createValidate(DEDirectDebit) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createValidate(String) - Static method in class de.firstdata.ipg.api.client.action.IPGApiActionFactory
-
- createVoidSubsequentTransaction(Amount, String, String) - Static method in class de.firstdata.ipg.api.client.subsequenttransaction.IPGApiSubsequentTransactionFactory
-
- createVoidSubsequentTransaction(Amount, Long) - Static method in class de.firstdata.ipg.api.client.subsequenttransaction.IPGApiSubsequentTransactionFactory
-
- createVoidSubsequentTransaction(Amount, String) - Static method in class de.firstdata.ipg.api.client.subsequenttransaction.IPGApiSubsequentTransactionFactory
-
- createVoidTransactionAlipayPaySecure(String, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createVoidTransactionCredit(String, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createVoidTransactionDebitDE(String, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- createVoidTransactionPayPal(String, String) - Static method in class de.firstdata.ipg.api.client.transaction.IPGApiTransactionFactory
-
- CREDIT - Static variable in class de.firstdata.ipg.api.client.transaction.apm.sepapayout.object.SepaCreditTransactionObject
-
- CreditCard - Class in de.firstdata.ipg.api.client.transaction.creditcard
-
- CreditCard(String) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.CreditCard
-
- CreditCard(String, String) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.CreditCard
-
- CreditCard(String, String, String, String) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.CreditCard
-
- CreditCard(String, String, String, String, String) - Constructor for class de.firstdata.ipg.api.client.transaction.creditcard.CreditCard
-
- CUPDomesticReturnTransaction - Interface in de.firstdata.ipg.api.client.transaction.cupdomestic
-
- CUPDomesticReturnTransactionObject - Class in de.firstdata.ipg.api.client.transaction.cupdomestic.object
-
- CUPDomesticReturnTransactionObject(Amount, String) - Constructor for class de.firstdata.ipg.api.client.transaction.cupdomestic.object.CUPDomesticReturnTransactionObject
-
- CUPDomesticSaleTransaction - Interface in de.firstdata.ipg.api.client.transaction.cupdomestic
-
- CUPDomesticSaleTransactionObject - Class in de.firstdata.ipg.api.client.transaction.cupdomestic.object
-
For domestic CUP sale transactions via ChinaPnR
- CUPDomesticSaleTransactionObject(Amount, String, String, int, BigDecimal, String, URI) - Constructor for class de.firstdata.ipg.api.client.transaction.cupdomestic.object.CUPDomesticSaleTransactionObject
-
- CUPDomesticTransactionObject - Class in de.firstdata.ipg.api.client.transaction.cupdomestic.object
-
- CUPDomesticTransactionObject(Amount, String) - Constructor for class de.firstdata.ipg.api.client.transaction.cupdomestic.object.CUPDomesticTransactionObject
-
- currency - Variable in class de.firstdata.ipg.api.client.transaction.Amount
-
- CustomerCard - Class in de.firstdata.ipg.api.client.transaction.customercard
-
- CustomerCard(String) - Constructor for class de.firstdata.ipg.api.client.transaction.customercard.CustomerCard
-
- CustomerCard(String, String, String) - Constructor for class de.firstdata.ipg.api.client.transaction.customercard.CustomerCard
-
- CustomerCForceTicketTransaction - Interface in de.firstdata.ipg.api.client.transaction.customercard
-
- CustomerCForceTicketTransactionObject - Class in de.firstdata.ipg.api.client.transaction.customercard.object
-
This class represents a ForceTicket transaction and allows for setting
its optional attributes by calling the appropriate setter
methods.
- CustomerCForceTicketTransactionObject(Amount, CustomerCard, String) - Constructor for class de.firstdata.ipg.api.client.transaction.customercard.object.CustomerCForceTicketTransactionObject
-
creates a
ForceTicket transaction with the minimum set of
parameters - note that you can add optional fields by calling the
appropriate
setter
methods on the returned
CustomerCForceTicketTransactionObject
instance
- CustomerCSaleTransaction - Interface in de.firstdata.ipg.api.client.transaction.customercard
-
- CustomerCSaleTransactionObject - Class in de.firstdata.ipg.api.client.transaction.customercard.object
-
This class represents a Sale transaction and allows for setting its
optional attributes by calling the appropriate setter
methods.
- CustomerCSaleTransactionObject(Amount, CustomerCard) - Constructor for class de.firstdata.ipg.api.client.transaction.customercard.object.CustomerCSaleTransactionObject
-
creates a
Sale transaction with the minimum set of parameters -
note that you can add optional fields by calling the appropriate
setter
methods on the returned
CustomerCSaleTransactionObject
instance
- CustomerCTransaction - Interface in de.firstdata.ipg.api.client.transaction.customercard
-
CreditCard Transaction
- CustomerCTransactionObject - Class in de.firstdata.ipg.api.client.transaction.customercard.object
-
IPGApiTransaction
is the abstract super class of any other
transaction class.
- CustomerCTransactionObject(String, Amount, CustomerCard, String) - Constructor for class de.firstdata.ipg.api.client.transaction.customercard.object.CustomerCTransactionObject
-
- getAddress() - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- getAlipayDomesticInformation() - Method in class de.firstdata.ipg.api.client.transaction.alipay.object.AlipayTransactionObject
-
- getAlipayPaymentInformation() - Method in class de.firstdata.ipg.api.client.transaction.alipay.object.AlipayTransactionObject
-
- getAlipayTxType() - Method in class de.firstdata.ipg.api.client.transaction.alipay.object.AlipayTransactionObject
-
- getApprovalCode() - Method in exception de.firstdata.ipg.api.client.exception.ProcessingException
-
returns the code which is created by the credit card processor when
having processing this transaction - note that this element might be
empty in case the transaction fas failed before reaching the credit card
processor
- getApprovalCode() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
returns the code which is created by the credit card processor when
having approved this transaction
- getAVSResponse() - Method in exception de.firstdata.ipg.api.client.exception.ProcessingException
-
returns the address verification response (AVS) - currently, AVS is not
supported by the First Data API, i.e.
- getAVSResponse() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
returns the address verification response (AVS)
- getBilling() - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- getBoletoTxType() - Method in class de.firstdata.ipg.api.client.transaction.softwareexpress.object.BoletoTransactionObject
-
see Transaction.getBoletoTxType()
- getBrand() - Method in exception de.firstdata.ipg.api.client.exception.ProcessingException
-
- getBrand() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getBytes(String) - Static method in class de.firstdata.common.utils.IO
-
- getCommercialServiceProvider() - Method in exception de.firstdata.ipg.api.client.exception.ProcessingException
-
returns the commetcial service provider
- getCommercialServiceProvider() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
returns the commercial service provider
- getCountry() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getCreatePaymentURL() - Method in interface de.firstdata.ipg.api.client.action.CreatePaymentURL
-
- getCreatePaymentURL() - Method in class de.firstdata.ipg.api.client.action.object.CreatePaymentURLObject
-
- getCreditCard3DSecure() - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- getCreditCardTxType() - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- getCUPDomesticInformation() - Method in class de.firstdata.ipg.api.client.transaction.cupdomestic.object.CUPDomesticSaleTransactionObject
-
- getCUPDomesticInformation() - Method in class de.firstdata.ipg.api.client.transaction.cupdomestic.object.CUPDomesticTransactionObject
-
- getCUPDomesticTxType() - Method in class de.firstdata.ipg.api.client.transaction.cupdomestic.object.CUPDomesticTransactionObject
-
- getCustomerCardTxType() - Method in class de.firstdata.ipg.api.client.transaction.customercard.object.CustomerCTransactionObject
-
- getDebugInformation() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
returns debug information - for internal use only
- getDEDirectDebitData() - Method in class de.firstdata.ipg.api.client.transaction.dedirectdebit.object.DEDDSaleTransactionObject
-
- getDEDirectDebitTxType() - Method in class de.firstdata.ipg.api.client.transaction.dedirectdebit.object.DEDDTransactionObject
-
- getDeletePaymentURL() - Method in interface de.firstdata.ipg.api.client.action.DeletePaymentURL
-
- getDeletePaymentURL() - Method in class de.firstdata.ipg.api.client.action.object.DeletePaymentURLObject
-
- getErrorMessage() - Method in exception de.firstdata.ipg.api.client.exception.ProcessingException
-
returns the processing error message starting with the error code
followed by an error description - in case the error has been found by
the credit card processor, this description is the same as the one
returned by
ProcessingException.getProcessorResponseMessage()
- getErrorMessage() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
returns the processing error message - note that this element is always
empty since the transaction has been approved
- getExportPaymentURL() - Method in interface de.firstdata.ipg.api.client.action.ExportPaymentURL
-
- getExportPaymentURL() - Method in class de.firstdata.ipg.api.client.action.object.ExportPaymentURLObject
-
- GetExternalConsumerInformation - Interface in de.firstdata.ipg.api.client.action
-
- GetExternalConsumerInformationObject - Class in de.firstdata.ipg.api.client.action.object
-
- GetExternalConsumerInformationObject(String, String, Date, String, String, String, String, String, String) - Constructor for class de.firstdata.ipg.api.client.action.object.GetExternalConsumerInformationObject
-
- GetExternalConsumerInformationObject(String, String, String, String, String, String, String, String, String) - Constructor for class de.firstdata.ipg.api.client.action.object.GetExternalConsumerInformationObject
-
- getExternalMerchantID() - Method in exception de.firstdata.ipg.api.client.exception.ProcessingException
-
- getExternalMerchantID() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
returns ExternalMerchantId from Response
- GetExternalTransactionStatus - Interface in de.firstdata.ipg.api.client.action
-
- GetExternalTransactionStatusObject - Class in de.firstdata.ipg.api.client.action.object
-
- GetExternalTransactionStatusObject(String, String) - Constructor for class de.firstdata.ipg.api.client.action.object.GetExternalTransactionStatusObject
-
- GetExternalTransactionStatusObject(String) - Constructor for class de.firstdata.ipg.api.client.action.object.GetExternalTransactionStatusObject
-
- GetExternalTransactionStatusObject(Long) - Constructor for class de.firstdata.ipg.api.client.action.object.GetExternalTransactionStatusObject
-
- getFormattedDate(Date) - Static method in class de.firstdata.ipg.api.client.action.object.IPGAPIActionObject
-
- getFormattedDate(Date) - Static method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- getGetExternalConsumerInformation() - Method in class de.firstdata.ipg.api.client.action.object.GetExternalConsumerInformationObject
-
- getGetExternalTransactionStatus() - Method in class de.firstdata.ipg.api.client.action.object.GetExternalTransactionStatusObject
-
- getGetLastOrders() - Method in class de.firstdata.ipg.api.client.action.object.GetLastOrdersActionObject
-
- getGetLastTransactions() - Method in class de.firstdata.ipg.api.client.action.object.GetLastTransactionsObject
-
- getHostedDataIds() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getIdealTxType() - Method in class de.firstdata.ipg.api.client.transaction.ideal.object.IdealTransactionObject
-
- getInitiateClearing() - Method in class de.firstdata.ipg.api.client.action.object.InitiatedClearingObject
-
- getInquiryCardInformation() - Method in class de.firstdata.ipg.api.client.action.object.InquiryCardInformationObject
-
- getInquiryOrder() - Method in class de.firstdata.ipg.api.client.action.object.InquiryOrderObject
-
- getInquiryTransaction() - Method in class de.firstdata.ipg.api.client.action.object.InquiryTransactionObject
-
- getIpgApiUrl() - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- getIpgTransactionId() - Method in exception de.firstdata.ipg.api.client.exception.ProcessingException
-
returns the transaction ID with which this transaction can be referred to
- note that this ID cannot be provided for any follow-up transactions
since the transaction has failed
- getIpgTransactionId() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getKeyStore() - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- getKeyStorePassword() - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- getKlarnaTxType() - Method in class de.firstdata.ipg.api.client.transaction.klarna.object.KlarnaTransactionObject
-
see Transaction.getKlarnaTxType()
- getKoreanPaymentServiceTxType() - Method in class de.firstdata.ipg.api.client.transaction.kps.object.KpsTransactionObject
-
- GetLastOrdersAction - Interface in de.firstdata.ipg.api.client.action
-
- GetLastOrdersActionObject - Class in de.firstdata.ipg.api.client.action.object
-
- GetLastOrdersActionObject() - Constructor for class de.firstdata.ipg.api.client.action.object.GetLastOrdersActionObject
-
- GetLastTransactions - Interface in de.firstdata.ipg.api.client.action
-
- GetLastTransactionsObject - Class in de.firstdata.ipg.api.client.action.object
-
- GetLastTransactionsObject() - Constructor for class de.firstdata.ipg.api.client.action.object.GetLastTransactionsObject
-
- getMandateReference() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getMaxConnectionsPerRoute() - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- getMaxTotalConnections() - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- getMerchantMasterData() - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- getOptions() - Method in class de.firstdata.ipg.api.client.subsequenttransaction.object.IPGApiSubsequentTransactionObject
-
- getOrderId() - Method in exception de.firstdata.ipg.api.client.exception.ProcessingException
-
returns the order ID with which this transaction can be referred to -
note that this ID cannot be provided for any follow-up transactions since
the transaction has failed
- getOrderId() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
returns the order ID which must be provided when referring to this
transaction - you have to provide this ID when creating a follow-up
transaction by calling one of the operations
IPGApiClient#createPostAuthTransaction(double, String)
,
IPGApiClient#createReturnTransaction(double, String)
, and
IPGApiClient#createVoidTransaction(String, String)
- getPassword() - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- getPayerSecurityLevel() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getPayment() - Method in class de.firstdata.ipg.api.client.subsequenttransaction.object.IPGApiSubsequentTransactionObject
-
- getPayment() - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- getPaymentType() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getPayPalTxType() - Method in class de.firstdata.ipg.api.client.transaction.paypal.object.PayPalTransactionObject
-
- getProcessorApprovalCode() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
Returns the processor approval code
- getProcessorCCVResponse() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getProcessorInstallmentFirstAmount() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getProcessorInstallmentInsuranceAmount() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getProcessorInstallmentIssuerFeeAmount() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getProcessorInstallmentOtherAmount() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getProcessorInstallmentOtherExpensesAmount() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getProcessorInstallmentRatePerYear() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getProcessorInstallmentTaxesAmount() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getProcessorInstallmentTotalAmount() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getProcessorNetworkInformation() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getProcessorReceiptNumber() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
Returns the processor receipt number
- getProcessorReferenceNumber() - Method in exception de.firstdata.ipg.api.client.exception.ProcessingException
-
returns the reference number the credit card processor uses for referring
to this transaction - note that this element might be empty in case the
transaction fas failed before reaching the credit card processor
- getProcessorReferenceNumber() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
returns the reference number the credit card processor uses for referring
to this transaction
- getProcessorResponseCode() - Method in exception de.firstdata.ipg.api.client.exception.ProcessingException
-
- getProcessorResponseCode() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
Returns the processor response code
- getProcessorResponseMessage() - Method in exception de.firstdata.ipg.api.client.exception.ProcessingException
-
returns the processing error message returned by the credit card
processor - note that this element might be empty in case the transaction
fas failed before reaching the credit card processor
- getProcessorResponseMessage() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
returns the processing response message returned by the credit card
processor - since the transaction has been approved, the string
Function performed error-free is always returned
- getProcessorTraceNumber() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
Returns the processor trace number
- getProcessorVoucherRemainingAmount() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getProcessorVoucherType() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getRedirectURL() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getRequestCardRateForDCC() - Method in class de.firstdata.ipg.api.client.action.object.InquiryCardRateActionObject
-
- getRequestCardRateForDCC() - Method in class de.firstdata.ipg.api.client.action.object.RequestCardRateForDCCObject
-
- getRequestMerchantRateForDynamicPricing() - Method in class de.firstdata.ipg.api.client.action.object.InquiryMerchantRateActionObject
-
- getRequestMerchantRateForDynamicPricing() - Method in class de.firstdata.ipg.api.client.action.object.RequestMerchantRateForDynamicPricingObject
-
- getResponse() - Method in exception de.firstdata.ipg.api.client.exception.ProcessingException
-
- getSecure3DRequest() - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- getSecure3DResponse() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getSecurePlusRequest() - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- getSecurePlusResponse() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getSendEMailNotification() - Method in class de.firstdata.ipg.api.client.action.object.SendEMailNotificationObject
-
- getSepaTxType() - Method in class de.firstdata.ipg.api.client.transaction.apm.sepapayout.object.SepaCreditTransactionObject
-
- getSepaTxType() - Method in class de.firstdata.ipg.api.client.transaction.SepaSaleTransactionObject
-
- getSettlementSplit() - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- getShipping() - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- getSocketTimeout() - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- getSofortTxType() - Method in class de.firstdata.ipg.api.client.transaction.sofort.object.SofortTransactionObject
-
- getStoreID() - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- getString(String) - Static method in class de.firstdata.common.utils.IO
-
- getTDate() - Method in exception de.firstdata.ipg.api.client.exception.ProcessingException
-
returns the tDate of this transaction - note that this tDate cannot be
used when voiding the transaction since it has failed
- getTDate() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
returns the tDate which must be provided when voiding this transaction by
creating a Void transaction object via
IPGApiClient#createVoidTransaction(String, String)
- getTDateFormatted() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getTerminal() - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- getTerminalID() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
returns the terminal id of this transaction
- getTimeout() - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- getTopUpTxType() - Method in class de.firstdata.ipg.api.client.transaction.topup.object.TopUpTransactionObject
-
- getTransactionDetails() - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- getTransactionResult() - Method in exception de.firstdata.ipg.api.client.exception.ProcessingException
-
returns the transaction result which is either DECLINE or
FRAUD depending on the error cause
- getTransactionResult() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
returns the transaction result which is always set to APPROVED
- getTransactionTime() - Method in exception de.firstdata.ipg.api.client.exception.ProcessingException
-
returns the time stamp set by the First Data API Web Service before
returning the transaction result
- getTransactionTime() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
returns the time stamp set by the First Data API Web Service before
returning the transaction result
- getTrustStore() - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- getTrustStorePassword() - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- getType() - Method in class de.firstdata.ipg.api.client.transaction.alipay.object.AlipayTransactionObject
-
- getType() - Method in class de.firstdata.ipg.api.client.transaction.apm.sepapayout.object.SepaCreditTransactionObject
-
SepaPayout has only credit type.
- getType() - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- getType() - Method in class de.firstdata.ipg.api.client.transaction.cupdomestic.object.CUPDomesticReturnTransactionObject
-
- getType() - Method in class de.firstdata.ipg.api.client.transaction.cupdomestic.object.CUPDomesticSaleTransactionObject
-
- getType() - Method in class de.firstdata.ipg.api.client.transaction.customercard.object.CustomerCTransactionObject
-
- getType() - Method in class de.firstdata.ipg.api.client.transaction.dedirectdebit.object.DEDDTransactionObject
-
- getType() - Method in class de.firstdata.ipg.api.client.transaction.ideal.object.IdealTransactionObject
-
- getType() - Method in interface de.firstdata.ipg.api.client.transaction.IPGApiTransaction
-
- getType() - Method in class de.firstdata.ipg.api.client.transaction.klarna.object.KlarnaTransactionObject
-
- getType() - Method in class de.firstdata.ipg.api.client.transaction.kps.object.KpsReturnTransactionObject
-
- getType() - Method in class de.firstdata.ipg.api.client.transaction.paypal.object.PayPalTransactionObject
-
- getType() - Method in class de.firstdata.ipg.api.client.transaction.SepaSaleTransactionObject
-
Sepa Direct Debit has only sale type.
- getType() - Method in class de.firstdata.ipg.api.client.transaction.sofort.object.SofortTransactionObject
-
- getType() - Method in class de.firstdata.ipg.api.client.transaction.softwareexpress.object.BoletoTransactionObject
-
- getType() - Method in class de.firstdata.ipg.api.client.transaction.topup.object.MobilePhoneChargeTransactionObject
-
- getType() - Method in class de.firstdata.ipg.api.client.transaction.wechat.object.WeChatReturnTransactionObject
-
- getType() - Method in class de.firstdata.ipg.api.client.transaction.wechat.object.WeChatSaleTransactionObject
-
- getUpdatedAccountErrorCode() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getUpdatedAccountStatus() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getUpdatedExpirationDate() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getUpdatedPrimaryAccountNumber() - Method in class de.firstdata.ipg.api.client.IPGApiResult
-
- getUpop() - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- getURI() - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- getUserID() - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- getUserMidfix() - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- getUserPrefix() - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
- getValidate() - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- getWallet() - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- getWeChatDomesticInformation() - Method in class de.firstdata.ipg.api.client.transaction.wechat.object.WeChatSaleTransactionObject
-
- getWeChatDomesticInformation() - Method in class de.firstdata.ipg.api.client.transaction.wechat.object.WeChatTransactionObject
-
- getWeChatTxType() - Method in class de.firstdata.ipg.api.client.transaction.wechat.object.WeChatTransactionObject
-
- getXMLTransformer() - Static method in class de.firstdata.ipg.api.client.XMLTransformer
-
Returns a new initialized xml formatter.
- SALE - Static variable in class de.firstdata.ipg.api.client.transaction.SepaSaleTransactionObject
-
- Secure3DSetter - Interface in de.firstdata.ipg.api.client.transaction.creditcard.setter
-
- SendEMailNotification - Interface in de.firstdata.ipg.api.client.action
-
- SendEMailNotificationObject - Class in de.firstdata.ipg.api.client.action.object
-
- SendEMailNotificationObject(String, String) - Constructor for class de.firstdata.ipg.api.client.action.object.SendEMailNotificationObject
-
- SepaCreditTransaction - Interface in de.firstdata.ipg.api.client.transaction.apm.sepapayout
-
- SepaCreditTransactionObject - Class in de.firstdata.ipg.api.client.transaction.apm.sepapayout.object
-
- SepaCreditTransactionObject(Amount, String) - Constructor for class de.firstdata.ipg.api.client.transaction.apm.sepapayout.object.SepaCreditTransactionObject
-
- SepaSaleTransaction - Interface in de.firstdata.ipg.api.client.transaction
-
- SepaSaleTransactionObject - Class in de.firstdata.ipg.api.client.transaction
-
- SepaSaleTransactionObject(Amount, String) - Constructor for class de.firstdata.ipg.api.client.transaction.SepaSaleTransactionObject
-
- ServerException - Exception in de.firstdata.ipg.api.client.exception
-
ServerException
is the super class of all server exception
classes.
- ServerException(String) - Constructor for exception de.firstdata.ipg.api.client.exception.ServerException
-
creates an instance of this class taking an error description as argument
- ServerException(String, Exception) - Constructor for exception de.firstdata.ipg.api.client.exception.ServerException
-
- setAccountNumber(String) - Method in interface de.firstdata.ipg.api.client.transaction.apm.internationalpayout.InternationalCreditTransaction
-
- setAcsTransactionId(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setAcsTransactionId(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setAcsTransactionId(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setActivateStatus(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setActivateStatus(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setActivateStatus(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.UpopSecurePlusSetter
-
setters for activate Status from UPOP Verify-Enrollment response
- setActivateStatus(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.UpopSetter
-
setters for activate Status from UPOP Verify-Enrollment response
- setAdditionalRequestParameters(AdditionalRequestParameters) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setAdditionalRequestParameters(AdditionalRequestParameters) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setAdditionalRequestParameters(AdditionalRequestParameters) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setAdditionalRequestParameters(AdditionalRequestParameters) - Method in interface de.firstdata.ipg.api.client.transaction.setter.TransactionDetailsSetter
-
- setAddress(String) - Method in interface de.firstdata.ipg.api.client.transaction.apm.internationalpayout.InternationalCreditTransaction
-
- setAddress1(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setAddress1(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- setAddress1(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setAddress1(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
sets the first line of the customer's address
- setAddress2(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setAddress2(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- setAddress2(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setAddress2(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
sets the second line of the customer's address
- setAddressNumber(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
Deprecated.
- setAddressNumber(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
Deprecated.
- setAddressNumber(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
Deprecated.
- setAirlineDetails(AirlineDetails) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setAirlineDetails(AirlineDetails) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.AdditionalTransactionDataSetter
-
- setAmount(Amount) - Method in interface de.firstdata.ipg.api.client.action.recurringpayment.ModifyRecurringPayment
-
- setAssignToken(Boolean) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setAssignToken(Boolean) - Method in interface de.firstdata.ipg.api.client.transaction.setter.PaymentSetter
-
- setAuthenticate3dSecureTransaction(Boolean) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setAuthenticate3dSecureTransaction(Boolean) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setAuthenticate3dSecureTransaction(Boolean) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setAuthenticateUpopTransaction(Boolean) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCPayerAuthTransactionObject
-
- setAuthenticateUpopTransaction(Boolean) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCPreAuthTransactionObject
-
- setAuthenticateUpopTransaction(Boolean) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCSaleTransactionObject
-
- setAuthenticateUpopTransaction(Boolean) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.UpopSecurePlusSetter
-
setter to start authentication by sending a SMS to the card holder via
UPOP request
- setAuthenticationValue(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setAuthenticationValue(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setAuthenticationValue(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setAuthorizerID(String) - Method in interface de.firstdata.ipg.api.client.transaction.softwareexpress.BoletoSaleTransaction
-
- setBankAddress(String) - Method in interface de.firstdata.ipg.api.client.transaction.apm.internationalpayout.InternationalCreditTransaction
-
- setBankId(String) - Method in interface de.firstdata.ipg.api.client.transaction.cupdomestic.CUPDomesticSaleTransaction
-
- setBankId(String) - Method in class de.firstdata.ipg.api.client.transaction.cupdomestic.object.CUPDomesticSaleTransactionObject
-
- setBankName(String) - Method in interface de.firstdata.ipg.api.client.transaction.apm.internationalpayout.InternationalCreditTransaction
-
- setBaseAmount(BigDecimal) - Method in class de.firstdata.ipg.api.client.action.object.RequestCardRateForDCCObject
-
- setBaseAmount(BigDecimal) - Method in class de.firstdata.ipg.api.client.action.object.RequestMerchantRateForDynamicPricingObject
-
- setBaseAmount(BigDecimal) - Method in interface de.firstdata.ipg.api.client.action.RequestCardRateForDCC
-
- setBaseAmount(BigDecimal) - Method in interface de.firstdata.ipg.api.client.action.RequestMerchantRateForDynamicPricing
-
- setBaseAmountAndBIN(BigDecimal, String) - Method in interface de.firstdata.ipg.api.client.action.InquiryCardRateAction
-
- setBaseAmountAndBIN(BigDecimal, String) - Method in class de.firstdata.ipg.api.client.action.object.InquiryCardRateActionObject
-
- setBaseAmountAndForeignCurrency(BigDecimal, String) - Method in interface de.firstdata.ipg.api.client.action.InquiryMerchantRateAction
-
- setBaseAmountAndForeignCurrency(BigDecimal, String) - Method in class de.firstdata.ipg.api.client.action.object.InquiryMerchantRateActionObject
-
- setBasket(Basket) - Method in interface de.firstdata.ipg.api.client.subsequenttransaction.IPGApiSubsequentTransaction
-
- setBasket(Basket) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BasketSetter
-
- setBic(String) - Method in interface de.firstdata.ipg.api.client.transaction.apm.internationalpayout.InternationalCreditTransaction
-
- setBIN(String) - Method in class de.firstdata.ipg.api.client.action.object.RequestCardRateForDCCObject
-
- setBIN(String) - Method in interface de.firstdata.ipg.api.client.action.RequestCardRateForDCC
-
- setBirthDate(XMLGregorianCalendar) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setBirthDate(XMLGregorianCalendar) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setBirthDate(XMLGregorianCalendar) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
- setBranchCode(String) - Method in interface de.firstdata.ipg.api.client.transaction.apm.internationalpayout.InternationalCreditTransaction
-
- setCardAccount(CardAccountType) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCCreditTransaction
-
- setCardAccount(CardAccountType) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCForceTicketTransaction
-
- setCardAccount(CardAccountType) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCPreAuthTransaction
-
- setCardAccount(CardAccountType) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCSaleTransaction
-
- setCardFunction(CardFunctionType) - Method in interface de.firstdata.ipg.api.client.action.recurringpayment.InstallRecurringPayment
-
- setCardFunction(CardFunctionType) - Method in interface de.firstdata.ipg.api.client.action.recurringpayment.ModifyRecurringPayment
-
- setCardFunction(CardFunctionType) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCCreditTransaction
-
- setCardFunction(CardFunctionType) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCForceTicketTransaction
-
- setCardFunction(CardFunctionType) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCPayerAuthTransaction
-
- setCardFunction(CardFunctionType) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCPreAuthTransaction
-
- setCardFunction(CardFunctionType) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCSaleTransaction
-
- setCarRental(CarRental) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setCarRental(CarRental) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.AdditionalTransactionDataSetter
-
- setCity(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setCity(String) - Method in interface de.firstdata.ipg.api.client.transaction.apm.internationalpayout.InternationalCreditTransaction
-
- setCity(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- setCity(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setCity(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
sets the customer's city
- setClientLocale(Locale) - Method in interface de.firstdata.ipg.api.client.action.IPGApiAction
-
- setClientLocale(Locale) - Method in class de.firstdata.ipg.api.client.action.object.IPGAPIActionObject
-
- setClientLocale(Locale) - Method in interface de.firstdata.ipg.api.client.transaction.IPGApiTransaction
-
- setClientLocale(Locale) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setComments(String) - Method in interface de.firstdata.ipg.api.client.action.recurringpayment.InstallRecurringPayment
-
- setComments(String) - Method in interface de.firstdata.ipg.api.client.action.recurringpayment.ModifyRecurringPayment
-
- setComments(String) - Method in interface de.firstdata.ipg.api.client.transaction.IPGApiTransaction
-
- setComments(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setCompany(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setCompany(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setCompany(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
sets the customer's company
- setConnectionPoolTimeout(int) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
This method sets the ConnManagerPNames.TIMEOUT.
- setConsumerId(String) - Method in interface de.firstdata.ipg.api.client.transaction.apm.internationalpayout.InternationalCreditTransaction
-
- setCount(Integer) - Method in interface de.firstdata.ipg.api.client.action.GetLastOrdersAction
-
- setCount(Integer) - Method in interface de.firstdata.ipg.api.client.action.GetLastTransactions
-
- setCount(Integer) - Method in class de.firstdata.ipg.api.client.action.object.GetLastOrdersActionObject
-
- setCount(Integer) - Method in class de.firstdata.ipg.api.client.action.object.GetLastTransactionsObject
-
- setCountry(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setCountry(String) - Method in interface de.firstdata.ipg.api.client.transaction.apm.ApmTransaction
-
- setCountry(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- setCountry(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setCountry(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
sets the customer's country
- setCreditCard(CreditCard) - Method in interface de.firstdata.ipg.api.client.action.recurringpayment.ModifyRecurringPayment
-
- setCustomerID(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setCustomerId(String) - Method in interface de.firstdata.ipg.api.client.transaction.cupdomestic.CUPDomesticSaleTransaction
-
if not set, registration should get started after ChinaPnR redirection
- setCustomerId(String) - Method in class de.firstdata.ipg.api.client.transaction.cupdomestic.object.CUPDomesticSaleTransactionObject
-
- setCustomerID(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setCustomerID(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
sets the customerID
- setDateOfMandate(String) - Method in interface de.firstdata.ipg.api.client.transaction.dedirectdebit.DEDDSaleTransaction
-
- setDateOfMandate(String) - Method in class de.firstdata.ipg.api.client.transaction.dedirectdebit.object.DEDDSaleTransactionObject
-
- setDateRange(XMLGregorianCalendar, XMLGregorianCalendar) - Method in interface de.firstdata.ipg.api.client.action.GetLastOrdersAction
-
- setDateRange(XMLGregorianCalendar, XMLGregorianCalendar) - Method in class de.firstdata.ipg.api.client.action.object.GetLastOrdersActionObject
-
- setDBA(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- setDccApplied(boolean) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setDccApplied(boolean) - Method in interface de.firstdata.ipg.api.client.transaction.setter.InquiryRateReferenceSetter
-
- setDccEnrollment(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- setDeclineHostedDataDuplicates(boolean) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setDeclineHostedDataDuplicates(boolean) - Method in interface de.firstdata.ipg.api.client.transaction.setter.PaymentSetter
-
- setDEDirectDebit(DEDirectDebit) - Method in interface de.firstdata.ipg.api.client.action.recurringpayment.ModifyRecurringPayment
-
- setDefaultCurrency(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- setDirectoryServerTransactionId(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setDirectoryServerTransactionId(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setDirectoryServerTransactionId(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setDisplayProcessorMessages(boolean) - Method in interface de.firstdata.ipg.api.client.action.GetExternalConsumerInformation
-
- setDisplayProcessorMessages(boolean) - Method in class de.firstdata.ipg.api.client.action.object.GetExternalConsumerInformationObject
-
- setDSRPECI(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setDSRPECI(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setDSRPECI(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setDynamicMerchantName(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setDynamicMerchantName(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setDynamicMerchantName(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setDynamicMerchantName(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.TransactionDetailsSetter
-
- setEMail(String) - Method in class de.firstdata.ipg.api.client.action.object.SendEMailNotificationObject
-
- setEmail(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setEMail(String) - Method in interface de.firstdata.ipg.api.client.action.SendEMailNotification
-
- setEmail(String) - Method in interface de.firstdata.ipg.api.client.transaction.apm.ApmTransaction
-
- setEmail(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- setEmail(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setEmail(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
sets the customer's Email address
- setExternalMerchantID(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCSaleTransaction
-
- setExternalMerchantID(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setFax(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setFax(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setFax(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
sets the customer's fax number
- setFinalShipment(boolean) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setFinalShipment(boolean) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.SplitShipmentSetter
-
- setFirstname(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setFirstname(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setFirstname(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
- setForeignAmount(Amount) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setForeignAmount(Amount) - Method in interface de.firstdata.ipg.api.client.transaction.setter.InquiryRateReferenceSetter
-
- setForeignCurrency(String) - Method in class de.firstdata.ipg.api.client.action.object.RequestMerchantRateForDynamicPricingObject
-
- setForeignCurrency(String) - Method in interface de.firstdata.ipg.api.client.action.RequestMerchantRateForDynamicPricing
-
- setGender(GenderType) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setGender(GenderType) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setGender(GenderType) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
- setHostedDataID(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setHostedDataID(String) - Method in interface de.firstdata.ipg.api.client.action.recurringpayment.ModifyRecurringPayment
-
- setHostedDataID(String) - Method in interface de.firstdata.ipg.api.client.action.Validate
-
- setHostedDataID(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setHostedDataID(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.PaymentSetter
-
- setHostedDataStoreID(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setHostedDataStoreID(String) - Method in interface de.firstdata.ipg.api.client.action.recurringpayment.ModifyRecurringPayment
-
- setHostedDataStoreID(String) - Method in interface de.firstdata.ipg.api.client.action.Validate
-
- setHostedDataStoreID(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setHostedDataStoreID(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.PaymentSetter
-
- setHotelLodging(HotelLodging) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setHotelLodging(HotelLodging) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.AdditionalTransactionDataSetter
-
- setHouseExtension(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setHouseExtension(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setHouseExtension(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
- setHouseNumber(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setHouseNumber(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setHouseNumber(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
- setIban(String) - Method in class de.firstdata.ipg.api.client.transaction.apm.sepapayout.object.SepaCreditTransactionObject
-
- setIban(String) - Method in interface de.firstdata.ipg.api.client.transaction.apm.sepapayout.SepaCreditTransaction
-
- setIban(String) - Method in interface de.firstdata.ipg.api.client.transaction.SepaSaleTransaction
-
- setIban(String) - Method in class de.firstdata.ipg.api.client.transaction.SepaSaleTransactionObject
-
- setInquiryRateId(long) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setInquiryRateId(long) - Method in interface de.firstdata.ipg.api.client.transaction.setter.InquiryRateReferenceSetter
-
- setInstallmentCount(int) - Method in interface de.firstdata.ipg.api.client.action.recurringpayment.InstallRecurringPayment
-
- setInstallmentCount(int) - Method in interface de.firstdata.ipg.api.client.action.recurringpayment.ModifyRecurringPayment
-
- setInstallmentDelayMonths(Integer) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setInstallmentDelayMonths(Integer) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.InstallmentSetter
-
- setInstallmentFrequency(int) - Method in interface de.firstdata.ipg.api.client.action.recurringpayment.ModifyRecurringPayment
-
- setInstallmentPeriod(String) - Method in interface de.firstdata.ipg.api.client.action.recurringpayment.ModifyRecurringPayment
-
- setInstallmentPlanID(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setInstallmentPlanID(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.InstallmentSetter
-
- setInstallmentsInterest(Boolean) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setInstallmentsInterest(Boolean) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.InstallmentSetter
-
- setInvoiceNumber(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setInvoiceNumber(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setInvoiceNumber(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCPostAuthTransaction
-
- setInvoiceNumber(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setInvoiceNumber(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.TransactionDetailsSetter
-
- setIp(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setIp(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setIp(String) - Method in interface de.firstdata.ipg.api.client.transaction.klarna.KlarnaPreAuthTransaction
-
- setIp(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
sets the customer's IP address which can be used for fraud detection
- setIp(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.TransactionDetailsSetter
-
- setIpgApiUrl(String) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
This method has no effect without calling the method init().
- setIpgTransactionId(long) - Method in interface de.firstdata.ipg.api.client.action.InquiryTransaction
-
- setIpgTransactionId(long) - Method in class de.firstdata.ipg.api.client.action.object.InquiryTransactionObject
-
- setIpgTransactionId(Long) - Method in interface de.firstdata.ipg.api.client.transaction.IPGApiTransaction
-
- setIpgTransactionId(Long) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setKeyStore(byte[]) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
This method has no effect without calling the method init().
- setKeyStorePassword(String) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
This method has no effect without calling the method init().
- setKlarnaPClassID(Integer) - Method in interface de.firstdata.ipg.api.client.transaction.klarna.KlarnaPreAuthTransaction
-
- setLegalName(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- setMandateDate(Date) - Method in interface de.firstdata.ipg.api.client.transaction.SepaSaleTransaction
-
- setMandateDate(Date) - Method in class de.firstdata.ipg.api.client.transaction.SepaSaleTransactionObject
-
- setMandateReference(String) - Method in interface de.firstdata.ipg.api.client.transaction.dedirectdebit.DEDDSaleTransaction
-
- setMandateReference(String) - Method in class de.firstdata.ipg.api.client.transaction.dedirectdebit.object.DEDDSaleTransactionObject
-
- setMandateReference(String) - Method in interface de.firstdata.ipg.api.client.transaction.SepaSaleTransaction
-
- setMandateReference(String) - Method in class de.firstdata.ipg.api.client.transaction.SepaSaleTransactionObject
-
- setMandateType(MandateType) - Method in interface de.firstdata.ipg.api.client.transaction.dedirectdebit.DEDDSaleTransaction
-
- setMandateType(MandateType) - Method in class de.firstdata.ipg.api.client.transaction.dedirectdebit.object.DEDDSaleTransactionObject
-
- setMandateType(MandateType) - Method in interface de.firstdata.ipg.api.client.transaction.SepaSaleTransaction
-
- setMandateType(MandateType) - Method in class de.firstdata.ipg.api.client.transaction.SepaSaleTransactionObject
-
- setMandateUrl(URL) - Method in interface de.firstdata.ipg.api.client.transaction.SepaSaleTransaction
-
- setMandateUrl(URL) - Method in class de.firstdata.ipg.api.client.transaction.SepaSaleTransactionObject
-
- setMaxConnectionsPerRoute(int) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
This should be set to the numbers of terminal You have.
- setMaximumFailures(int) - Method in interface de.firstdata.ipg.api.client.action.recurringpayment.ModifyRecurringPayment
-
- setMaxTotalConnections(int) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
For detail information see the apache http client 4.0.3 doc.
- setMcc(Integer) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCSaleTransaction
-
- setMcc(Integer) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setMCC(int) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- setMCC6012Details(MCC6012Details) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.MCC6012Setter
-
- setMerchantAdviceCodeSupported(Boolean) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setMerchantAdviceCodeSupported(Boolean) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setMerchantAdviceCodeSupported(Boolean) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setMerchantAdviceCodeSupported(Boolean) - Method in interface de.firstdata.ipg.api.client.transaction.setter.TransactionDetailsSetter
-
- setMerchantTransactionId(String) - Method in interface de.firstdata.ipg.api.client.action.InquiryTransaction
-
- setMerchantTransactionId(String) - Method in class de.firstdata.ipg.api.client.action.object.InquiryTransactionObject
-
- setMerchantTransactionId(String) - Method in interface de.firstdata.ipg.api.client.subsequenttransaction.IPGApiSubsequentTransaction
-
- setMerchantTransactionId(String) - Method in interface de.firstdata.ipg.api.client.transaction.IPGApiTransaction
-
- setMerchantTransactionId(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setMobilePhone(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setMobilePhone(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setMobilePhone(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
- setName(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setName(String) - Method in interface de.firstdata.ipg.api.client.transaction.apm.ApmTransaction
-
- setName(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setName(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
sets the customer's name
- setNumberOfInstallments(Integer) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setNumberOfInstallments(Integer) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.InstallmentSetter
-
- setOrderDetail(String) - Method in interface de.firstdata.ipg.api.client.transaction.alipay.AlipaySaleTransaction
-
- setOrderDetail(String) - Method in class de.firstdata.ipg.api.client.transaction.alipay.object.AlipaySaleTransactionObject
-
- setOrderID(String) - Method in interface de.firstdata.ipg.api.client.action.GetExternalConsumerInformation
-
- setOrderID(String) - Method in interface de.firstdata.ipg.api.client.action.GetLastOrdersAction
-
- setOrderID(String) - Method in class de.firstdata.ipg.api.client.action.object.GetExternalConsumerInformationObject
-
- setOrderID(String) - Method in class de.firstdata.ipg.api.client.action.object.GetLastOrdersActionObject
-
- setOrderId(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setOrderId(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setOrderId(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.TransactionDetailsSetter
-
- setOrderTitle(String) - Method in interface de.firstdata.ipg.api.client.transaction.alipay.AlipaySaleTransaction
-
- setOrderTitle(String) - Method in class de.firstdata.ipg.api.client.transaction.alipay.object.AlipaySaleTransactionObject
-
- setOverride3DSCountryExclusion(boolean) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setOverride3DSCountryExclusion(boolean) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setOverride3DSCountryExclusion(boolean) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setPassword(String) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
The API store password.
- setPayerAuthenticationResponse(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setPayerAuthenticationResponse(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setPayerAuthenticationResponse(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setPayment(Amount) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setPayment(Amount) - Method in interface de.firstdata.ipg.api.client.action.Validate
-
- setPayment(Amount) - Method in class de.firstdata.ipg.api.client.subsequenttransaction.object.IPGApiSubsequentTransactionObject
-
- setPayment(Amount) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setPaymentData(String) - Method in interface de.firstdata.ipg.api.client.transaction.alipay.AlipaySaleTransaction
-
- setPaymentData(String) - Method in class de.firstdata.ipg.api.client.transaction.alipay.object.AlipaySaleTransactionObject
-
- setPaymentDataType(String) - Method in interface de.firstdata.ipg.api.client.transaction.alipay.AlipaySaleTransaction
-
- setPaymentDataType(String) - Method in class de.firstdata.ipg.api.client.transaction.alipay.object.AlipaySaleTransactionObject
-
- setPaymentFacilitator(PaymentFacilitator) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.PaymentFacilitatorSetter
-
- setPersonalNumber(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setPersonalNumber(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setPersonalNumber(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
- setPhone(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setPhone(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setPhone(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
sets the customer's phone number
- setPONumber(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setPONumber(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setPONumber(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setPONumber(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.TransactionDetailsSetter
-
- setProxy(String, Integer, String, String, String, String) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
Sets the proxy.
- setPurchaseCardDetails(PurchaseCard) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setPurchaseCardDetails(PurchaseCard) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.AdditionalTransactionDataSetter
-
- setRecurringStartDate(String) - Method in interface de.firstdata.ipg.api.client.action.recurringpayment.ModifyRecurringPayment
-
- setRecurringType(RecurringType) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCSaleTransaction
-
- setReferencedMerchantTransactionId(String) - Method in interface de.firstdata.ipg.api.client.transaction.IPGApiTransaction
-
- setReferencedMerchantTransactionId(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setReferencedSchemeTransactionId(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCTransaction
-
- setReferencedSchemeTransactionId(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setResponseCode(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setResponseCode(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setResponseCode(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.UpopSecurePlusSetter
-
setters for response code value from UPOP Send-SMS response
- setResponseCode(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.UpopSetter
-
setters for response code value from UPOP Send-SMS response
- setSCAExemptionIndicators(SCAExemptionIndicators) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCSaleTransaction
-
- setSCAExemptionIndicators(SCAExemptionIndicators) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setSecure3D2AuthenticationResponse(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setSecure3D2AuthenticationResponse(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setSecure3D2AuthenticationResponse(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setSecure3D2TransactionStatus(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setSecure3D2TransactionStatus(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setSecure3D2TransactionStatus(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setSecure3DAuthenticationRequest(Secure3DAuthenticationRequest) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setSecure3DAuthenticationRequest(Secure3DAuthenticationRequest) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCCreditTransactionObject
-
- setSecure3DAuthenticationRequest(Secure3DAuthenticationRequest) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCForceTicketTransactionObject
-
- setSecure3DAuthenticationRequest(Secure3DAuthenticationRequest) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCPayerAuthTransactionObject
-
- setSecure3DAuthenticationRequest(Secure3DAuthenticationRequest) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCPreAuthTransactionObject
-
- setSecure3DAuthenticationRequest(Secure3DAuthenticationRequest) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCSaleTransactionObject
-
- setSecure3DAuthenticationRequest(Secure3DAuthenticationRequest) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setSecure3DMethodNotificationStatus(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setSecure3DMethodNotificationStatus(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setSecure3DMethodNotificationStatus(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setSecure3DProtocolVersion(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setSecure3DProtocolVersion(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setSecure3DProtocolVersion(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setSecure3DVerificationRequest(Secure3DVerificationRequest) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setSecure3DVerificationRequest(Secure3DVerificationRequest) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCCreditTransactionObject
-
- setSecure3DVerificationRequest(Secure3DVerificationRequest) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCForceTicketTransactionObject
-
- setSecure3DVerificationRequest(Secure3DVerificationRequest) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCPayerAuthTransactionObject
-
- setSecure3DVerificationRequest(Secure3DVerificationRequest) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCPreAuthTransactionObject
-
- setSecure3DVerificationRequest(Secure3DVerificationRequest) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCSaleTransactionObject
-
- setSecure3DVerificationRequest(Secure3DVerificationRequest) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setShippingAddress1(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setShippingAddress1(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.ShippingSetter
-
sets the first line of the address
- setShippingAddress2(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setShippingAddress2(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.ShippingSetter
-
sets the second line of the address
- setShippingAddressCity(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setShippingAddressCity(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.ShippingSetter
-
sets the city
- setShippingAddressCountry(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setShippingAddressCountry(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.ShippingSetter
-
sets the country
- setShippingAddressName(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setShippingAddressName(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.ShippingSetter
-
sets the name of the shipping address
- setShippingAddressState(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setShippingAddressState(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.ShippingSetter
-
sets the state
- setShippingAddressZip(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setShippingAddressZip(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.ShippingSetter
-
sets the zip code
- setSignature(byte[]) - Method in interface de.firstdata.ipg.api.client.transaction.IPGApiTransaction
-
- setSignature(byte[]) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setSocketTimeout(int) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
This method sets the CoreConnectionPNames.SO_TIMEOUT.
- setSplitShipmentSequenceCount(int) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setSplitShipmentSequenceCount(int) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.SplitShipmentSetter
-
- setStandIn(boolean) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCPreAuthTransaction
-
- setStandIn(boolean) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCSaleTransaction
-
- setStandIn(boolean) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setState(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setState(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- setState(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setState(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
sets the customer's state
- setStoreId(String) - Method in interface de.firstdata.ipg.api.client.action.IPGApiAction
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.action.object.CreatePaymentURLObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.action.object.DeletePaymentURLObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.action.object.ExportPaymentURLObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.action.object.GetExternalConsumerInformationObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.action.object.GetExternalTransactionStatusObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.action.object.GetLastOrdersActionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.action.object.GetLastTransactionsObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.action.object.InitiatedClearingObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.action.object.InquiryCardInformationObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.action.object.InquiryCardRateActionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.action.object.InquiryMerchantRateActionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.action.object.InquiryOrderObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.action.object.InquiryTransactionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.action.object.RequestCardRateForDCCObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.action.object.RequestMerchantRateForDynamicPricingObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.action.object.SendEMailNotificationObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setStoreID(String) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
StoreID or technical user.
- setStoreId(String) - Method in interface de.firstdata.ipg.api.client.subsequenttransaction.IPGApiSubsequentTransaction
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.subsequenttransaction.object.IPGApiSubsequentTransactionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.transaction.alipay.object.AlipayTransactionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.transaction.apm.sepapayout.object.SepaCreditTransactionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.transaction.cupdomestic.object.CUPDomesticTransactionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.transaction.customercard.object.CustomerCTransactionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.transaction.dedirectdebit.object.DEDDTransactionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.transaction.ideal.object.IdealTransactionObject
-
- setStoreId(String) - Method in interface de.firstdata.ipg.api.client.transaction.IPGApiTransaction
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.transaction.klarna.object.KlarnaTransactionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.transaction.kps.object.KpsTransactionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.transaction.paypal.object.PayPalTransactionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.transaction.SepaSaleTransactionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.transaction.sofort.object.SofortTransactionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.transaction.softwareexpress.object.BoletoTransactionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.transaction.topup.object.TopUpTransactionObject
-
- setStoreId(String) - Method in class de.firstdata.ipg.api.client.transaction.wechat.object.WeChatTransactionObject
-
- setStreetName(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setStreetName(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setStreetName(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
- setSubMerchant(MerchantMasterData) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.SubMerchantSetter
-
- setSubMerchantSplit(List<SubMerchantSplit>) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setSubMerchantSplit(List<SubMerchantSplit>) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.SubMerchantSplitSetter
-
- setSurname(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setSurname(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setSurname(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
- setTDate(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCPreAuthTransaction
-
- setTDate(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCSaleTransaction
-
- setTDate(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setTerminalId(String) - Method in interface de.firstdata.ipg.api.client.action.InitiatedClearing
-
- setTerminalId(String) - Method in class de.firstdata.ipg.api.client.action.object.InitiatedClearingObject
-
- setTerminalID(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCCreditTransaction
-
- setTerminalID(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCForceTicketTransaction
-
- setTerminalID(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCPreAuthTransaction
-
- setTerminalID(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCSaleTransaction
-
- setTerminalID(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setTerminalID(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- setTermUrl(URL) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setTermUrl(URL) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setTermUrl(URL) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setThreeDSMethodNotificationURL(URL) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setThreeDSMethodNotificationURL(URL) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setThreeDSMethodNotificationURL(URL) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setThreeDSRequestorChallengeIndicator(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setThreeDSRequestorChallengeIndicator(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setThreeDSRequestorChallengeIndicator(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setThreeDSServerTransactionId(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setThreeDSServerTransactionId(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setThreeDSServerTransactionId(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setThreeDSTransType(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setThreeDSTransType(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setThreeDSTransType(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setTimezone(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- setTokenType(TokenType) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setTokenType(TokenType) - Method in interface de.firstdata.ipg.api.client.transaction.setter.PaymentSetter
-
- setTraceNumber(Integer) - Method in interface de.firstdata.ipg.api.client.action.InitiatedClearing
-
- setTraceNumber(Integer) - Method in class de.firstdata.ipg.api.client.action.object.InitiatedClearingObject
-
- setTransactionID(String, String) - Method in interface de.firstdata.ipg.api.client.action.GetLastTransactions
-
- setTransactionID(String, String) - Method in class de.firstdata.ipg.api.client.action.object.GetLastTransactionsObject
-
- setTransactionOrigin(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setTransactionOrigin(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setTransactionOrigin(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setTransactionOrigin(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.TransactionDetailsSetter
-
- setTransactionType(String) - Method in interface de.firstdata.ipg.api.client.action.CreatePaymentURL
-
- setTransactionType(String) - Method in class de.firstdata.ipg.api.client.action.object.CreatePaymentURLObject
-
- setTrustStore(byte[]) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
This method has no effect without calling the method init().
- setTrustStorePassword(String) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
This method has no effect without calling the method init().
- setType(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
Deprecated.
- setType(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.ShippingSetter
-
Deprecated.
- setUnscheduledCredentialOnFileType(UnscheduledCredentialOnFileType) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.CCTransaction
-
- setUrl(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- setUserID(String) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
We set this to 1
This method has no effect without calling the method init().
- setUserMidfix(String) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
We set this to ._.
- setUserPrefix(String) - Method in class de.firstdata.ipg.api.client.IPGApiClient
-
We set this to WS.
- setVCode(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setVCode(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setVCode(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.UpopSecurePlusSetter
-
setters for VCODE from UPOP request
- setVCode(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.UpopSetter
-
setters for VCODE from UPOP request
- setVerificationResponse(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setVerificationResponse(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setVerificationResponse(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setVerifySmsCodeRequest(SecurePlusVerifySmsCodeRequest) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCPayerAuthTransactionObject
-
- setVerifySmsCodeRequest(SecurePlusVerifySmsCodeRequest) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCPreAuthTransactionObject
-
- setVerifySmsCodeRequest(SecurePlusVerifySmsCodeRequest) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCSaleTransactionObject
-
- setVerifySmsCodeRequest(SecurePlusVerifySmsCodeRequest) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.UpopSecurePlusSetter
-
setter to verify SMS code by SecurePlus via UPOP request
- setWalletID(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setWalletID(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.WalletSetter
-
- setWalletType(WalletType) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setWalletType(WalletType) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.WalletSetter
-
- setXID(String) - Method in class de.firstdata.ipg.api.client.action.recurringpayment.object.InstallRecurringPaymentObject
-
- setXID(String) - Method in class de.firstdata.ipg.api.client.transaction.creditcard.object.CCTransactionObject
-
- setXID(String) - Method in interface de.firstdata.ipg.api.client.transaction.creditcard.setter.Secure3DSetter
-
- setZip(String) - Method in class de.firstdata.ipg.api.client.action.object.ValidateObject
-
- setZip(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiMerchantDetailsObject
-
- setZip(String) - Method in class de.firstdata.ipg.api.client.transaction.object.IPGApiTransactionObject
-
- setZip(String) - Method in interface de.firstdata.ipg.api.client.transaction.setter.BillingSetter
-
sets the customer's zip code
- setZipCode(String) - Method in interface de.firstdata.ipg.api.client.transaction.apm.internationalpayout.InternationalCreditTransaction
-
- ShippingSetter - Interface in de.firstdata.ipg.api.client.transaction.setter
-
- SofortReturnTransaction - Interface in de.firstdata.ipg.api.client.transaction.sofort
-
- SofortReturnTransactionObject - Class in de.firstdata.ipg.api.client.transaction.sofort.object
-
- SofortReturnTransactionObject(Amount, String) - Constructor for class de.firstdata.ipg.api.client.transaction.sofort.object.SofortReturnTransactionObject
-
- SofortTransaction - Interface in de.firstdata.ipg.api.client.transaction.sofort
-
- SofortTransactionObject - Class in de.firstdata.ipg.api.client.transaction.sofort.object
-
- SofortTransactionObject(String, Amount, String) - Constructor for class de.firstdata.ipg.api.client.transaction.sofort.object.SofortTransactionObject
-
- SoftwareExpressTransaction - Interface in de.firstdata.ipg.api.client.transaction.softwareexpress
-
- SplitShipmentSetter - Interface in de.firstdata.ipg.api.client.transaction.creditcard.setter
-
Interface for setting Split Shipment details.
- Stock - Interface in de.firstdata.ipg.api.client.action.catalog
-
- StoreHostedData - Interface in de.firstdata.ipg.api.client.action.datastorage
-
- StoreHostedDataObject - Class in de.firstdata.ipg.api.client.action.datastorage.object
-
- StoreHostedDataObject() - Constructor for class de.firstdata.ipg.api.client.action.datastorage.object.StoreHostedDataObject
-
- StoreProducts - Interface in de.firstdata.ipg.api.client.action.catalog
-
- StoreProductsObject - Class in de.firstdata.ipg.api.client.action.catalog.object
-
- StoreProductsObject() - Constructor for class de.firstdata.ipg.api.client.action.catalog.object.StoreProductsObject
-
- StoreProductStock - Interface in de.firstdata.ipg.api.client.action.catalog
-
- StoreProductStockObject - Class in de.firstdata.ipg.api.client.action.catalog.object
-
- StoreProductStockObject() - Constructor for class de.firstdata.ipg.api.client.action.catalog.object.StoreProductStockObject
-
- SubMerchantSetter - Interface in de.firstdata.ipg.api.client.transaction.creditcard.setter
-
Interface for SubMerchant details.
- SubMerchantSplitSetter - Interface in de.firstdata.ipg.api.client.transaction.creditcard.setter
-
Interface for Settlement Split SubMerchant & respective Amount Details
- subTotal - Variable in class de.firstdata.ipg.api.client.transaction.Amount
-