Uses of Class
de.hybris.platform.ordermanagementfacades.payment.data.PaymentTransactionData
Packages that use PaymentTransactionData
Package
Description
-
Uses of PaymentTransactionData in de.hybris.platform.ordermanagementfacades
Fields in de.hybris.platform.ordermanagementfacades declared as PaymentTransactionDataModifier and TypeFieldDescriptionprotected PaymentTransactionDataBaseOrdermanagementFacadeTest.paymentTransactionData -
Uses of PaymentTransactionData in de.hybris.platform.ordermanagementfacades.order.converters.populator
Methods in de.hybris.platform.ordermanagementfacades.order.converters.populator that return types with arguments of type PaymentTransactionDataModifier and TypeMethodDescriptionOrderRequestReversePopulator.getPaymentTransactionReverseConverter()Method parameters in de.hybris.platform.ordermanagementfacades.order.converters.populator with type arguments of type PaymentTransactionDataModifier and TypeMethodDescriptionvoidOrderRequestReversePopulator.setPaymentTransactionReverseConverter(Converter<PaymentTransactionData, PaymentTransactionModel> paymentTransactionReverseConverter) -
Uses of PaymentTransactionData in de.hybris.platform.ordermanagementfacades.order.data
Methods in de.hybris.platform.ordermanagementfacades.order.data that return types with arguments of type PaymentTransactionDataMethod parameters in de.hybris.platform.ordermanagementfacades.order.data with type arguments of type PaymentTransactionDataModifier and TypeMethodDescriptionvoidOrderRequestData.setPaymentTransactions(List<PaymentTransactionData> paymentTransactions) -
Uses of PaymentTransactionData in de.hybris.platform.ordermanagementfacades.order.impl
Method parameters in de.hybris.platform.ordermanagementfacades.order.impl with type arguments of type PaymentTransactionDataModifier and TypeMethodDescriptionprotected voidDefaultOmsOrderFacade.validatePaymentTransactions(List<PaymentTransactionData> paymentTransactionDatas) Validates for null check and essential fields inPaymentTransactionDataIf PaymentTransactions not provide correctly, manual refund payment action may require during the return process -
Uses of PaymentTransactionData in de.hybris.platform.ordermanagementfacades.payment.converters.populator
Methods in de.hybris.platform.ordermanagementfacades.payment.converters.populator with parameters of type PaymentTransactionDataModifier and TypeMethodDescriptionvoidPaymentTransactionReversePopulator.populate(PaymentTransactionData source, PaymentTransactionModel target)