Uses of Class
de.firstdata.ipg.api.client.transaction.Amount
-
-
Uses of Amount in de.firstdata.ipg.api.client.action
Methods in de.firstdata.ipg.api.client.action with parameters of type Amount Modifier and Type Method Description static InstallRecurringPayment
IPGApiActionFactory. createInstallRecurringPayment(Amount amount, CreditCard creditCard, int installmentFrequency, String installmentPeriod, int maximumFailures, String recurringStartDate)
static InstallRecurringPayment
IPGApiActionFactory. createInstallRecurringPayment(Amount amount, CreditCard creditCard, int installmentFrequency, String installmentPeriod, int maximumFailures, Date recurringStartDate)
static InstallRecurringPayment
IPGApiActionFactory. createInstallRecurringPayment(Amount amount, DEDirectDebit deDirectDebit, int installmentFrequency, String installmentPeriod, int maximumFailures, String recurringStartDate)
static InstallRecurringPayment
IPGApiActionFactory. createInstallRecurringPayment(Amount amount, DEDirectDebit deDirectDebit, int installmentFrequency, String installmentPeriod, int maximumFailures, Date recurringStartDate)
static InstallRecurringPayment
IPGApiActionFactory. createInstallRecurringPayment(Amount amount, String referencedOrderID, int installmentFrequency, String installmentPeriod, int maximumFailures, String recurringStartDate)
static InstallRecurringPayment
IPGApiActionFactory. createInstallRecurringPayment(Amount amount, String referencedOrderID, int installmentFrequency, String installmentPeriod, int maximumFailures, Date recurringStartDate)
static InstallRecurringPayment
IPGApiActionFactory. createInstallRecurringPayment(Amount amount, String hostedDataID, String hostedDataStoreID, int installmentFrequency, String installmentPeriod, int maximumFailures, String recurringStartDate)
static InstallRecurringPayment
IPGApiActionFactory. createInstallRecurringPayment(Amount amount, String hostedDataID, String hostedDataStoreID, int installmentFrequency, String installmentPeriod, int maximumFailures, Date recurringStartDate)
void
Validate. setPayment(Amount amount)
-
Uses of Amount in de.firstdata.ipg.api.client.action.object
Methods in de.firstdata.ipg.api.client.action.object with parameters of type Amount Modifier and Type Method Description void
ValidateObject. setPayment(Amount amount)
-
Uses of Amount in de.firstdata.ipg.api.client.action.recurringpayment
Methods in de.firstdata.ipg.api.client.action.recurringpayment with parameters of type Amount Modifier and Type Method Description void
ModifyRecurringPayment. setAmount(Amount value)
-
Uses of Amount in de.firstdata.ipg.api.client.action.recurringpayment.object
Constructors in de.firstdata.ipg.api.client.action.recurringpayment.object with parameters of type Amount Constructor Description InstallRecurringPaymentObject(Amount amount, CreditCard creditCard, int installmentFrequency, String installmentPeriod, int maximumFailures, String recurringStartDate)
InstallRecurringPaymentObject(Amount amount, CreditCard creditCard, int installmentFrequency, String installmentPeriod, int maximumFailures, Date recurringStartDate)
InstallRecurringPaymentObject(Amount amount, DEDirectDebit deDirectDebit, int installmentFrequency, String installmentPeriod, int maximumFailures, String recurringStartDate)
InstallRecurringPaymentObject(Amount amount, DEDirectDebit deDirectDebit, int installmentFrequency, String installmentPeriod, int maximumFailures, Date recurringStartDate)
InstallRecurringPaymentObject(Amount amount, String referencedOrderID, int installmentFrequency, String installmentPeriod, int maximumFailures, String recurringStartDate)
InstallRecurringPaymentObject(Amount amount, String referencedOrderID, int installmentFrequency, String installmentPeriod, int maximumFailures, Date recurringStartDate)
InstallRecurringPaymentObject(Amount amount, String hostedDataID, String hostedDataStoreID, int installmentFrequency, String installmentPeriod, int maximumFailures, String recurringStartDate)
InstallRecurringPaymentObject(Amount amount, String hostedDataID, String hostedDataStoreID, int installmentFrequency, String installmentPeriod, int maximumFailures, Date recurringStartDate)
-
Uses of Amount in de.firstdata.ipg.api.client.subsequenttransaction
Methods in de.firstdata.ipg.api.client.subsequenttransaction with parameters of type Amount Modifier and Type Method Description static ReturnSubsequentTransaction
IPGApiSubsequentTransactionFactory. createReturnSubsequentTransaction(Amount amount, Long ipgTransactionId)
static ReturnSubsequentTransaction
IPGApiSubsequentTransactionFactory. createReturnSubsequentTransaction(Amount amount, String referencedMerchantTransactionId)
static ReturnSubsequentTransaction
IPGApiSubsequentTransactionFactory. createReturnSubsequentTransaction(Amount amount, String orderId, String tDate)
static VoidSubsequentTransaction
IPGApiSubsequentTransactionFactory. createVoidSubsequentTransaction(Amount amount, Long ipgTransactionId)
static VoidSubsequentTransaction
IPGApiSubsequentTransactionFactory. createVoidSubsequentTransaction(Amount amount, String referencedMerchantTransactionId)
static VoidSubsequentTransaction
IPGApiSubsequentTransactionFactory. createVoidSubsequentTransaction(Amount amount, String orderId, String tDate)
-
Uses of Amount in de.firstdata.ipg.api.client.subsequenttransaction.object
Methods in de.firstdata.ipg.api.client.subsequenttransaction.object with parameters of type Amount Modifier and Type Method Description protected void
IPGApiSubsequentTransactionObject. setPayment(Amount amount)
Constructors in de.firstdata.ipg.api.client.subsequenttransaction.object with parameters of type Amount Constructor Description IPGApiSubsequentTransactionObject(Amount amount, de.firstdata.ipg.api.schema.SubsequentTransactionType transactionType)
ReturnSubsequentTransactionObject(Amount amount)
ReturnSubsequentTransactionObject(Amount amount, Long ipgTransactionId)
ReturnSubsequentTransactionObject(Amount amount, String referencedMerchantTransactionId)
ReturnSubsequentTransactionObject(Amount amount, String orderId, String tDate)
VoidSubsequentTransactionObject(Amount amount)
VoidSubsequentTransactionObject(Amount amount, Long ipgTransactionId)
VoidSubsequentTransactionObject(Amount amount, String referencedMerchantTransactionId)
VoidSubsequentTransactionObject(Amount amount, String orderId, String tDate)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction
Constructors in de.firstdata.ipg.api.client.transaction with parameters of type Amount Constructor Description SepaSaleTransactionObject(Amount amount, String orderId)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction.alipay.object
Constructors in de.firstdata.ipg.api.client.transaction.alipay.object with parameters of type Amount Constructor Description AlipayReturnTransactionObject(Amount amount, String orderId)
AlipaySaleTransactionObject(Amount amount, String orderId)
AlipaySaleTransactionObject(Amount amount, String orderId, String productCode, int productQuantity, BigDecimal productPrice, String productDescription, URI redirectUrl)
Use for China domestic saleAlipayTransactionObject(String type, Amount amount, String orderId)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction.apm.sepapayout.object
Constructors in de.firstdata.ipg.api.client.transaction.apm.sepapayout.object with parameters of type Amount Constructor Description SepaCreditTransactionObject(Amount amount, String orderId)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction.creditcard.object
Methods in de.firstdata.ipg.api.client.transaction.creditcard.object with parameters of type Amount Modifier and Type Method Description void
CCTransactionObject. setForeignAmount(Amount amount)
Constructors in de.firstdata.ipg.api.client.transaction.creditcard.object with parameters of type Amount Constructor Description CCCreditTransactionObject(Amount amount, CreditCard creditCard)
creates a Credit transaction with the minimum set of parameters - note that you can add optional fields by calling the appropriatesetter
methods on the returnedCCCreditTransactionObject
instanceCCCreditTransactionObject(Amount amount, String hostedDataID, String hostedDataStoreID)
CCForceTicketTransactionObject(Amount amount, CreditCard creditCard, String referenceNumber)
creates a ForceTicket transaction with the minimum set of parameters - note that you can add optional fields by calling the appropriatesetter
methods on the returnedCCForceTicketTransactionObject
instanceCCForceTicketTransactionObject(Amount amount, String hostedDataID, String hostedDataStoreID, String referenceNumber)
CCPayerAuthTransactionObject(Amount amount, CreditCard creditCard)
creates a Sale transaction with the minimum set of parameters - note that you can add optional fields by calling the appropriatesetter
methods on the returnedCCPayerAuthTransactionObject
instanceCCPayerAuthTransactionObject(Amount amount, de.firstdata.ipg.api.schema.EMVCardPresentRequest emvCardPresentRequest)
CCPayerAuthTransactionObject(Amount amount, String hostedDataID, String hostedDataStoreID)
CCPostAuthTransactionObject(Amount amount, String orderId)
creates a PostAuth transaction with the minimum set of parameters - note that you can add optional fields by calling the appropriatesetter
methods on the returnedCCPostAuthTransactionObject
instanceCCPreAuthTransactionObject(Amount amount, CreditCard creditCard)
creates a PreAuth transaction with the minimum set of parameters - note that you can add optional fields by calling the appropriatesetter
methods on the returnedCCPreAuthTransactionObject
instanceCCPreAuthTransactionObject(Amount amount, de.firstdata.ipg.api.schema.EMVCardPresentRequest emvCardPresentRequest)
CCPreAuthTransactionObject(Amount amount, String hostedDataID, String hostedDataStoreID)
CCReturnTransactionObject(Amount amount, String orderId)
creates a Return transaction with the minimum set of parameters - note that you can add optional fields by calling the appropriatesetter
methods on the returnedCCReturnTransactionObject
instanceCCSaleTransactionObject(Amount amount, CreditCard creditCard)
creates a Sale transaction with the minimum set of parameters - note that you can add optional fields by calling the appropriatesetter
methods on the returnedCCSaleTransactionObject
instanceCCSaleTransactionObject(Amount amount, de.firstdata.ipg.api.schema.EMVCardPresentRequest emvCardPresentRequest)
CCSaleTransactionObject(Amount amount, String hostedDataID, String hostedDataStoreID)
CCTransactionObject(String type, Amount amount, CreditCard creditCard, String hostedDataID, String hostedDataStoreID, String orderId)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction.cupdomestic.object
Constructors in de.firstdata.ipg.api.client.transaction.cupdomestic.object with parameters of type Amount Constructor Description CUPDomesticReturnTransactionObject(Amount amount, String orderId)
CUPDomesticSaleTransactionObject(Amount amount, String orderId, String productCode, int productQuantity, BigDecimal productPrice, String productDescription, URI redirectUrl)
CUPDomesticTransactionObject(Amount amount, String orderId)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction.customercard.object
Constructors in de.firstdata.ipg.api.client.transaction.customercard.object with parameters of type Amount Constructor Description CustomerCForceTicketTransactionObject(Amount amount, CustomerCard customerCard, String referenceNumber)
creates a ForceTicket transaction with the minimum set of parameters - note that you can add optional fields by calling the appropriatesetter
methods on the returnedCustomerCForceTicketTransactionObject
instanceCustomerCSaleTransactionObject(Amount amount, CustomerCard customerCard)
creates a Sale transaction with the minimum set of parameters - note that you can add optional fields by calling the appropriatesetter
methods on the returnedCustomerCSaleTransactionObject
instanceCustomerCTransactionObject(String type, Amount amount, CustomerCard customerCard, String orderId)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction.dedirectdebit.object
Constructors in de.firstdata.ipg.api.client.transaction.dedirectdebit.object with parameters of type Amount Constructor Description DEDDCreditTransactionObject(Amount amount, DEDirectDebit account)
creates a Credit transaction with the minimum set of parameters - note that you can add optional fields by calling the appropriatesetter
methods on the returnedDEDDCreditTransactionObject
instanceDEDDCreditTransactionObject(Amount amount, DEDirectDebit account, String hostedDataID, String hostedDataStoreID)
Deprecated.use DEDDCreditTransactionObject(final Amount amount, final DEDirectDebit account) and the PaymentSetterDEDDCreditTransactionObject(Amount amount, String hostedDataID, String hostedDataStoreID)
DEDDReturnTransactionObject(Amount amount, String orderId)
creates a Return transaction with the minimum set of parameters - note that you can add optional fields by calling the appropriatesetter
methods on the returnedDEDDReturnTransactionObject
instanceDEDDSaleTransactionObject(Amount amount, DEDirectDebit account)
DEDDSaleTransactionObject(Amount amount, String hostedDataID, String hostedDataStoreID)
DEDDTransactionObject(String type, Amount amount, DEDirectDebit account, String hostedDataID, String hostedDataStoreID, String orderID)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction.dpay.kps.object
Constructors in de.firstdata.ipg.api.client.transaction.dpay.kps.object with parameters of type Amount Constructor Description DpayReturnTransactionObject(Amount amount, String orderId)
DpaySaleTransactionObject(Amount amount, String orderId)
DpayTransactionObject(Amount amount, String orderId)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction.ideal.object
Constructors in de.firstdata.ipg.api.client.transaction.ideal.object with parameters of type Amount Constructor Description IdealReturnTransactionObject(Amount amount, String orderId)
IdealTransactionObject(Amount amount, String orderId, String type)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction.klarna.object
Constructors in de.firstdata.ipg.api.client.transaction.klarna.object with parameters of type Amount Constructor Description KlarnaPostAuthTransactionObject(Amount amount, String orderId, String tDate)
KlarnaPreAuthTransactionObject(Amount amount)
KlarnaReturnTransactionObject(Amount amount, String orderId, String tDate)
KlarnaTransactionObject(String type, Amount amount, String orderId, String tDate)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction.kps.object
Constructors in de.firstdata.ipg.api.client.transaction.kps.object with parameters of type Amount Constructor Description KpsReturnTransactionObject(Amount amount, String orderId)
KpsTransactionObject(Amount amount, String orderId)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction.object
Methods in de.firstdata.ipg.api.client.transaction.object with parameters of type Amount Modifier and Type Method Description protected void
IPGApiTransactionObject. setPayment(Amount amount)
Constructors in de.firstdata.ipg.api.client.transaction.object with parameters of type Amount Constructor Description IPGApiTransactionObject(Amount amount, String hostedDataID, String hostedDataStoreID, String orderId)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction.paypal.object
Constructors in de.firstdata.ipg.api.client.transaction.paypal.object with parameters of type Amount Constructor Description PayPalCreditTransactionObject(Amount amount)
PayPalPostAuthTransactionObject(Amount amount, String orderId)
PayPalReturnTransactionObject(Amount amount, String orderId)
PayPalTransactionObject(String type, Amount amount, String orderId)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction.setter
Methods in de.firstdata.ipg.api.client.transaction.setter with parameters of type Amount Modifier and Type Method Description void
InquiryRateReferenceSetter. setForeignAmount(Amount amount)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction.sofort.object
Constructors in de.firstdata.ipg.api.client.transaction.sofort.object with parameters of type Amount Constructor Description SofortReturnTransactionObject(Amount amount, String orderId)
SofortTransactionObject(String type, Amount amount, String orderId)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction.softwareexpress.object
Constructors in de.firstdata.ipg.api.client.transaction.softwareexpress.object with parameters of type Amount Constructor Description BoletoSaleTransactionObject(Amount amount, String orderID, String authorizer)
BoletoTransactionObject(String type, Amount amount, String orderId, String authorizer)
PixSaleTransactionObject(Amount amount, String orderID, String authorizer)
PixTransactionObject(String type, Amount amount, String orderId, String authorizer)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction.topup.object
Constructors in de.firstdata.ipg.api.client.transaction.topup.object with parameters of type Amount Constructor Description MobilePhoneChargeTransactionObject(Amount amount, String mobileNetworkServiceProvider, String mobilePhoneNumber, String type)
TopUpTransactionObject(Amount amount)
-
Uses of Amount in de.firstdata.ipg.api.client.transaction.wechat.object
Constructors in de.firstdata.ipg.api.client.transaction.wechat.object with parameters of type Amount Constructor Description WeChatReturnTransactionObject(Amount amount, String orderId)
WeChatSaleTransactionObject(Amount amount, String orderId, String productCode, int productQuantity, BigDecimal productPrice, String productDescription, URI redirectUrl)
WeChatTransactionObject(Amount amount, String orderId)
-