Uses of Class
de.hybris.platform.payment.model.PaymentTransactionModel
Packages that use PaymentTransactionModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.payment.jalo package.
-
Uses of PaymentTransactionModel in de.hybris.platform.cissapdigitalpayment.service
Methods in de.hybris.platform.cissapdigitalpayment.service with parameters of type PaymentTransactionModelModifier and TypeMethodDescriptionSapDigitalPaymentService.capture(PaymentTransactionModel transaction) Requests a payment capturebooleanSapDigitalPaymentService.isSapDigitalPaymentTransaction(PaymentTransactionModel txn) Check if the Transaction is SAP Digital payment transactionSapDigitalPaymentService.refund(PaymentTransactionModel transaction, BigDecimal amountToRefund) Requests a payment refund -
Uses of PaymentTransactionModel in de.hybris.platform.cissapdigitalpayment.service.impl
Methods in de.hybris.platform.cissapdigitalpayment.service.impl with parameters of type PaymentTransactionModelModifier and TypeMethodDescriptionDefaultSapDigitalPaymentService.capture(PaymentTransactionModel transaction) booleanDefaultSapDigitalPaymentService.isSapDigitalPaymentTransaction(PaymentTransactionModel txn) Checks if the transaction happened with SAP Digital payment transactionDefaultSapDigitalPaymentService.refund(PaymentTransactionModel transaction, BigDecimal amountToRefund) -
Uses of PaymentTransactionModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type PaymentTransactionModelModifier and TypeMethodDescriptionAbstractOrderModel.getPaymentTransactions()Generated method - Getter of theAbstractOrder.paymentTransactionsattribute defined at extensionpayment.Method parameters in de.hybris.platform.core.model.order with type arguments of type PaymentTransactionModelModifier and TypeMethodDescriptionvoidAbstractOrderModel.setPaymentTransactions(List<PaymentTransactionModel> value) Generated method - Setter ofAbstractOrder.paymentTransactionsattribute defined at extensionpayment. -
Uses of PaymentTransactionModel in de.hybris.platform.payment.model
Methods in de.hybris.platform.payment.model that return PaymentTransactionModelModifier and TypeMethodDescriptionPaymentTransactionEntryModel.getPaymentTransaction()Generated method - Getter of thePaymentTransactionEntry.paymentTransactionattribute defined at extensionpayment.Methods in de.hybris.platform.payment.model with parameters of type PaymentTransactionModelModifier and TypeMethodDescriptionvoidPaymentTransactionEntryModel.setPaymentTransaction(PaymentTransactionModel value) Generated method - Setter ofPaymentTransactionEntry.paymentTransactionattribute defined at extensionpayment. -
Uses of PaymentTransactionModel in de.hybris.platform.sapdigitalpaymentocctests.service.impl
Methods in de.hybris.platform.sapdigitalpaymentocctests.service.impl with parameters of type PaymentTransactionModelModifier and TypeMethodDescriptionMockSapDigitalPaymentService.capture(PaymentTransactionModel transaction) booleanMockSapDigitalPaymentService.isSapDigitalPaymentTransaction(PaymentTransactionModel txn) MockSapDigitalPaymentService.refund(PaymentTransactionModel transaction, BigDecimal amountToRefund)