Uses of Class
de.hybris.platform.payment.model.PaymentTransactionEntryModel
Packages that use PaymentTransactionEntryModel
Package
Description
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
Contains generated models for each type of de.hybris.platform.payment.jalo package.
-
Uses of PaymentTransactionEntryModel in de.hybris.platform.cissapdigitalpayment.service
Methods in de.hybris.platform.cissapdigitalpayment.service that return PaymentTransactionEntryModelModifier and TypeMethodDescriptionSapDigitalPaymentService.authorize(String merchantTransactionCode, String paymentProvider, AddressModel deliveryAddress, CisSapDigitalPaymentAuthorizationResult cisSapDigitalPaymentAuthorizationResult) Requests a payment authorizationSapDigitalPaymentService.capture(PaymentTransactionModel transaction) Requests a payment captureSapDigitalPaymentAuthorizationService.processSapDigitalPaymentAuthorizationResult(CommerceCheckoutParameter parameter, CisSapDigitalPaymentAuthorizationResultList authorizationResultList) Process the authorization result from SAP Digital PaymentsSapDigitalPaymentService.refund(PaymentTransactionModel transaction, BigDecimal amountToRefund) Requests a payment refund -
Uses of PaymentTransactionEntryModel in de.hybris.platform.cissapdigitalpayment.service.impl
Methods in de.hybris.platform.cissapdigitalpayment.service.impl that return PaymentTransactionEntryModelModifier and TypeMethodDescriptionDefaultSapDigitalPaymentService.authorize(String merchantTransactionCode, String paymentProvider, AddressModel deliveryAddress, CisSapDigitalPaymentAuthorizationResult dpAuthResult) DefaultSapDigitalPaymentService.capture(PaymentTransactionModel transaction) DefaultSapDigitalPaymentAuthorizationService.processSapDigitalPaymentAuthorizationResult(CommerceCheckoutParameter parameter, CisSapDigitalPaymentAuthorizationResultList authorizationResultList) Process the authorization resultDefaultSapDigitalPaymentService.refund(PaymentTransactionModel transaction, BigDecimal amountToRefund) -
Uses of PaymentTransactionEntryModel in de.hybris.platform.cissapdigitalpayment.strategies.impl
Methods in de.hybris.platform.cissapdigitalpayment.strategies.impl that return PaymentTransactionEntryModelModifier and TypeMethodDescriptionSapDigitalCommercePaymentAuthorizationStrategy.authorizePaymentAmount(CommerceCheckoutParameter parameter) Authorize the payment amount while placing the order. -
Uses of PaymentTransactionEntryModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type PaymentTransactionEntryModelModifier and TypeMethodDescriptionConsignmentModel.getPaymentTransactionEntries()Generated method - Getter of theConsignment.paymentTransactionEntriesattribute defined at extensionwarehousing.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type PaymentTransactionEntryModelModifier and TypeMethodDescriptionvoidConsignmentModel.setPaymentTransactionEntries(Set<PaymentTransactionEntryModel> value) Generated method - Setter ofConsignment.paymentTransactionEntriesattribute defined at extensionwarehousing. -
Uses of PaymentTransactionEntryModel in de.hybris.platform.payment.dto
Methods in de.hybris.platform.payment.dto that return PaymentTransactionEntryModelMethods in de.hybris.platform.payment.dto with parameters of type PaymentTransactionEntryModelModifier and TypeMethodDescriptionvoidNewSubscription.setTransactionEntry(PaymentTransactionEntryModel transactionEntry) -
Uses of PaymentTransactionEntryModel in de.hybris.platform.payment.model
Methods in de.hybris.platform.payment.model that return types with arguments of type PaymentTransactionEntryModelModifier and TypeMethodDescriptionPaymentTransactionModel.getEntries()Generated method - Getter of thePaymentTransaction.entriesattribute defined at extensionpayment.Method parameters in de.hybris.platform.payment.model with type arguments of type PaymentTransactionEntryModelModifier and TypeMethodDescriptionvoidPaymentTransactionModel.setEntries(List<PaymentTransactionEntryModel> value) Generated method - Setter ofPaymentTransaction.entriesattribute defined at extensionpayment. -
Uses of PaymentTransactionEntryModel in de.hybris.platform.sapdigitalpaymentocctests.service.impl
Methods in de.hybris.platform.sapdigitalpaymentocctests.service.impl that return PaymentTransactionEntryModelModifier and TypeMethodDescriptionMockSapDigitalPaymentService.authorize(String merchantTransactionCode, String paymentProvider, AddressModel deliveryAddress, CisSapDigitalPaymentAuthorizationResult cisSapDigitalPaymentAuthorizationResult) MockSapDigitalPaymentService.capture(PaymentTransactionModel transaction) MockSapDigitalPaymentService.refund(PaymentTransactionModel transaction, BigDecimal amountToRefund)