Uses of Class
de.hybris.platform.payment.model.PaymentTransactionModel
-
Packages that use PaymentTransactionModel Package Description de.hybris.platform.b2ctelcofulfillmentprocess.actions.order de.hybris.platform.b2ctelcofulfillmentprocess.test de.hybris.platform.core.model.order Contains generated models for each type of de.hybris.platform.jalo.order package.de.hybris.platform.payment.model Contains generated models for each type of de.hybris.platform.payment.jalo package. -
-
Uses of PaymentTransactionModel in de.hybris.platform.b2ctelcofulfillmentprocess.actions.order
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.actions.order with parameters of type PaymentTransactionModel Modifier and Type Method Description protected CheckTransactionReviewStatusAction.TransitionCheckTransactionReviewStatusAction. checkPaymentTransaction(PaymentTransactionModel transaction, OrderModel orderModel) -
Uses of PaymentTransactionModel in de.hybris.platform.b2ctelcofulfillmentprocess.test
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.test that return PaymentTransactionModel Modifier and Type Method Description protected PaymentTransactionModelTakePaymentActionTest. createPaymentTransactionWithStatus(TransactionStatus transactionStatus) -
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 PaymentTransactionModel Modifier and Type Method Description java.util.List<PaymentTransactionModel>AbstractOrderModel. getPaymentTransactions()Generated method - Getter of theAbstractOrder.paymentTransactionsattribute defined at extensionpayment.Method parameters in de.hybris.platform.core.model.order with type arguments of type PaymentTransactionModel Modifier and Type Method Description voidAbstractOrderModel. setPaymentTransactions(java.util.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 PaymentTransactionModel Modifier and Type Method Description PaymentTransactionModelPaymentTransactionEntryModel. getPaymentTransaction()Generated method - Getter of thePaymentTransactionEntry.paymentTransactionattribute defined at extensionpayment.Methods in de.hybris.platform.payment.model with parameters of type PaymentTransactionModel Modifier and Type Method Description voidPaymentTransactionEntryModel. setPaymentTransaction(PaymentTransactionModel value)Generated method - Setter ofPaymentTransactionEntry.paymentTransactionattribute defined at extensionpayment.
-